#51778: Processing of port gmt5 failed -------------------------+----------------------- Reporter: luzareli@… | Owner: florian@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gmt5 | -------------------------+----------------------- Comment (by florian@…): Well, netcdf apparently hat netcdf4 support. So something else is wrong. I need more information on this. Could run the following commands?: {{{ port extract gmt5 cd ~/.macports/opt/local/var/macports/build/*/gmt5/work/ mkdir build/ && cd build/ /opt/local/bin/cmake --debug-trycompile --trace -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDCW_ROOT=/opt/local/share/gmt/dcw -DGSHHG_ROOT=/opt/local/share/gmt/gshhg -DNETCDF_ROOT=/opt/local -DFFTW3_ROOT=off -DGMT_OPENMP=off -DGMT_INSTALL_MODULE_LINKS=off -DGMT_INSTALL_TRADITIONAL_FOLDERNAMES=off -DGDAL_ROOT=/opt/local -DPCRE_ROOT=/opt/local -DLICENSE_RESTRICTED=no ../gmt-5.2.1 2>&1 | tee cmaketrace.txt zip -9r ~/Desktop/gmtCmakeBuild.zip port clean --all gmt5 }}} This will hopefully download and extract the gmt sources, run CMake in trace mode, create an archive of your build dir and remove that dir afterwards. Please attach the file gmtCmakeBuild.zip from your Desktop here. -- Ticket URL: <https://trac.macports.org/ticket/51778#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X