This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V8 test-in-container patch


This appears to have broken the build for ia64.

https://sourceware.org/ml/libc-testresults/2018-q3/msg00273.html

/scratch/jmyers/glibc-bot/install/compilers/ia64-linux-gnu/lib/gcc/ia64-glibc-linux-gnu/8.2.1/../../../../ia64-glibc-linux-gnu/bin/ld: warning: libunwind.so.7, needed by /scratch/jmyers/glibc-bot/install/compilers/ia64-linux-gnu/lib/gcc/ia64-glibc-linux-gnu/8.2.1/../../../../ia64-glibc-linux-gnu/lib/libstdc++.so, not found (try using -rpath or -rpath-link)

That's linking links-dso-program (why is that being built at glibc build 
time at all anyway, rather than just when testing)?  If using -lgcc_s you 
also need to use $(libunwind).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]