Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 302235

Summary: sci-libs/blas-atlas-3.9.21: libtool: compile: cannot determine name of library object from `xstsmfc'
Product: Gentoo Linux Reporter: Martin Mokrejš <mmokrejs>
Component: New packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Mokrejš 2010-01-25 21:34:02 UTC
I just accidentally had a look over the compile output and this below. Please note the compile process continues.

libtool: compile:  gcc -c -DL2SIZE=4194304 -I/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/include -I/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/..//include -I/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/..//include/contrib -DAdd_ -DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -DATL_ARCH_P4 -DATL_CPUMHZ=1800 -DATL_SSE2 -DATL_SSE1 -DATL_GAS_x8632 -O2 -march=pentium3 -mmmx -msse -msse2 -pipe -fno-strict-aliasing -ggdb -m32 -DSREAL -DLeft_ -DUpper_ -DNoTranspose_ -DNonUnitDiag_ -DSMALL_TRSM /var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/..//src/blas/level3/kernel/ATL_trsmL.c -o small_trsm.o >/dev/null 2>&1
libtool --mode=compile --tag=CC gcc -DL2SIZE=4194304 -I/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/include -I/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/..//include -I/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/..//include/contrib -DAdd_ -DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -DATL_ARCH_P4 -DATL_CPUMHZ=1800 -DATL_SSE2 -DATL_SSE1 -DATL_GAS_x8632  -O2 -march=pentium3 -mmmx -msse -msse2 -pipe -fno-strict-aliasing -ggdb -m32 -o xstsmfc stsmfc.o /var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/tune/sysinfo/time.o \
                                      big_trsm.o small_trsm.o /var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/lib/libatlas.a \
                                      /var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/lib/libatlas.a -lm
libtool: compile: cannot determine name of library object from `xstsmfc'
make[6]: *** [xstsmfc] Error 1
make[6]: Leaving directory `/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/tune/blas/level3'
make[5]: *** [xstsmfc2] Error 2
make[5]: Leaving directory `/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/tune/blas/level3'
make[4]: *** [stsmfc] Error 2
make[4]: Leaving directory `/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/tune/blas/level3'
make[3]: *** [res/atlas_strsmXover.h] Error 2
make[3]: Leaving directory `/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/tune/blas/level3'
make[2]: *** [/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/tune/blas/level3/res/atlas_strsmXover.h] Error 2
make[2]: Leaving directory `/var/tmp/portage/sci-libs/blas-atlas-3.9.21/work/ATLAS/gentoo-build/bin'
make -f Makefile scblaslib 2>&1 | ./xatlas_tee INSTALL_LOG/sL3TUNE.LOG
[cut]
Comment 1 Martin Mokrejš 2010-01-25 21:42:12 UTC
build.log.bz2 is attached to bug #302236 from same host.
Comment 2 Markus Dittrich (RETIRED) gentoo-dev 2010-01-29 04:47:40 UTC
Thanks much for the note! Nothing fatal but certainly ugly
(libtool is used to compile an executable).
This should be fixed in version 2 of the shared_libs patch.

Best,
Markus