Changes between Initial Version and Version 1 of Ticket #48840
- Timestamp:
- Sep 14, 2015, 1:33:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48840
-
Property
Status
changed from
new
toclosed
- Property Cc stuartwesterman@… added
-
Property
Summary
changed from
encounter error while it is installing arm-none-linux-gnueabi-gcc for my mountain lion with macport
toarm-none-linux-gnueabi-gcc: error: duplicate case value '0'
-
Property
Resolution
changed from
to
duplicate
- Property Port arm-none-linux-gnueabi-gcc added
-
Property
Status
changed from
-
Ticket #48840 – Description
initial v1 2 2 I wanna install arm-none-linux-gnueabi-gcc for my mountain lion(10.8.5) with macport.But I encounter error while it is installing.How could I fix the problem? 3 3 here is the return of the error: 4 {{{ 4 5 ---> Fetching distfiles for arm-none-linux-gnueabi-gcc 5 6 ---> Verifying checksums for arm-none-linux-gnueabi-gcc … … 9 10 ---> Building arm-none-linux-gnueabi-gcc 10 11 Error: org.macports.build for port arm-none-linux-gnueabi-gcc returned: command execution failed 12 }}} 11 13 12 14 And here is the log of the port: 15 {{{ 13 16 :info:build /usr/bin/clang -c -pipe -Os -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -Icp -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/cp -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/../include -I../intl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/cp/error.c -o cp/error.o 14 17 :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/work/gcc-2005q3/gcc/cp/error.c:336:10: warning: case value not in enumerated type 'enum tree_code' [-Wswitch] … … 71 74 :error:build org.macports.build for port arm-none-linux-gnueabi-gcc returned: command execution failed 72 75 :debug:build Error code: CHILDSTATUS 516 76 }}}