Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems installing joinmarket-clientserver-0.5.4 #360

Closed
HamishMacEwan opened this issue Jun 30, 2019 · 6 comments
Closed

Problems installing joinmarket-clientserver-0.5.4 #360

HamishMacEwan opened this issue Jun 30, 2019 · 6 comments

Comments

@HamishMacEwan
Copy link

Hi,

Consequent to a number of other problems, I'm re-establishing joinmarket-clientserver on a new system:

joinmarket-clientserver-0.5.4$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:    Linux Mint 19.1 Tessa
Release:        19.1
Codename:       tessa

There was a minor hiccup with virtualenv which I solved with apt-get virtualenv but now I have something I can't resolve involving libffi:

joinmarket-clientserver-0.5.4/deps/libffi-3.2.1$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
configure.ac:451: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

I did the above by hand (without ./install.sh)

Any suggestions gratefully received.

@technonerd33
Copy link

Is there a reason as to why you aren't using ./install.sh ? Or is this the error that is produce when running install.sh

@kristapsk
Copy link
Member

You have some missing dependencies, see libffi/libffi#210.

@HamishMacEwan
Copy link
Author

Is there a reason as to why you aren't using ./install.sh ?

Just trying to narrow down the problem, I was hoping if I solved it, install.sh would notic. This the error that is produced when running install.sh

@HamishMacEwan
Copy link
Author

You have some missing dependencies, see libffi/libffi#210.

Thank you! Fixed it for them, fixed it for me.

@openoms
Copy link
Contributor

openoms commented Nov 12, 2019

Installing
sudo apt-get install libltdl-dev
solved me the similar problem with installing libffi on Armbian / RaspiBlitz 1.3 / Odroid HC1.

@openoms
Copy link
Contributor

openoms commented Nov 12, 2019

#443 will fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants