Changes between Initial Version and Version 1 of Ticket #48840


Ignore:
Timestamp:
Sep 14, 2015, 1:33:27 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #35112.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48840

    • Property Status changed from new to closed
    • 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 to arm-none-linux-gnueabi-gcc: error: duplicate case value '0'
    • Property Resolution changed from to duplicate
    • Property Port arm-none-linux-gnueabi-gcc added
  • Ticket #48840 – Description

    initial v1  
    22    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?
    33here is the return of the error:
     4{{{
    45--->  Fetching distfiles for arm-none-linux-gnueabi-gcc
    56--->  Verifying checksums for arm-none-linux-gnueabi-gcc
     
    910--->  Building arm-none-linux-gnueabi-gcc
    1011Error: org.macports.build for port arm-none-linux-gnueabi-gcc returned: command execution failed
     12}}}
    1113
    1214And here is the log of the port:
     15{{{
    1316: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
    1417: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]
     
    7174:error:build org.macports.build for port arm-none-linux-gnueabi-gcc returned: command execution failed
    7275:debug:build Error code: CHILDSTATUS 516 
     76}}}