Closed kynnjo closed 3 years ago
Which branch?
It looks like you may have attempted a build between recent updates of various dependent repositories. In this case wallet::electrum::seed
was renamed in libbitcoin-system but the depending change was not yet merged in libbitcoin-explorer. Please try again and let us know.
@evoskuil : I did not specify a branch explicitly; I just followed the instructions in the Debian/Ubuntu section of the README.md file, pretty much verbatim. (NB: I did not follow the instructions in the section titled Autotools (advanced users). Should I?)
How should I specify a branch for this repo when I run install.sh?
The readme specifies a path to version3 (current release)...
$ wget https://raw.githubusercontent.com/libbitcoin/libbitcoin-explorer/version3/install.sh
$ chmod +x install.sh
This is generally preferred to Autotools, which requires some expertise. In any case I recommend reattempting.
FWIW, here's what I ran to get install.sh
:
% wget https://raw.githubusercontent.com/libbitcoin/libbitcoin-explorer/version3/install.sh
OK, I re-ran the whole thing from scratch, from a clean directory. I get the same errors as before.
FWIW, the following command produces no output (i.e. grep
does not find wallet::electrum::seed
in the libbitcoin-system
subdirectory):
% grep -rl 'wallet::electrum::seed' build-libbitcoin-explorer/libbitcoin-system
Ok, thx. I’ll give it a look. It’s curious because the install.sh is run in our CI builds, which are all passing. You might try installing into and building g from a clean non-system directory.
Disregard that, I see the issue. We are between updates of system and explorer. The next merge to explorer will resolve it. Should be today.
Thanks! I'll look out for the updates you mentioned.
I don't see any recent (< 1d) updates to either https://github.com/libbitcoin/libbitcoin-explorer/tree/version3 or https://github.com/libbitcoin/libbitcoin-system/tree/version3, so I guess this is still being worked on.
A possible alternative workaround would be some way to modify the instructions given in https://github.com/libbitcoin/libbitcoin-explorer#debianubuntu so that they build an earlier version of the tool (without the build errors reported here). Is there a convenient way to do this?
No
Closing as resolved, ping us if you have any other issues!
Thank you, that update did the trick.
When I attempt to build libbitcoin-explorer on a Debian (buster) system (following the instructions given in https://github.com/libbitcoin/libbitcoin-explorer#debianubuntu), the running of
install.sh
fails with various errors, all related to the parsing ofelectrum.hpp
. Here's an example of the error messages I get (each of these occurs multiple times, sinceelectrum.hpp
is included in several source files):The command line I used to run
install.sh
is this:Here is some additional information:
Any advice on getting past this error would be appreciated.
Thank you in advance!
kj