[Bug 248795] std::random_shuffle broken with LLVM11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 22 11:12:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248795
Thierry Thomas <thierry at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thierry at FreeBSD.org
--- Comment #1 from Thierry Thomas <thierry at FreeBSD.org> ---
Same error for the port math/hpcombi:
[14/22] : && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-isystem /usr/local/include -fstack-protector-strong -L/usr/local/lib
benchmark/CMakeFiles/sort.dir/sort.cpp.o -o benchmark/sort -lbenchmark
-lpthread && :
FAILED: benchmark/sort
: && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-isystem /usr/local/include -fstack-protector-strong -L/usr/local/lib
benchmark/CMakeFiles/sort.dir/sort.cpp.o -o benchmark/sort -lbenchmark
-lpthread && :
ld: error: undefined symbol: std::__1::__rs_default::~__rs_default()
>>> referenced by algorithm:3112 (/usr/include/c++/v1/algorithm:3112)
>>> benchmark/CMakeFiles/sort.dir/sort.cpp.o:(rand_perms(int))
>>> referenced by algorithm:3112 (/usr/include/c++/v1/algorithm:3112)
>>> benchmark/CMakeFiles/sort.dir/sort.cpp.o:(rand_perms(int))
ld: error: undefined symbol: std::__1::__rs_get()
>>> referenced by algorithm:3105 (/usr/include/c++/v1/algorithm:3105)
>>> benchmark/CMakeFiles/sort.dir/sort.cpp.o:(rand_perms(int))
ld: error: undefined symbol: std::__1::__rs_default::operator()()
>>> referenced by algorithm:2950 (/usr/include/c++/v1/algorithm:2950)
>>> benchmark/CMakeFiles/sort.dir/sort.cpp.o:(long
std::__1::uniform_int_distribution<long>::operator()<std::__1::__rs_default>(s
td::__1::__rs_default&, std::__1::uniform_int_distribution<long>::param_type
const&))
>>> referenced by algorithm:2950 (/usr/include/c++/v1/algorithm:2950)
>>> benchmark/CMakeFiles/sort.dir/sort.cpp.o:(long
std::__1::uniform_int_distribution<long>::operator()<std::__1::__rs_default>(s
td::__1::__rs_default&, std::__1::uniform_int_distribution<long>::param_type
const&))
>>> referenced by algorithm:2950 (/usr/include/c++/v1/algorithm:2950)
>>> benchmark/CMakeFiles/sort.dir/sort.cpp.o:(long
std::__1::uniform_int_distribution<long>::operator()<std::__1::__rs_default>(s
td::__1::__rs_default&, std::__1::uniform_int_distribution<long>::param_type
const&))
>>> referenced 1 more times
c++: error: linker command failed with exit code 1 (use -v to see invocation)
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-toolchain
mailing list