* Package: dev-python/cvxopt-1.1.4-r1  * Repository: gentoo  * Maintainer: sci-mathematics@gentoo.org  * USE: amd64 dsdp elibc_glibc glpk kernel_linux multilib userland_GNU  * FEATURES: sandbox >>> Unpacking source... >>> Unpacking cvxopt-1.1.4.tar.gz to /var/tmp/portage/dev-python/cvxopt-1.1.4-r1/work >>> Source unpacked in /var/tmp/portage/dev-python/cvxopt-1.1.4-r1/work >>> Preparing source in /var/tmp/portage/dev-python/cvxopt-1.1.4-r1/work/cvxopt-1.1.4/src ... * Applying cvxopt-setup.patch ...  [ ok ] Package fftw3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3' found >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/cvxopt-1.1.4-r1/work/cvxopt-1.1.4/src ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/cvxopt-1.1.4-r1/work/cvxopt-1.1.4/src ... * Building of dev-python/cvxopt-1.1.4-r1 with CPython 2.7... python2.7 setup.py build -b build-2.7 running build running build_py creating build-2.7 creating build-2.7/lib.linux-x86_64-2.7 creating build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/cvxprog.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/misc.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/info.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/__init__.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/modeling.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/coneprog.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/solvers.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/printing.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt copying python/msk.py -> build-2.7/lib.linux-x86_64-2.7/cvxopt warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'glpk' extension creating build-2.7/temp.linux-x86_64-2.7 creating build-2.7/temp.linux-x86_64-2.7/C x86_64-pc-linux-gnu-gcc -pthread -march=core2 -O2 -pipe -fPIC -I/usr/include/python2.7 -c C/glpk.c -o build-2.7/temp.linux-x86_64-2.7/C/glpk.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -march=core2 -O2 -pipe build-2.7/temp.linux-x86_64-2.7/C/glpk.o -L -L/usr/lib64 -lglpk -lpython2.7 -o build-2.7/lib.linux-x86_64-2.7/cvxopt/glpk.so building 'dsdp' extension x86_64-pc-linux-gnu-gcc -pthread -march=core2 -O2 -pipe -fPIC -I/usr/include/python2.7 -c C/dsdp.c -o build-2.7/temp.linux-x86_64-2.7/C/dsdp.o C/dsdp.c:23:19: error: dsdp5.h: No such file or directory C/dsdp.c: In function 'solvesdp': C/dsdp.c:119: error: 'DSDP' undeclared (first use in this function) C/dsdp.c:119: error: (Each undeclared identifier is reported only once C/dsdp.c:119: error: for each function it appears in.) C/dsdp.c:119: error: expected ';' before 'sdp' C/dsdp.c:120: error: 'LPCone' undeclared (first use in this function) C/dsdp.c:120: error: expected ';' before 'lpcone' C/dsdp.c:121: error: 'SDPCone' undeclared (first use in this function) C/dsdp.c:121: error: expected ';' before 'sdpcone' C/dsdp.c:122: error: 'DSDPTerminationReason' undeclared (first use in this function) C/dsdp.c:122: error: expected ';' before 'info' C/dsdp.c:123: error: 'DSDPSolutionType' undeclared (first use in this function) C/dsdp.c:123: error: expected ';' before 'status' C/dsdp.c:169: error: 'sdp' undeclared (first use in this function) C/dsdp.c:169: error: 'lpcone' undeclared (first use in this function) C/dsdp.c:170: error: 'sdpcone' undeclared (first use in this function) C/dsdp.c:383: error: 'info' undeclared (first use in this function) C/dsdp.c:384: error: 'DSDP_CONVERGED' undeclared (first use in this function) C/dsdp.c:384: error: 'DSDP_SMALL_STEPS' undeclared (first use in this function) C/dsdp.c:385: error: 'DSDP_INDEFINITE_SCHUR_MATRIX' undeclared (first use in this function) C/dsdp.c:385: error: 'DSDP_MAX_IT' undeclared (first use in this function) C/dsdp.c:386: error: 'DSDP_NUMERICAL_ERROR' undeclared (first use in this function) C/dsdp.c:386: error: 'DSDP_UPPERBOUND' undeclared (first use in this function) C/dsdp.c:400: error: 'status' undeclared (first use in this function) C/dsdp.c:404: error: 'DSDP_PDFEASIBLE' undeclared (first use in this function) C/dsdp.c:412: error: 'DSDP_UNBOUNDED' undeclared (first use in this function) C/dsdp.c:420: error: 'DSDP_INFEASIBLE' undeclared (first use in this function) C/dsdp.c:428: error: 'DSDP_PDUNKNOWN' undeclared (first use in this function) error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 * ERROR: dev-python/cvxopt-1.1.4-r1 failed (compile phase): * Building failed with CPython 2.7 in distutils_building() function * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 5101: Called distutils_src_compile * environment, line 1274: Called python_execute_function 'distutils_building' * environment, line 3448: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/cvxopt-1.1.4-r1', * the complete build log and the output of 'emerge -pqv =dev-python/cvxopt-1.1.4-r1'. * The complete build log is located at '/var/tmp/portage/dev-python/cvxopt-1.1.4-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/cvxopt-1.1.4-r1/temp/environment'. * S: '/var/tmp/portage/dev-python/cvxopt-1.1.4-r1/work/cvxopt-1.1.4/src'