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

Use of GLIBC 2.29 prevents pre-builds from being usable #586

Closed
ppissanetzky opened this issue Mar 31, 2021 · 4 comments · Fixed by #631
Closed

Use of GLIBC 2.29 prevents pre-builds from being usable #586

ppissanetzky opened this issue Mar 31, 2021 · 4 comments · Fixed by #631

Comments

@ppissanetzky
Copy link

ppissanetzky commented Mar 31, 2021

In 7.1.4, something changed and the prebuild is using the symbol 'log' from GLIBC_2.29 which is not available in current LTS Debian releases. In 7.1.2, that symbol came from GLIBC_2.2.5.

I was able to install 7.1.2 prebuilds in a container running lts-buster, but not 7.1.4

During install, this is what the error looks like:

prebuild-install WARN install /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/node/app/node_modules/better-sqlite3/build/Release/better_sqlite3.node)

Maybe you could add 'ubuntu-lts' to the OS matrix when building.

@JoshuaWise
Copy link
Member

This seems related to #403

@JoshuaWise
Copy link
Member

Are you sure ubuntu-lts is a valid environment label? I don't see anything like that in this documentation.

@ulexxander
Copy link

Really suffering from this issue too, slows docker builds so much...

Tried different docker node images (12,14,16 - ubuntu, debian) some of them are building from source (1min), some fail because of build environment not set up.

But most of all I would like to have prebuilts available for alpine, issue #619

@rathboma
Copy link
Contributor

I think if you build on 18.04 it should fix it? Label ubuntu-18.04, ubuntu-latest now builds on 20.04

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

Successfully merging a pull request may close this issue.

4 participants