Opened 11 years ago
Closed 11 years ago
#43540 closed defect (fixed)
py-ferari build fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | py-ferari |
Description
From the buildbot:
---> Building py27-ferari DEBUG: Executing proc-pre-org.macports.build-build-0 DEBUG: Executing org.macports.build (py27-ferari) DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='' CXXFLAGS='' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.9' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_dports_python_py-ferari/py27-ferari/work/.CC_PRINT_OPTIONS' F90FLAGS='' LDFLAGS='' FCFLAGS='' OBJC='/usr/bin/clang' OBJCFLAGS='' FFLAGS='' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-ferari/py27-ferari/work/208a515cad05" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-ferari/py27-ferari/work/208a515cad05" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build sh: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7: No such file or directory Command failed: cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-ferari/py27-ferari/work/208a515cad05" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build Exit code: 127
Missing dependency on pythonXY...
Change History (1)
comment:1 Changed 11 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r119636. Thanks for the report!