#38311: gcc4.4 +universal requiring libstdcxx from gcc4.7? ---------------------+-------------------------------- Reporter: boydb@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: gcc44 ---------------------+-------------------------------- When running the command "port install gcc44 +universal", libstdcxx is in the dependency tree and fails to compile. The log file shows that it appears to be pulling libstdcxx 4.7, from under the gcc47 package and failing to configure: {{{ :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc47/libstdcxx/work/build" && ../gcc-4.7.2/configure --prefix=/opt/local --build=x86_64-apple- darwin10 --includedir=/opt/local/include/gcc47 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.7 --with-libiconv-prefix=/opt/local --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program- suffix=-mp-4.7 --with-gxx-include-dir=/opt/local/include/gcc47/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with- ppl=/opt/local --with-cloog=/opt/local --enable-cloog-backend=isl --disable-cloog-version-check --enable-stage1-checking --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with- ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with- bugurl=https://trac.macports.org/newticket --disable-ppl-version-check --enable-languages=c++ --disable-bootstrap --with-pkgversion="MacPorts gcc47 4.7.2_2+universal" :info:configure Exit code: 77 :error:configure org.macports.configure for port libstdcxx returned: configure failure: command execution failed }}} I tried installing the gcc47 package first, and then re-running "port install gcc44 +universal", but it still fails out. I'm not sure if this is a failing on the part of the gcc44 package's "universal" variant (installing without the variant works fine), or libstdcxx (or myself misconfiguring something). -- Ticket URL: <https://trac.macports.org/ticket/38311> MacPorts <http://www.macports.org/> Ports system for OS X