Opened 14 years ago
Closed 13 years ago
#28296 closed defect (fixed)
arm-none-linux-gnueabi-gcc @2005q3-2 objc/objc-parse.c: No such file or directory
Reported by: | mswoj61@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | arm-none-linux-gnueabi-gcc |
Description
The file "objc/ojc-parse.c" has been removed from the source tree.
:info:build /usr/bin/gcc-4.2 -c -pipe -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H -I. -Iobjc -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/objc -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/../include -I../intl objc/objc-parse.c -o objc/objc-parse.o :info:build i686-apple-darwin10-gcc-4.2.1: objc/objc-parse.c: No such file or directory :info:build i686-apple-darwin10-gcc-4.2.1: no input files :info:build make[1]: *** [objc/objc-parse.o] Error 1 :info:build make[1]: *** Waiting for unfinished jobs.... :info:build rm arm-none-linux-gnueabi-cpp.pod fsf-funding.pod gcov.pod arm-none-linux-gnueabi-gcc.pod gfdl.pod gpl.pod :info:build make: *** [all-gcc] Error 2 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_arm-none-linux-gnueabi-gcc/work/build" && /usr/bin/make -j4 all AR_FOR_TARGET=arm-none-linux-gnueabi-ar AS_FOR_TARGET=arm-none-linux-gnueabi-as LD_FOR_TARGET=arm-none-linux-gnueabi-ld NM_FOR_TARGET=arm-none-linux-gnueabi-nm RANLIB_FOR_TARGET=arm-none-linux-gnueabi-ranlib " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details) while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: the following items did not execute (for arm-none-linux-gnueabi-gcc): org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Log for arm-none-linux-gnueabi-gcc is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_arm-none-linux-gnueabi-gcc/main.log
Attachments (1)
Change History (4)
Changed 14 years ago by mswoj61@…
Attachment: | c-parse.in.patch added |
---|
comment:1 follow-up: 2 Changed 14 years ago by mswoj61@…
comment:2 Changed 14 years ago by mswoj61@…
Replying to mswoj61@…:
problem was apparently in c-parse.in, attached patch that fixes it
modified version of: http://www.microchip.com/forums/m416697-print.aspx
comment:3 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
problem was apparently in c-parse.in, attached patch that fixes it