Skip to content

Building OPENCMISS Iron after setting up arch path raises problem with gdcm #187

@vraj004

Description

@vraj004

I tried to compile opencmiss iron (ubuntu 18.04, gcc-9, gfortran 9) by first setting up arch path:

  1. cd setup-build

  2. cmake -DOPENCMISS_ROOT=../opencmiss -DOPENCMISS_LIBRARIES=iron
    .-DOPENCMISS_PERFORM_INITIAL_BUILD=False ./setup

  3. make VERBOSE=1

  4. cd ../../build/manage/release

cmake .

  1. make create_config

  2. make build_config

The compiler fails at OC_GDCM:

Scanning dependencies of target OC_GDCM-ABI
[ 15%] Creating directories for 'OC_GDCM-ABI'
[ 17%] No download step for 'OC_GDCM-ABI'
[ 17%] No patch step for 'OC_GDCM-ABI'
[ 17%] No update step for 'OC_GDCM-ABI'
[ 17%] Performing configure step for 'OC_GDCM-ABI'
-- OC_GDCM-ABI configure command succeeded. See also /home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-configure-*.log
[ 17%] Performing build step for 'OC_GDCM-ABI'
CMake Error at extproj/stamp/OC_GDCM-ABI-build-Release.cmake:49 (message):
Command failed: 2

'/usr/local/bin/cmake' '--build' '/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release' '--' '-j8'

See also

/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build-*.log

CMakeFiles/OC_GDCM-ABI.dir/build.make:114: recipe for target '/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build' failed
make[6]: *** [/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build] Error 1
CMakeFiles/Makefile2:3104: recipe for target 'CMakeFiles/OC_GDCM-ABI.dir/all' failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions