https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199601
Jan Beich (mail not working) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177226|0 |1 is obsolete| | --- Comment #136 from Jan Beich (mail not working) <[email protected]> --- Created attachment 177255 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177255&action=edit boost 1.62 + misc fixes + commit message (rebased against ports r426773) multimedia/aegisub failed to build on FreeBSD 9.3 amd64 because devel/boost-libs disabled ICU at configure. Fixed by dropping LD_LIBRARY_PATH=/usr/lib32 poisonous goo. Clang builds (or 10+ by default) are unaffected. "c++" -L"/usr/local/bin" -L"/usr/local/lib" -Wl,-R -Wl,"/usr/local/bin" -Wl,-R -Wl,"/usr/local/lib" -Wl,-rpath-link -Wl,"/usr/local/bin" -Wl,-rpath-link -Wl,"/usr/local/lib" -o "bin.v2/libs/regex/build/gcc-4.2.1/debug/has_icu" -Wl,--start-group "bin.v2/libs/regex/build/gcc-4.2.1/debug/has_icu_test.o" -Wl,-Bstatic -Wl,-Bdynamic -licudata -licui18n -licuuc -Wl,--end-group -g -m64 testing.unit-test bin.v2/libs/regex/build/gcc-4.2.1/debug/has_icu.passed LD_LIBRARY_PATH="/usr/bin:/usr/lib:/usr/lib32:/usr/lib64:/usr/local/bin:/usr/local/lib:$LD_LIBRARY_PATH" export LD_LIBRARY_PATH "bin.v2/libs/regex/build/gcc-4.2.1/debug/has_icu" && touch "bin.v2/libs/regex/build/gcc-4.2.1/debug/has_icu.passed" /usr/lib32/libm.so.5: unsupported file layout ...failed testing.unit-test bin.v2/libs/regex/build/gcc-4.2.1/debug/has_icu.passed... ...failed updating 1 target... -- You are receiving this mail because: You are on the CC list for the bug.
