#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:7 ryandesign@…]:
Ok, well the next line in my configure output is: {{{ checking whether /usr/bin/clang and cc understand -c and -o together... yes }}} so that test must be failing. We should look into the configure script, see what they're doing, then you try to do the same thing on the command line.
Perhaps we could start by determining the version of your `clang` and `cc`: could you run:
{{{ /usr/bin/clang -v cc -v }}}
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 }}} 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) }}} -- Ticket URL: <https://trac.macports.org/ticket/40463#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X