#39422: bitcoin @0.8.1 +daemon Should not call qmake ------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: bitcoin ------------------------+-------------------------------- Build fails during configure phase when Qt is not installed: {{{ ---> Configuring bitcoin DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: Executing org.macports.configure (bitcoin) DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_finance_bitcoin/bitcoin/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m32' LDFLAGS='-L/opt/local/lib -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-pipe -O2 -m32' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch i386' FFLAGS='-pipe -O2 -m32' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_finance_bitcoin/bitcoin/work/bitcoin-0.8.1-linux/src" && qmake ' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_finance_bitcoin/bitcoin/work/bitcoin-0.8.1-linux/src" && qmake sh: qmake: command not found Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_finance_bitcoin/bitcoin/work/bitcoin-0.8.1-linux/src" && qmake Exit code: 127 Error: org.macports.configure for port bitcoin returned: configure failure: command execution failed }}} Adding `set configure.cmd "true"` in the variant definition allows the build to succeed. (Maybe there's a cleaner way to skip the configure phase. I know almost nothing about MacPorts.) -- Ticket URL: <https://trac.macports.org/ticket/39422> MacPorts <http://www.macports.org/> Ports system for OS X