Changes between Initial Version and Version 1 of Ticket #29067, comment 8


Ignore:
Timestamp:
May 26, 2013, 6:33:08 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29067, comment 8

    initial v1  
    1 I believe I'm getting the same error.  macports 2.1.2 trying to install gcc46 on mac os 10.4.11 and it fails with some missing symbols.  It first installs gcc 4.2, then looks like it's trying to install 4.7 ?? I tried the command "sudo port install gcc46 configure.compiler=apple-gcc-4.2" but it looks like it's still using apple's gcc 4.0.1 in the log:
     1I believe I'm getting the same error.  macports 2.1.2 trying to install gcc46 on mac os 10.4.11 and it fails with some missing symbols.  It first installs gcc 4.2, then looks like it's trying to install 4.7 ?? I tried the command "`sudo port install gcc46 configure.compiler=apple-gcc-4.2`" but it looks like it's still using apple's gcc 4.0.1 in the log:
    22
    3 
     3{{{
    44:info:build /usr/bin/gcc-4.0 -arch ppc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -fno-common  -DHAVE_CONFIG_H -L/opt/local/lib -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o darwin-c.o rs6000-c.o \
    55:info:build   cc1-checksum.o main.o tree-browser.o libbackend.a libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a  -L/opt/local/lib -lcloog-isl -lisl -L/opt/local/lib -lppl_c -lppl  -lgmpxx -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lmpc -lmpfr -lgmp   -lz
     
    3535:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc47/libstdcxx/work/build" && /usr/bin/make -w bootstrap
    3636:info:build Exit code: 2
    37 
     37}}}