#40463: gettext hangs during upgrade ------------------------------+-------------------------- Reporter: saschaschnepp@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: gettext | ------------------------------+-------------------------- Comment (by saschaschnepp@…): Replying to [comment:9 ryandesign@…]:
Replying to [comment:8 saschaschnepp@…]:
On my system this produces: {{{ sascha$ /usr/bin/clang -v Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.2 Thread model: posix }}}
That's old; the current version is 4.2 not 3.1. Please update to Xcode 4.6.3, then open Xcode, go to its Preferences window, to the Downloads section, and update the command line tools.
Ok, I didn't update for a while because my lab is always a bit behind with the intel plugins. I will check for the latest version I can install.
and {{{ sascha$ cc -v Using built-in specs. COLLECT_GCC=/opt/local/bin/gcc-mp-4.7 COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin11/4.7.3
/lto-wrapper
Target: x86_64-apple-darwin11 Configured with: ../gcc-4.7.3/configure --prefix=/opt/local --build=x86_64-apple-darwin11 --enable- languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc47 --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 --disable-multilib --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 --with-pkgversion='MacPorts gcc47 4.7.3_1' Thread model: posix gcc version 4.7.3 (MacPorts gcc47 4.7.3_1) }}}
I presume you've deliberately changed `cc` to be this? Perhaps using `port select gcc`? If so, try setting it back the way it was before building gettext.
`port select gcc` solved the problem. Thank you very much! -- Ticket URL: <https://trac.macports.org/ticket/40463#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X