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

Does not run on Ubuntu xenial #21

Open
probonopd opened this issue May 16, 2020 · 7 comments
Open

Does not run on Ubuntu xenial #21

probonopd opened this issue May 16, 2020 · 7 comments

Comments

@probonopd
Copy link

Does not run on Ubuntu xenial because it was built on a too new system:

/run/firejail/appimage/.appimage-9164/AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /run/firejail/appimage/.appimage-9164/AppRun)

Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages/cc2441518975caca23e9ce2dba6f08a22c678d1e#creating-appimages-that-are-compatible-with-many-systems for details.

Reference:
AppImage/appimage.github.io#2012

@domegabri
Copy link
Contributor

domegabri commented May 21, 2020

Thanks for the report. The upcoming release will include a binary beside the usual AppImage. Let us know if you can run the app with the binary.

@domegabri domegabri added bug Something isn't working and removed bug Something isn't working labels May 21, 2020
@greenaddress
Copy link
Collaborator

@probonopd We have two binaries for Linux, appimage and static binary.

The app image may have a lower bound of Ubuntu Bionic (18.04) however the static binary should work down to Ubuntu 10.04.4 (Lucid Lynx) and down to Debian 6.0.9 (Squeeze) and in general work with glibc down to 2.11.1

Please let us know if works for you. Link to the latest binary https://github.com/Blockstream/green_qt/releases/download/release_0.0.1-beta7/GreenQt_Linux_x86_64.tar.gz

@greenaddress
Copy link
Collaborator

@conscott
Copy link

conscott commented May 22, 2020

For either of those binaries I still get ./Green: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25 not found (required by ./Green)

I have GLIBC 2.23

@greenaddress
Copy link
Collaborator

thanks @conscott , will look into it

@bitcoinoplomo
Copy link

I build it from source using the instructions for Linux.

docker run -v $PWD:/ga greenaddress/ci@sha256:a1369e0a93d521c49eeb9d8f2b8013ac63ed4d5bc7a026cbacc77ac717408e75 /bin/sh -c "cd /ga && ./tools/buildgreen.sh linux && cp /docker_bld_root/build-linux-gcc/Green /ga/Green"

But when running Green

$ ./Green 
./Green: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./Green)
./Green: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ./Green)
./Green: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by ./Green)
./Green: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by ./Green)

And I also have GLIBC 2.23

$ ldd --version
ldd (GNU libc) 2.23
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

I use Slackware 64 14.2.
I don't know if other people with other distros are having some issue.
But the BUILD.md says

This BUILD.md file assumes you are building for Windows and Linux on Ubuntu 18.04 and for OSX on latest OSX.   

So for distros still using older GCC versions should be not supported.

@bitcoinoplomo
Copy link

It will be possible to run it in Nix as a nixpackage in the near future?

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

5 participants