Opened 7 years ago

Closed 7 years ago

#52854 closed defect (fixed)

cmake @3.6.3_0: configure Unknown option: --no-system-librhash

Reported by: jkulesza (Joel A. Kulesza) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: cmake

Description

This was encountered following a port selfupdate && port upgrade outdated where I previously had cmake 3.6.2 installed and functional.

I have tried cleaning and uninstalling all older versions of cmake. Still, upon port install cmake, I receive in the log:

.
.
.
:notice:configure --->  Configuring cmake
:debug:configure Using compiler 'Xcode Clang'
:debug:configure Executing org.macports.configure (cmake)
:debug:configure Environment: 
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/.CC_PRINT_OPTIONS'
CFLAGS='-pipe -Os -arch x86_64'
CMAKE_INCLUDE_PATH='/local/macports/include/ncurses'
CMAKE_LIBRARY_PATH='/local/macports/lib'
CMAKE_OSX_DEPLOYMENT_TARGET='10.11'
CMAKE_OSX_SYSROOT='/'
CMAKE_PREFIX_PATH='/local/macports'
CPATH='/local/macports/include'
CPPFLAGS='-I/local/macports/include'
CXX='/usr/bin/clang++'
CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
F77FLAGS='-m64'
F90FLAGS='-pipe -Os -m64'
FCFLAGS='-pipe -Os -m64'
FFLAGS='-pipe -Os'
INSTALL='/usr/bin/install -c'
LDFLAGS='-L/local/macports/lib -Wl,-headerpad_max_install_names -arch x86_64'
LIBRARY_PATH='/local/macports/lib'
MACOSX_DEPLOYMENT_TARGET='10.11'
OBJC='/usr/bin/clang'
OBJCFLAGS='-pipe -Os -arch x86_64'
OBJCXX='/usr/bin/clang++'
OBJCXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
:debug:configure Assembled command: 'cd "/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.6.3" && ./configure --prefix=/local/macports --docdir=share/doc/cmake --parallel=4 --init=/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.6.3/macports.cmake --system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui'
:debug:configure Executing command line:  cd "/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.6.3" && ./configure --prefix=/local/macports --docdir=share/doc/cmake --parallel=4 --init=/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.6.3/macports.cmake --system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui 
:info:configure Unknown option: --no-system-librhash
:info:configure Command failed:  cd "/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.6.3" && ./configure --prefix=/local/macports --docdir=share/doc/cmake --parallel=4 --init=/local/macports/var/macports/build/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.6.3/macports.cmake --system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui 
:info:configure Exit code: 1
:error:configure org.macports.configure for port cmake returned: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
    while executing
"portconfigure::configure_main org.macports.configure"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:configure Warning: targets not executed for cmake: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:configure Please see the log file for port cmake for details:
    /local/macports/var/macports/logs/_local_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/main.log

Change History (3)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to michaelld
Port: cmake added
Status: newassigned

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers cmake), if any.

comment:2 Changed 7 years ago by michaelld (Michael Dickens)

In b25a8dd1/macports-ports:

cmake: move --no-system-librhash to devel only until the next release; addresses ticket #52854 .

comment:3 Changed 7 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.