Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 413586 Details for
Bug 562126
dev-libs/liblinear-210-r1 fails to compile: tron.cpp:(.text+0x256): undefined reference to `dnrm2_'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/x-log), 5.50 KB, created by
Mark Nowiasz
on 2015-10-03 15:00:34 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mark Nowiasz
Created:
2015-10-03 15:00:34 UTC
Size:
5.50 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-libs/liblinear-210-r1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: jer@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 blas elibc_glibc kernel_linux userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking liblinear-210.tar.gz to /var/tmp/portage/dev-libs/liblinear-210-r1/work >>>> Source unpacked in /var/tmp/portage/dev-libs/liblinear-210-r1/work >>>> Preparing source in /var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210 ... >make -j9 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CFLAGS=-march=native -O2 -pipe -fPIC' 'CXXFLAGS=-march=native -O2 -pipe -fPIC' 'AR=x86_64-pc-linux-gnu-ar rcv' RANLIB=x86_64-pc-linux-gnu-ranlib LIBS=-L/usr/lib64/blas/referenceblas/blas.a lib all >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -c -o linear.o linear.cpp >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -c -o tron.o tron.cpp >if [ "Linux" = "Darwin" ]; then \ > SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,liblinear.so.3"; \ >else \ > SHARED_LIB_FLAG="-shared -Wl,-soname,liblinear.so.3"; \ >fi; \ >x86_64-pc-linux-gnu-g++ ${SHARED_LIB_FLAG} -Wl,-O1 -Wl,--as-needed linear.o tron.o -o liblinear.so.3 >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -Wl,-O1 -Wl,--as-needed -o train train.c tron.o linear.o -L/usr/lib64/blas/referenceblas/blas.a >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -Wl,-O1 -Wl,--as-needed -o predict predict.c tron.o linear.o -L/usr/lib64/blas/referenceblas/blas.a >tron.o: In function `TRON::trcg(double, double*, double*, double*)': >tron.cpp:(.text+0x256): undefined reference to `dnrm2_' >tron.cpp:(.text+0x275): undefined reference to `ddot_' >tron.cpp:(.text+0x2e5): undefined reference to `ddot_' >tron.cpp:(.text+0x30f): undefined reference to `daxpy_' >tron.cpp:(.text+0x31f): undefined reference to `dnrm2_' >tron.cpp:(.text+0x358): undefined reference to `daxpy_' >tron.cpp:(.text+0x36c): undefined reference to `ddot_' >tron.cpp:(.text+0x392): undefined reference to `dscal_' >tron.cpp:(.text+0x3ab): undefined reference to `daxpy_' >tron.cpp:(.text+0x3b9): undefined reference to `dnrm2_' >tron.cpp:(.text+0x45b): undefined reference to `daxpy_' >tron.cpp:(.text+0x46f): undefined reference to `ddot_' >tron.cpp:(.text+0x489): undefined reference to `ddot_' >tron.cpp:(.text+0x4a2): undefined reference to `ddot_' >tron.cpp:(.text+0x510): undefined reference to `daxpy_' >tron.cpp:(.text+0x53c): undefined reference to `daxpy_' >tron.o: In function `TRON::tron(double*)': >tron.cpp:(.text+0x6d5): undefined reference to `dnrm2_' >tron.cpp:(.text+0x71e): undefined reference to `dnrm2_' >tron.cpp:(.text+0x7e2): undefined reference to `daxpy_' >tron.cpp:(.text+0x7f8): undefined reference to `ddot_' >tron.cpp:(.text+0x814): undefined reference to `ddot_' >tron.cpp:(.text+0x85c): undefined reference to `dnrm2_' >tron.cpp:(.text+0xac6): undefined reference to `dnrm2_' >collect2: error: ld returned 1 exit status >Makefile:22: recipe for target 'predict' failed >make: *** [predict] Error 1 >make: *** Waiting for unfinished jobs.... >tron.o: In function `TRON::trcg(double, double*, double*, double*)': >tron.cpp:(.text+0x256): undefined reference to `dnrm2_' >tron.cpp:(.text+0x275): undefined reference to `ddot_' >tron.cpp:(.text+0x2e5): undefined reference to `ddot_' >tron.cpp:(.text+0x30f): undefined reference to `daxpy_' >tron.cpp:(.text+0x31f): undefined reference to `dnrm2_' >tron.cpp:(.text+0x358): undefined reference to `daxpy_' >tron.cpp:(.text+0x36c): undefined reference to `ddot_' >tron.cpp:(.text+0x392): undefined reference to `dscal_' >tron.cpp:(.text+0x3ab): undefined reference to `daxpy_' >tron.cpp:(.text+0x3b9): undefined reference to `dnrm2_' >tron.cpp:(.text+0x45b): undefined reference to `daxpy_' >tron.cpp:(.text+0x46f): undefined reference to `ddot_' >tron.cpp:(.text+0x489): undefined reference to `ddot_' >tron.cpp:(.text+0x4a2): undefined reference to `ddot_' >tron.cpp:(.text+0x510): undefined reference to `daxpy_' >tron.cpp:(.text+0x53c): undefined reference to `daxpy_' >tron.o: In function `TRON::tron(double*)': >tron.cpp:(.text+0x6d5): undefined reference to `dnrm2_' >tron.cpp:(.text+0x71e): undefined reference to `dnrm2_' >tron.cpp:(.text+0x7e2): undefined reference to `daxpy_' >tron.cpp:(.text+0x7f8): undefined reference to `ddot_' >tron.cpp:(.text+0x814): undefined reference to `ddot_' >tron.cpp:(.text+0x85c): undefined reference to `dnrm2_' >tron.cpp:(.text+0xac6): undefined reference to `dnrm2_' >collect2: error: ld returned 1 exit status >Makefile:19: recipe for target 'train' failed >make: *** [train] Error 1 > [31;01m*[0m ERROR: dev-libs/liblinear-210-r1::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-libs/liblinear-210-r1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-libs/liblinear-210-r1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-libs/liblinear-210-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-libs/liblinear-210-r1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210' > [31;01m*[0m S: '/var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 562126
: 413586