Opened 12 years ago
Closed 12 years ago
#38463 closed defect (fixed)
zope @2.8.7 needs --disable-dependency-tracking removed from its configure.universal_args
Reported by: | cooljeanius (Eric Gallager) | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | zope |
Description
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.
Change History (2)
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
Owner: | changed from macports-tickets@… to larryv@… |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Done in r104217.