-
Notifications
You must be signed in to change notification settings - Fork 19
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
Installation fails on Alpine Linux #795
Comments
Hi @bastistician, thanks for opening the issue.
Is there a reason to put the flag in
We can probably remove the extraneous calls to |
I don't know the reason, but CXX is where R's etc/Makeconf includes the configured C++ standard since R 3.4.0. AFAICS, this is also what the vanilla Autoconf macro
Addendum: the m4 macro
and |
This should be fixed by TileDB-Inc/TileDB#5426 - we'll have a backport release in February including the change. |
The configure script decides to download a pre-built binary, but that is linked against glibc not musl, and loading fails with
So I tried to install the R package with
--configure-args=--enable-building
, but that fails from TileDB's bootstrap script with "cannot find cplusplus compiler", see the log below (note also how configuration ignores that error and proceeds to no avail). The culprit seems to bewhen
CXX = g++ -std=gnu++17
.Installation log with '--enable-building'
The text was updated successfully, but these errors were encountered: