* Package: media-gfx/freecad-9999  * Repository: gentoo  * Maintainer: xmw@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox * Using following Fortran compiler: * F77: x86_64-pc-linux-gnu-gfortran * FC: x86_64-pc-linux-gnu-gfortran >>> Unpacking source... * Fetching https://github.com/FreeCAD/FreeCAD.git ... git fetch https://github.com/FreeCAD/FreeCAD.git +HEAD:refs/git-r3/HEAD remote: Counting objects: 32, done. remote: Compressing objects: 16% (1/6)  remote: Compressing objects: 33% (2/6)  remote: Compressing objects: 50% (3/6)  remote: Compressing objects: 66% (4/6)  remote: Compressing objects: 83% (5/6)  remote: Compressing objects: 100% (6/6)  remote: Compressing objects: 100% (6/6), done. remote: Total 32 (delta 26), reused 29 (delta 26), pack-reused 0 Unpacking objects: 3% (1/32) Unpacking objects: 6% (2/32) Unpacking objects: 9% (3/32) Unpacking objects: 12% (4/32) Unpacking objects: 15% (5/32) Unpacking objects: 18% (6/32) Unpacking objects: 21% (7/32) Unpacking objects: 25% (8/32) Unpacking objects: 28% (9/32) Unpacking objects: 31% (10/32) Unpacking objects: 34% (11/32) Unpacking objects: 37% (12/32) Unpacking objects: 40% (13/32) Unpacking objects: 43% (14/32) Unpacking objects: 46% (15/32) Unpacking objects: 50% (16/32) Unpacking objects: 53% (17/32) Unpacking objects: 56% (18/32) Unpacking objects: 59% (19/32) Unpacking objects: 62% (20/32) Unpacking objects: 65% (21/32) Unpacking objects: 68% (22/32) Unpacking objects: 71% (23/32) Unpacking objects: 75% (24/32) Unpacking objects: 78% (25/32) Unpacking objects: 81% (26/32) Unpacking objects: 84% (27/32) Unpacking objects: 87% (28/32) Unpacking objects: 90% (29/32) Unpacking objects: 93% (30/32) Unpacking objects: 96% (31/32) Unpacking objects: 100% (32/32) Unpacking objects: 100% (32/32), done. From https://github.com/FreeCAD/FreeCAD 3b957a12b..8ea6b92ea -> refs/git-r3/HEAD git symbolic-ref refs/git-r3/media-gfx/freecad/0/__main__ refs/git-r3/HEAD * Checking out https://github.com/FreeCAD/FreeCAD.git to /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999 ... git checkout --quiet refs/git-r3/HEAD GIT update --> repository: https://github.com/FreeCAD/FreeCAD.git updating from commit: 3b957a12b52f84991e06c5af939f993bfba75a28 to commit: 8ea6b92ea98bced2fcef2d099dd3a6d50ec4290c src/Gui/CombiView.cpp | 2 +- src/Gui/Command.cpp | 2 +- src/Gui/CommandView.cpp | 4 ++-- src/Main/MainCmd.cpp | 2 +- src/Main/MainGui.cpp | 2 +- src/Main/MainPy.cpp | 2 +- src/Mod/Cam/App/best_fit.h | 2 +- src/Mod/Drawing/Gui/DrawingView.cpp | 2 +- src/Mod/Path/PathScripts/PathCircularHoleBase.py | 39 ++++++++++++++++++++++----------------- src/Mod/Path/PathScripts/PathCircularHoleBaseGui.py | 2 +- src/Mod/Path/PathScripts/PathDrilling.py | 1 + src/Mod/Path/PathScripts/PathHelix.py | 3 ++- 12 files changed, 35 insertions(+), 28 deletions(-) >>> Source unpacked in /var/tmp/portage/media-gfx/freecad-9999/work >>> Preparing source in /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999 ... >>> Working in BUILD_DIR: "/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build" cmake -C /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DOCC_INCLUDE_DIR=/usr/lib64/opencascade-6.9.1/ros/lin/inc -DOCC_LIBRARY_DIR=/usr/lib64/opencascade-6.9.1/ros/lin/lib64 -DCMAKE_INSTALL_DATADIR=share/freecad-9999 -DCMAKE_INSTALL_DOCDIR=share/doc/freecad-9999 -DCMAKE_INSTALL_INCLUDEDIR=include/freecad-9999 -DFREECAD_USE_EXTERNAL_KDL=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/gentoo_toolchain.cmake /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999 loading initial cache file /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/gentoo_common_config.cmake -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- 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 -- Compiler: GNU, version: 5.4.0 -- Looking for GL/gl.h -- Looking for GL/gl.h - found -- Looking for C++ include istream -- Looking for C++ include istream - found -- Looking for C++ include ostream -- Looking for C++ include ostream - found -- Looking for C++ include fstream -- Looking for C++ include fstream - found -- Looking for C++ include sstream -- Looking for C++ include sstream - found -- Looking for C++ include ios -- Looking for C++ include ios - found -- Looking for C++ include iostream -- Looking for C++ include iostream - found -- Looking for C++ include iomanip -- Looking for C++ include iomanip - found -- Looking for C++ include iostream -- Looking for C++ include iostream - found -- Check for STD namespace -- Check for STD namespace - found -- prefix: /usr -- datadir: /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/share/freecad-9999 -- docdir: /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/share/doc/freecad-9999 -- includedir: /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/include/freecad-9999 -- libdir: /usr/lib64 -- Found PythonInterp: /var/tmp/portage/media-gfx/freecad-9999/temp/python2.7/bin/python (found version "2.7.12") -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable exact version "2.7.12") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Boost version: 1.63.0 -- Found the following Boost libraries: -- filesystem -- program_options -- regex -- signals -- system -- thread -- chrono -- date_time -- atomic -- Found Xerces-C: /usr/lib64/libxerces-c.so -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- PyCXX found: -- Headers: /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999/src -- Sources: /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999/src/CXX -- Found OCC: /usr/lib64/opencascade-6.9.1/ros/lin/inc (found version "6.9.1") -- -- Found OCE/OpenCASCADE version: 6.9.1 -- -- OCE/OpenCASCADE include directory: /usr/lib64/opencascade-6.9.1/ros/lin/inc -- -- OCE/OpenCASCADE shared libraries directory: /usr/lib64/opencascade-6.9.1/ros/lin/lib64 -- VTK components: vtkCommonCore;vtkCommonDataModel;vtkFiltersVerdict;vtkIOXML;vtkFiltersCore;vtkFiltersGeneral;vtkIOLegacy;vtkFiltersExtraction;vtkFiltersSources;vtkFiltersGeometry;vtkhdf5 -- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.28") -- Checking for one of the modules 'hdf5-serial' -- HDF5: Using hdf5 compiler wrapper to determine C configuration -- Found HDF5: /usr/lib64/libhdf5.so;/usr/lib64/libz.so;/usr/lib64/libdl.so;/usr/lib64/libm.so (found version "1.8.18") -- Checking for one of the modules 'ompi-cxx' CMake Warning at CMakeLists.txt:709 (message): mpi.h was not found. Check for error above. -- Check for medfile (libmed and libmedc) ... CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find MEDFile (missing: MEDFILE_INCLUDE_DIRS MEDFILE_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cMake/FindMEDFile.cmake:54 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:712 (find_package) -- Configuring incomplete, errors occurred! See also "/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/CMakeFiles/CMakeOutput.log". See also "/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build/CMakeFiles/CMakeError.log". * ERROR: media-gfx/freecad-9999::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 124: Called src_configure * environment, line 4892: Called cmake-utils_src_configure * environment, line 1548: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=media-gfx/freecad-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-gfx/freecad-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-gfx/freecad-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/freecad-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999_build' * S: '/var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999'