Changes between Initial Version and Version 2 of Ticket #29603


Ignore:
Timestamp:
May 27, 2011, 12:38:53 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting so your posts are legible. Preview before submitting to ensure your formatting is correct. Remember to Cc the port maintainer. As reporter, you do not need to Cc yourself. Please attach the entire main.log file; the snippet you posted doesn't contain any useful information, and the manual run of the failing command might be a different problem entirely, since when you run the command manually, you're probably not setting all the environment variables that MacPorts sets when it builds things.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29603

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to jwa@…
  • Ticket #29603 – Description

    initial v2  
    11Running on Mac OS X 10.4.11 x86 with macports v1.9.1. When trying to install the python27 port it fails with the error:
    22
     3{{{
    34--->  Building python27
    45Error: Target org.macports.build returned: shell command failed
     
    78Error: Status 1 encountered during processing.
    89To report a bug, see <http://guide.macports.org/#project.tickets>
     10}}}
    911
    1012Tailing the log returns:
    1113
     14{{{
    1215:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python27/work/Python-2.7.1" && /usr/bin/make -j5 all MAKE="/usr/bin/make CC=/usr/bin/gcc-4.0" " returned error 2
    1316:error:build Target org.macports.build returned: shell command failed
     
    2023:info:build Warning: the following items did not execute (for python27): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    2124:notice:build Log for python27 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python27/main.log
     25}}}
    2226
    2327Trying to run the failed command results in the following erroneous output:
    2428
     29{{{
    2530/usr/bin/gcc-4.0 -c -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
    2631/usr/bin/gcc-4.0 -c -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -arch i386 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include  -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
     
    119124{standard input}:unknown:FATAL:can't create output file: Python/mactoolboxglue.o
    120125make: *** [Python/mactoolboxglue.o] Error 1
     126}}}