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

[libcxxwrap-julia] Version 0.13.3 #9997

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

barche
Copy link
Contributor

@barche barche commented Dec 12, 2024

@benlorenz
Copy link
Contributor

Thanks!
The freebsd builds are failing because they are missing -pthread when building the test_module binary. But I don't really know why this is happening now, nothing should have changed since the last builds.

Current build:

[22:15:11]
/opt/bin/x86_64-unknown-freebsd13.2-libgfortran5-cxx11-julia_version+1.6.3/x86_64-unknown-freebsd13.2-clang++
   --sysroot=/opt/x86_64-unknown-freebsd13.2/x86_64-unknown-freebsd13.2/sys-root/
   -Wunused-parameter -Wextra -Wreorder -fPIC -O3 -DNDEBUG
   CMakeFiles/test_module.dir/test_module.cpp.o -o test_module
   -L/workspace/destdir/lib/julia
   -Wl,-rpath,/workspace/destdir/lib/julia:/workspace/srcdir/build/lib
   ../lib/libcxxwrap_julia_stl.so /workspace/destdir/lib/libjulia.so
   ../lib/libcxxwrap_julia.so.0.13.3 /workspace/destdir/lib/libjulia.so
[22:15:11] ld.lld: error: undefined reference due to --no-allow-shlib-undefined: pthread_create
[22:15:11] >>> referenced by ../lib/libcxxwrap_julia_stl.so

0.13.2:

/opt/bin/x86_64-unknown-freebsd13.2-libgfortran5-cxx11-julia_version+1.6.3/x86_64-unknown-freebsd13.2-clang++
   --sysroot=/opt/x86_64-unknown-freebsd13.2/x86_64-unknown-freebsd13.2/sys-root/
   -Wunused-parameter -Wextra -Wreorder -fPIC -O3 -DNDEBUG -pthread
   CMakeFiles/test_module.dir/test_module.cpp.o -o test_module
   -L/workspace/destdir/lib/julia
   -Wl,-rpath,/workspace/destdir/lib/julia:/workspace/srcdir/build/lib
   ../lib/libcxxwrap_julia_stl.so /workspace/destdir/lib/libjulia.so
   ../lib/libcxxwrap_julia.so.0.13.2 /workspace/destdir/lib/libjulia.so

The build for 0.14 also has -pthread in the log and used exactly the same rootfs, llvm, gcc as the current build.

@barche barche merged commit 14ae6c6 into JuliaPackaging:master Dec 13, 2024
20 checks passed
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