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

Wizard recipe: SEAL-v3.5.4 #1189

Merged
merged 4 commits into from
Jun 22, 2020
Merged

Wizard recipe: SEAL-v3.5.4 #1189

merged 4 commits into from
Jun 22, 2020

Conversation

sloede
Copy link
Contributor

@sloede sloede commented Jun 22, 2020

This pull request contains a new build recipe I built using the BinaryBuilder.jl wizard:

  • Package name: SEAL
  • Version: v3.5.4

@staticfloat please review and merge.

@sloede sloede changed the title Wizard recipe: SEAL_jll-v3.5.4 Wizard recipe: SEAL-v3.5.4 Jun 22, 2020
@sloede
Copy link
Contributor Author

sloede commented Jun 22, 2020

The build error seems to be in the following line:

ERROR: could not load library "/agent/_work/1/s/S/SEAL/build/x86_64-linux-gnu-cxx11/yNFKJywe/destdir/lib/libsealc.so"
/bin/../lib/julia/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /agent/_work/1/s/S/SEAL/build/x86_64-linux-gnu-cxx11/yNFKJywe/destdir/lib/libsealc.so)

I have seen a similar issue in my local installation as well. It seems like the libstdc++ version of the Yggdrasil build system and the one shipped in Julia do not match. On my machine, I was able to fix it by replacing /bin/../lib/julia/libstdc++.so.6 with my system version of libstdc++.so.6. However, what can I do here?

EDIT: I think this is related to JuliaLang/julia#34276 and the discussion on https://discourse.julialang.org/t/glibcxx-3-4-26-not-found-in-rcall/29113.

@sloede
Copy link
Contributor Author

sloede commented Jun 22, 2020

OK, it seems like reducing the preferred GCC version to 7.1.0 (which matches the libstdc++ shipped with Julia) did the trick...

@giordano giordano merged commit bae4d25 into JuliaPackaging:master Jun 22, 2020
@sloede sloede deleted the wizard/SEAL_jll-v3.5.4_e3223011 branch June 22, 2020 19:19
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

Successfully merging this pull request may close these issues.

2 participants