Opened 14 years ago

Closed 14 years ago

#25817 closed defect (fixed)

subversion-python26bindings /opt/locallib should be /opt/local/lib

Reported by: snowflake (Dave Evans) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.99
Keywords: Cc: danielluke (Daniel J. Luke)
Port: subversion-python26bindings

Description

While installing trac, I noticed subversion-python26bindings during configure was referring to a non-existent directory /opt/locallib. Should this be /opt/local/lib ?

Strangely it does not seem to have affected the build of trac

DEBUG: Executing org.macports.configure (subversion-python26bindings)
DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' ac_cv_path_PYTHON='/opt/local/bin/python2.6' ac_cv_python_includes='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_davidevans_macports_svn-repo_macports-trunk_dports_devel_subversion-python26bindings/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' FCFLAGS='-O2 -m64' ac_cv_python_libs='-L/opt/locallib -bundle -undefined dynamic_lookup /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python' OBJC='/usr/bin/gcc-4.2' INSTALL='/usr/bin/install -c' ac_cv_python_link='gcc-4.2 -L/opt/locallib -bundle -undefined dynamic_lookup /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python' FFLAGS='-O2 -m64' OBJCFLAGS='-O2 -arch x86_64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'

Change History (1)

comment:1 Changed 14 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: newclosed

Missing '/' in r49375 (16 months ago), looks like no one noticed because MacPorts already adds ${prefix}/lib to LDFLAGS

Fixed in r70014 for the subversion-python*bindings ports, no revbump because I don't think it affects any of the build product.

Note: See TracTickets for help on using tickets.