It seems that blas-atlas is missing -fPIC on compilation time which means that the .so file linking fails. Reproducible: Always Steps to Reproduce: 1. emerge blas-atlas 2. wait 3. fails Actual Results: ld link error with error message: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/caxpy.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC Expected Results: It should have linked.
Created attachment 227835 [details] Build log
Created attachment 227837 [details] emerge --info blas-atlas
Created attachment 227839 [details] emerge -pqv blas-atlas
echo ewarn "If blas-atlas fails during linking with a message" ewarn "'relocation R_X86_64_32 .... recompile with -fPIC.'" ewarn "please re-emerge libtool and then try again." echo
(In reply to comment #4) > echo > ewarn "If blas-atlas fails during linking with a message" > ewarn "'relocation R_X86_64_32 .... recompile with -fPIC.'" > ewarn "please re-emerge libtool and then try again." > echo