Failed to build 7.0.1 with docker commands.

Open
#1,855 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
docker, haskell

Research direction

Start by reproducing the Docker build for simplexmq 7.0.1 and inspect the reference to cbits/blst/src/server.c in the build output. Compare the simplexmq and xftp Docker builds, then verify that both complete successfully without the missing-file error.

Written by the indexing model from the issue text.

Description

...

6365.7 
6365.9 src/Simplex/Messaging/Agent.hs:149:1: warning: [-Wunused-imports]
6365.9     The import of `Control.Concurrent.STM' is redundant
6365.9       except perhaps to import instances from `Control.Concurrent.STM'
6365.9     To import instances alone, use: import Control.Concurrent.STM()
6365.9     |
6365.9 149 | import Control.Concurrent.STM (retry)
6365.9     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6815.9 <command line>: does not exist: cbits/blst/src/server.c
6816.0 Error: [Cabal-7125]
6816.1 Failed to build simplexmq-7.0.1.0 (which is required by exe:smp-server from simplexmq-7.0.1.0).
6816.1 

The same error shows when trying to build xftp as well.

Dominant language
Haskell
Stars
847
Forks
111
Avg merge
3d 11h
Merged PRs (30d)
9

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from simplex-chat/simplexmq

All issues in simplex-chat/simplexmq

Similar issues

More Haskell issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.