Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562118 - dev-libs/liblinear-210-r1 USE="-blas" No package 'blas' found
Summary: dev-libs/liblinear-210-r1 USE="-blas" No package 'blas' found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-03 11:21 UTC by jospezial
Modified: 2015-10-04 08:07 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.43 KB, text/plain)
2015-10-03 11:21 UTC, jospezial
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2015-10-03 11:21:19 UTC
Created attachment 413576 [details]
build.log

* Package:    dev-libs/liblinear-210-r1
 * Repository: gentoo
 * Maintainer: jer@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   ccache 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 ...                                              
Package blas was not found in the pkg-config search path.                                                                              
Perhaps you should add the directory containing `blas.pc'                                                                              
to the PKG_CONFIG_PATH environment variable                                                                                            
No package 'blas' found                                                                                                                
make -j3 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=no 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                                                            
make -C blas OPTFLAGS='-march=native -O2 -pipe -fPIC' CC='x86_64-pc-linux-gnu-gcc';                                                    
make[1]: Entering directory '/var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210/blas'                                       
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -c dnrm2.c                                                                       
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -c daxpy.c                                                                       
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -c ddot.c                                                                        
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -c dscal.c                                                                       
x86_64-pc-linux-gnu-ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o                                                                       
a - dnrm2.o                                                                                                                            
a - daxpy.o                                                                                                                            
a - ddot.o                                                                                                                             
a - dscal.o                                                                                                                            
x86_64-pc-linux-gnu-ranlib blas.a                                                                                                      
make[1]: Leaving directory '/var/tmp/portage/dev-libs/liblinear-210-r1/work/liblinear-210/blas'                                        
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 blas/blas.a -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 no
x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -Wl,-O1 -Wl,--as-needed -o predict predict.c tron.o linear.o no
x86_64-pc-linux-gnu-g++: error: no: No such file or directory
Makefile:22: recipe for target 'predict' failed
make: *** [predict] Error 1
make: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-g++: error: no: No such file or directory
Makefile:19: recipe for target 'train' failed
make: *** [train] Error 1
 * ERROR: dev-libs/liblinear-210-r1::gentoo failed (compile phase):
 *   emake failed
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-04 06:42:58 UTC
This should be covered by my yesterday quoting fix (except for confusing 'no blas found' message).
Comment 2 Guillaume Castagnino 2015-10-04 08:02:41 UTC
(In reply to Michał Górny from comment #1)
> This should be covered by my yesterday quoting fix (except for confusing 'no
> blas found' message).

Yes indeed, this is fixed this morning
Thank’s