#16233: Leopard environment variable issue remains -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- The Leopard environment variable issue remains even after r36719 and r36722 which were supposed to fix it. The following test is with MacPorts base @39006 on Mac OS X 10.5.4 with Xcode 3.1 on Intel. Make sure that nmap and py25-numpy are not installed. Then try to install umit, which depends on both. {{{ $ port install umit ---> Fetching nmap ---> Verifying checksum(s) for nmap ---> Extracting nmap ---> Configuring nmap ---> Building nmap ---> Staging nmap into destroot ---> Installing nmap @4.68_0 ---> Activating nmap @4.68_0 ---> Cleaning nmap ---> Fetching py25-numpy ---> Verifying checksum(s) for py25-numpy ---> Extracting py25-numpy ---> Applying patches to py25-numpy ---> Configuring py25-numpy ---> Building py25-numpy Error: Target org.macports.build returned: shell command " cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_python_py25-numpy/work/numpy-1.1.1" && /mp/bin/python2.5 setup.py build " returned error 1 Command output: Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2_5585 blas_opt_info: FOUND: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] define_macros = [('NO_ATLAS_INFO', 3)] extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers'] lapack_opt_info: FOUND: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] define_macros = [('NO_ATLAS_INFO', 3)] extra_compile_args = ['-msse3'] running build running scons customize UnixCCompiler Could not locate executable -fno-strict-aliasing error: Could not find compiler executable info for scons Error: The following dependencies failed to build: py25-gtk py25-cairo py25-numpy py25-sqlite3 Error: Status 1 encountered during processing. $ }}} Cleaning py25-numpy and trying again allows it to proceed. {{{ $ port clean --work py25-numpy ---> Cleaning py25-numpy $ port install umit ---> Fetching py25-numpy ---> Verifying checksum(s) for py25-numpy ---> Extracting py25-numpy ---> Applying patches to py25-numpy ---> Configuring py25-numpy ---> Building py25-numpy ---> Staging py25-numpy into destroot ---> Installing py25-numpy @1.1.1_0 ---> Activating py25-numpy @1.1.1_0 ---> Cleaning py25-numpy ---> Fetching py25-cairo [snip] }}} -- Ticket URL: <http://trac.macports.org/ticket/16233> MacPorts <http://www.macports.org/> Ports system for Mac OS