Changes between Initial Version and Version 1 of Ticket #36986
- Timestamp:
- Nov 14, 2012, 7:36:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36986
- Property Keywords p5.16-json-any json-any removed
-
Ticket #36986 – Description
initial v1 3 3 I am inexperienced with perl, but I took a go at trying to run 5.16 over 5.12. In the process of building a dependency, json-any, for net-twitter, I encountered this build error. As recommended by the problem hotlist I have tried building with apple-gcc-4.2 with no success. 4 4 5 {{{ ---> Computing dependencies for p5.16-json-any 5 {{{ 6 ---> Computing dependencies for p5.16-json-any 6 7 ---> Configuring p5.16-json-any 7 Error: org.macports.configure for port p5.16-json-any returned: configure failure: command execution failed }}} 8 Error: org.macports.configure for port p5.16-json-any returned: configure failure: command execution failed 9 }}} 8 10 9 11 Attached in the log with more detail. This is the part which looks of interest 10 12 11 {{{ :debug:configure Using compiler 'Mac OS X clang' 13 {{{ 14 :debug:configure Using compiler 'Mac OS X clang' 12 15 :debug:configure Executing org.macports.configure (p5.16-json-any) 13 16 :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-json-any/p5.16-json-any/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-pipe -O2' OBJC='/usr/bin/clang' INSTALL='/usr/bin/install -c' PERL_AUTOINSTALL='--skipdeps' OBJCFLAGS='-pipe -O2' FFLAGS='-pipe -O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang' … … 25 28 :debug:configure Backtrace: configure failure: command execution failed 26 29 while executing 27 "$procedure $targetname" }}} 30 "$procedure $targetname" 31 }}}