Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398288 Details for
Bug 542412
media-libs/vigra-1.10.0 failed to emerge with USE="hdf5 python"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 70.50 KB, created by
Leonid Kopylov
on 2015-03-07 08:21:02 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Leonid Kopylov
Created:
2015-03-07 08:21:02 UTC
Size:
70.50 KB
patch
obsolete
> * Package: media-libs/vigra-1.10.0 > * Repository: gentoo > * Maintainer: printing@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc fftw hdf5 jpeg kernel_linux png python python_targets_python2_7 tiff userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Removing shipped doc, Win32 dependencies and VCS files > * Applying vigra-1.10.0-automagicness.patch ... > [ ok ] > * Applying vigra-1.10.0-cmake-scripts.patch ... > [ ok ] > * Applying vigra-1.10.0-mpi-fixes.patch ... > [ ok ] > * python2_7: running vigra_configure >>>> Working in BUILD_DIR: "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7" >cmake --no-warn-unused-cli -C /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DAUTOEXEC_TESTS=OFF -DDOCDIR=/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/doc -DDOCINSTALL=share/doc/vigra-1.10.0 -DLIBDIR_SUFFIX=64 -DWITH_VALGRIND=OFF -DENABLE_DOC=OFF -DWITH_FFTW3=ON -DWITH_HDF5=ON -DWITH_JPEG=ON -DWITH_MPI=OFF -DWITH_PNG=ON -DWITH_OPENEXR=OFF -DWITH_VIGRANUMPY=ON -DWITH_TIFF=ON -DBUILD_TESTING=OFF -DCREATE_CTEST_TARGETS=OFF -DAUTOBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/gentoo_toolchain.cmake /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 >Not searching for unused variables given on the command line. >loading initial cache file /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/gentoo_common_config.cmake >-- The C compiler identification is GNU 4.9.2 >-- The CXX compiler identification is GNU 4.9.2 >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Detecting C compile features >-- Detecting C compile features - done >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- Configuring VIGRA version 1.10.0 >-- Searching for TIFF >-- in default locations >-- Found TIFF: /usr/lib64/libtiff.so (found version "4.0.3") >-- Searching for JPEG >-- in default locations >-- Found JPEG: /usr/lib64/libjpeg.so >-- Searching for PNG >-- in default locations >-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") >-- Found PNG: /usr/lib64/libpng.so (found version "1.6.16") >-- Searching for FFTW3 >-- in default locations >-- Found FFTW3: /usr/lib64/libfftw3.so >-- Searching for FFTW3F >-- in default locations >-- Found FFTW3F: /usr/lib64/libfftw3f.so >-- Searching for HDF5 >-- in default locations >-- Checking HDF5 version (at least 1.8): ok >-- Found HDF5: /usr/lib64/libhdf5.so >-- Checking VIGRANUMPY_DEPENDENCIES >-- Found PythonInterp: /usr/bin/python (found version "2.7.9") >-- Found Python libraries: /usr/lib64/libpython2.7.so >-- Found Python includes: /usr/include/python2.7 >-- Searching for Boost (at least version 1.40.0) >-- in default locations >-- Boost version: 1.56.0 >-- Found the following Boost libraries: >-- python >-- Searching for Python numpy: ok >Traceback (most recent call last): > File "<string>", line 1, in <module> >ImportError: No module named nose >-- Could NOT find Python nosetests ('import nose' failed) >-- Could NOT find sphinx documentation generator >-- Found VIGRANUMPY_DEPENDENCIES: 1 >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_error". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/error/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_impex". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/impex/CMakeLists.txt:18 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_utilities". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/utilities/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_pixeltypes". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/pixeltypes/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_colorspaces". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/colorspaces/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_classifier". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/classifier/CMakeLists.txt:5 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "classifier_speed_comparison". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/classifier/CMakeLists.txt:12 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_imgproc". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/imgproc/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_functorexpression". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/functorexpression/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_convolution". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/convolution/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_morphology". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/morphology/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_fourier". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/fourier/CMakeLists.txt:4 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_math". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/math/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_optimization". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/optimization/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_tensorimaging". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/tensorimaging/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_simpleanalysis". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/simpleanalysis/CMakeLists.txt:5 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_image". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/image/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_multiarray". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/multiarray/CMakeLists.txt:13 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_multiconvolution". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/multiconvolution/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_multiconvolution_speed". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/multiconvolution/CMakeLists.txt:4 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_voxelneighborhood". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/voxelneighborhood/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_volumelabeling". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/volumelabeling/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_watersheds3d". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/watersheds3d/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_multidistance". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/multidistance/CMakeLists.txt:6 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_multimorphology". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/multimorphology/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_seededRegionGrowing3d". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/seededRegionGrowing3d/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_sampler". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/sampler/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_hdf5impex". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/hdf5impex/CMakeLists.txt:6 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_sifImport". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/sifImport/CMakeLists.txt:7 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_features". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/features/CMakeLists.txt:4 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_unsupervised". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/unsupervised/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "test_coordinateiterator". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > test/coordinateiterator/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_objectfeatures". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/objectfeatures/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_slic2d". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/slic2d/CMakeLists.txt:3 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraAddTest.cmake:63 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "test_gridgraph". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > test/gridgraph/CMakeLists.txt:1 (VIGRA_ADD_TEST) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_core". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:7 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_impex". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:14 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_sampling". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:21 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_filters". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:26 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_analysis". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:34 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_learning". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:43 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_colors". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:51 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_noise". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:55 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_geometry". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:59 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target > "vigranumpy_optimization". Use the target name directly with > add_custom_command, or use the generator expression $<TARGET_FILE>, as > appropriate. > >Call Stack (most recent call first): > vigranumpy/src/core/CMakeLists.txt:63 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VIGRA_ADD_NUMPY_MODULE.cmake:100 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpy_fourier". > Use the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/src/fourier/CMakeLists.txt:3 (VIGRA_ADD_NUMPY_MODULE) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraCMakeUtils.cmake:8 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigraimpex". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/test/CMakeLists.txt:60 (DEPENDENCY_PATH) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at config/VigraCMakeUtils.cmake:8 (GET_TARGET_PROPERTY): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "vigranumpytest". Use > the target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > vigranumpy/test/CMakeLists.txt:61 (DEPENDENCY_PATH) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- vigranumpy tests will NOT be executed (nosetests missing) >-- --------------------------------------------------------- >-- VIGRA configuration information: >-- --------------------------------------------------------- >-- Using TIFF libraries: /usr/lib64/libtiff.so >-- Using JPEG libraries: /usr/lib64/libjpeg.so >-- Using PNG libraries: /usr/lib64/libpng.so;/usr/lib64/libz.so >-- OpenEXR disabled by user (WITH_OPENEXR=0) >-- Using FFTW libraries: /usr/lib64/libfftw3.so >-- Using HDF5 libraries: /usr/lib64/libhdf5.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libz.so >-- Using Boost Graph Library: /usr/include/boost/graph >-- LEMON graph library disabled by user (WITH_LEMON=0) >-- Using Python libraries: /usr/lib64/libpython2.7.so;/usr/lib64/libboost_python-2.7-mt.so >-- Using Numpy includes: /usr/lib64/python2.7/site-packages/numpy/core/include >-- --------------------------------------------------------- >-- building shared lib >-- binaries will be generated in: /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 >-- --------------------------------------------------------- >-- includes will be installed at: /usr/include >-- libraries will be installed at: /usr/lib64 >-- binaries will be installed at: /usr/bin >-- vigra manuals cannot be generated (Doxygen or Python not found) >-- vigranumpy will be installed at /usr/lib64/python2.7/site-packages >-- vigranumpy manuals cannot be generated (Sphinx missing) >-- --------------------------------------------------------- >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -march=native -O2 -pipe -fomit-frame-pointer >C++ -march=native -O2 -pipe -fomit-frame-pointer >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed >Module -Wl,-O1 -Wl,--as-needed >Shared -Wl,-O1 -Wl,--as-needed > >-- Configuring done >-- Generating done >-- Build files have been written to: /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 > * python2_7: running vigra_compile >>>> Working in BUILD_DIR: "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7" >/usr/bin/cmake -H/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 -B/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 --check-build-system CMakeFiles/Makefile.cmake 0 >/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles/progress.marks >make -f CMakeFiles/Makefile2 all >make[1]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >make -f src/impex/CMakeFiles/vigraimpex.dir/build.make src/impex/CMakeFiles/vigraimpex.dir/depend >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/depend >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/depend >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/depend >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/depend >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/DependInfo.cmake >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/DependInfo.cmake >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/DependInfo.cmake >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/DependInfo.cmake >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7 /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex/CMakeFiles/vigraimpex.dir/DependInfo.cmake >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex/CMakeFiles/vigraimpex.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex/CMakeFiles/vigraimpex.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex/CMakeFiles/vigraimpex.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/depend.internal". >Dependee "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/depend.internal". >Scanning dependencies of target vigraimpex >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >make -f src/impex/CMakeFiles/vigraimpex.dir/build.make src/impex/CMakeFiles/vigraimpex.dir/build >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 66 >[ 3%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/bmp.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/bmp.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/bmp.cxx >Scanning dependencies of target vigranumpy_colors >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/build >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 3%] Scanning dependencies of target vigranumpy_core >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/build >Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_colors.dir/colors.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_colors_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_colors.dir/colors.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/colors.cxx >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 85 >Scanning dependencies of target vigranumpy_filters >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/build >[ 6%] make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/vigranumpycore.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_core_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_core.dir/vigranumpycore.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/vigranumpycore.cxx >[ 6%] Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/kernel.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_filters_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_filters.dir/kernel.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/kernel.cxx >Scanning dependencies of target vigranumpy_analysis >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >make -f vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/build.make vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/build >make[2]: Entering directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 80 >[ 9%] Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/segmentation.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_analysis_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_analysis.dir/segmentation.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/segmentation.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 9%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/byteorder.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/byteorder.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/byteorder.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 67 >[ 12%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/codecmanager.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/codecmanager.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/codecmanager.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 68 >[ 15%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/exr.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/exr.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/exr.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 69 >[ 18%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/gif.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/gif.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/gif.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 18%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdr.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/hdr.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/hdr.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 86 >[ 21%] Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/converters.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_core_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_core.dir/converters.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/converters.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 70 >[ 25%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5impex.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/hdf5impex.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/hdf5impex.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 71 >[ 28%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5_rf_impex.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/hdf5_rf_impex.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/hdf5_rf_impex.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 72 >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 88 >[ 31%] [ 34%] Building C object src/impex/CMakeFiles/vigraimpex.dir/iccjpeg.c.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-gcc -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/iccjpeg.c.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/iccjpeg.c >Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/convolution.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_filters_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_filters.dir/convolution.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/convolution.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 34%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/imageinfo.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/imageinfo.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/imageinfo.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 87 >[ 37%] Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/axistags.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_core_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_core.dir/axistags.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/axistags.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 73 >[ 40%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/jpeg.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/jpeg.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/jpeg.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 74 >[ 43%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/png.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/png.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/png.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 75 >[ 46%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/pnm.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/pnm.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/pnm.cxx >x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus) >Please submit a full bug report, >with preprocessed source if appropriate. >See <https://bugs.gentoo.org/> for instructions. >vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/build.make:54: recipe for target 'vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/segmentation.cxx.o' failed >make[2]: *** [vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/segmentation.cxx.o] Error 4 >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >CMakeFiles/Makefile2:2862: recipe for target 'vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/all' failed >make[1]: *** [vigranumpy/src/core/CMakeFiles/vigranumpy_analysis.dir/all] Error 2 >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >make[1]: *** Waiting for unfinished jobs.... >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 76 >[ 46%] [ 50%] virtual memory exhausted: Cannot allocate memory >Building C object src/impex/CMakeFiles/vigraimpex.dir/rgbe.c.o >Building CXX object src/impex/CMakeFiles/vigraimpex.dir/sifImport.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-gcc -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/rgbe.c.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/rgbe.c >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/sifImport.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/sifImport.cxx >vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/build.make:100: recipe for target 'vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/axistags.cxx.o' failed >make[2]: *** [vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/axistags.cxx.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >CMakeFiles/Makefile2:2932: recipe for target 'vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/all' failed >make[1]: *** [vigranumpy/src/core/CMakeFiles/vigranumpy_core.dir/all] Error 2 >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 77 >[ 53%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/sun.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/sun.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/sun.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 78 >[ 56%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/tiff.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/tiff.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/tiff.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 56%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/viff.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/viff.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/viff.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 89 >[ 59%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 79 >[ 62%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/void_vector.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -DHasJPEG -DHasPNG -DHasTIFF -Dvigraimpex_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -o CMakeFiles/vigraimpex.dir/void_vector.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/src/impex/void_vector.cxx >Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/filters.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_filters_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_filters.dir/filters.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/filters.cxx >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 90 >[ 65%] Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/tensors.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_filters_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_filters.dir/tensors.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/tensors.cxx >Linking CXX shared library colors.so >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/vigranumpy_colors.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -march=native -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,colors.so -o colors.so CMakeFiles/vigranumpy_colors.dir/colors.cxx.o -lpython2.7 -lboost_python-2.7-mt >Linking CXX shared library libvigraimpex.so >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/cmake -E cmake_link_script CMakeFiles/vigraimpex.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -march=native -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libvigraimpex.so.5 -o libvigraimpex.so.5.1.10.0 CMakeFiles/vigraimpex.dir/bmp.cxx.o CMakeFiles/vigraimpex.dir/byteorder.cxx.o CMakeFiles/vigraimpex.dir/codecmanager.cxx.o CMakeFiles/vigraimpex.dir/exr.cxx.o CMakeFiles/vigraimpex.dir/gif.cxx.o CMakeFiles/vigraimpex.dir/hdr.cxx.o CMakeFiles/vigraimpex.dir/hdf5impex.cxx.o CMakeFiles/vigraimpex.dir/hdf5_rf_impex.cxx.o CMakeFiles/vigraimpex.dir/iccjpeg.c.o CMakeFiles/vigraimpex.dir/imageinfo.cxx.o CMakeFiles/vigraimpex.dir/jpeg.cxx.o CMakeFiles/vigraimpex.dir/png.cxx.o CMakeFiles/vigraimpex.dir/pnm.cxx.o CMakeFiles/vigraimpex.dir/rgbe.c.o CMakeFiles/vigraimpex.dir/sifImport.cxx.o CMakeFiles/vigraimpex.dir/sun.cxx.o CMakeFiles/vigraimpex.dir/tiff.cxx.o CMakeFiles/vigraimpex.dir/viff.cxx.o CMakeFiles/vigraimpex.dir/void_vector.cxx.o -ljpeg -lpng -lz -ltiff -lhdf5 -lhdf5_hl -lz -ltiff -lhdf5 -lhdf5_hl >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/cmake -E copy_if_different /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/colors.so /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/vigra/ >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 65%] cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/src/impex && /usr/bin/cmake -E cmake_symlink_library libvigraimpex.so.5.1.10.0 libvigraimpex.so.5 libvigraimpex.so >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 66 67 68 69 70 71 72 73 74 75 76 77 78 79 >Built target vigranumpy_colors >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles >[ 65%] [ 65%] Built target vigraimpex >Building CXX object vigranumpy/src/core/CMakeFiles/vigranumpy_filters.dir/morphology.cxx.o >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/x86_64-pc-linux-gnu-g++ -DHasHDF5 -Dvigranumpy_filters_EXPORTS -DNDEBUG -march=native -O2 -pipe -fomit-frame-pointer -fPIC -I/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -o CMakeFiles/vigranumpy_filters.dir/morphology.cxx.o -c /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0/vigranumpy/src/core/morphology.cxx >Linking CXX shared library filters.so >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/vigranumpy_filters.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -march=native -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,filters.so -o filters.so CMakeFiles/vigranumpy_filters.dir/kernel.cxx.o CMakeFiles/vigranumpy_filters.dir/convolution.cxx.o CMakeFiles/vigranumpy_filters.dir/filters.cxx.o CMakeFiles/vigranumpy_filters.dir/tensors.cxx.o CMakeFiles/vigranumpy_filters.dir/morphology.cxx.o -lpython2.7 -lboost_python-2.7-mt >cd /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core && /usr/bin/cmake -E copy_if_different /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/src/core/filters.so /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/vigranumpy/vigra/ >make[2]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7/CMakeFiles 88 89 90 >[ 65%] Built target vigranumpy_filters >make[1]: Leaving directory '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' >Makefile:147: recipe for target 'all' failed >make: *** [all] Error 2 > * ERROR: media-libs/vigra-1.10.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-libs/vigra-1.10.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-libs/vigra-1.10.0::gentoo'`. > * The complete build log is located at '/var/tmp/portage/media-libs/vigra-1.10.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-libs/vigra-1.10.0/temp/environment'. > * Working directory: '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0-python2_7' > * S: '/var/tmp/portage/media-libs/vigra-1.10.0/work/vigra-1.10.0'
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 542412
: 398288