#38463: zope @2.8.7 needs --disable-dependency-tracking removed from its configure.universal_args ---------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: zope ---------------------+-------------------------------- Its configure script doesn't recognize it, which makes it fail to build: {{{ DEBUG: Executing org.macports.configure (zope) DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.7' CXX='ccache /usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_zope/zope/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='ccache /usr/bin/clang' FCFLAGS='-pipe -O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64 -arch i386' FFLAGS='-pipe -O2' CC_PRINT_OPTIONS='YES' CC='ccache /usr/bin/clang' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_zope/zope/work/Zope-2.8.7-final" && ./configure --prefix=/opt/local --disable-dependency-tracking --prefix=/opt/local/libexec/Zope --with-python=/opt/local/bin/python2.6' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_zope/zope/work/Zope-2.8.7-final" && ./configure --prefix=/opt/local --disable-dependency-tracking --prefix=/opt/local/libexec/Zope --with-python=/opt/local/bin/python2.6 Using Python interpreter at /opt/local/bin/python2.6 Configuring Zope installation option --disable-dependency-tracking not recognized ./inst/configure.py configures and writes a Makefile for Zope. Defaults for options are specified in brackets. Configuration: -h, --help display this help and exit Options: --quiet suppress nonessential output --ignore-zlib allow configuration to proceeed if Python zlib module is not found. --ignore-largefile allow configuration to proceed without Python large file support. --ignore-expat allow configuration to proceed if the expat XML parsing module is not found. --optimize compile Python files as .pyo files instead of as .pyc files --no-compile don't compile Python files Directories: --build-base=DIR use DIR to store temporary build files --prefix=DIR install Zope files in DIR [/opt/Zope-2.8] By default, 'make install' will install Zope software files in '/opt/Zope-2.8' You can specify an alternate location for these files by using '--prefix', for example: '--prefix=$HOME/zope'. Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_zope/zope/work/Zope-2.8.7-final" && ./configure --prefix=/opt/local --disable-dependency-tracking --prefix=/opt/local/libexec/Zope --with-python=/opt/local/bin/python2.6 Exit code: 1 Error: org.macports.configure for port zope returned: configure failure: command execution failed }}} It's nomaintainer so anyone can fix it. -- Ticket URL: <https://trac.macports.org/ticket/38463> MacPorts <http://www.macports.org/> Ports system for OS X