Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found #69

Closed
UziTech opened this issue May 19, 2017 · 3 comments
Closed

Comments

@UziTech
Copy link
Contributor

UziTech commented May 19, 2017

On the beta channel (Atom 1.18)

all of my travis builds say build-package.sh failed with this error:

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by /home/travis/atom/usr/share/atom-beta/resources/app/apm/node_modules/git-utils/build/Release/git.node)

example

@thomasjo
Copy link
Contributor

thomasjo commented May 19, 2017

Possibly related to this upstream change: https://blog.travis-ci.com/2017-05-04-precise-image-updates.

/cc @atom/maintainers

@smashwilson
Copy link
Contributor

This is happening because Atom's build was bumped to use dist: trusty, so one of the native dependencies within the latest deployed artifacts picked up a dependency on the newer libc. A quick fix is to upgrade your Linux builds to dist: trusty as well, but I'm hoping to have a look at git-utils soon and see if I can get our libc requirement back down again. See atom/atom#14440 for details.

@UziTech
Copy link
Contributor Author

UziTech commented May 19, 2017

got it, here is the commit that will fix it d533c80

@UziTech UziTech closed this as completed May 19, 2017
ldez added a commit to asciidoctor/atom-asciidoc-preview that referenced this issue May 31, 2017
dsandstrom added a commit to dsandstrom/atom-gutter-shadow that referenced this issue Jun 19, 2017
Hopefully, fixes glibc errors

atom/atom#14440
atom/ci#69

Copied over the latest example travis config from atom/ci
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants