while trying to emerge wml 2.0.9-r1 I ran into the following problem configure: configuring in wml_backend/p3_eperl configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=powerpc-apple-darwin' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '-- localstatedir=/var/lib' '--libdir=/usr/lib/wml' '--build=powerpc-apple-darwin' 'CFLAGS=-O2 -pipe' 'build_alias=powerpc-apple-darwin' 'host_alias=powerpc-apple-darwin' --with-tidy=/var/tmp/ portage/wml-2.0.9-r1/work/wml-2.0.9/wml_aux/tidy/tidy --cache-file=/dev/null --srcdir=. configure: warning: CFLAGS=-O2 -pipe: invalid host type configure: warning: build_alias=powerpc-apple-darwin: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for wml_backend/p3_eperl !!! Please attach the config.log to your bug report: !!! /var/tmp/portage/wml-2.0.9-r1/work/wml-2.0.9/config.log !!! ERROR: dev-lang/wml-2.0.9-r1 failed. !!! Function econf, Line 496, Exitcode 0 !!! econf failed Reproducible: Always Steps to Reproduce: 1. 2. 3. !!! Relying on the shell to locate gcc, this may break !!! DISTCC, installing gcc-config and setting your current gcc !!! profile will fix this Portage 2.0.52-r1 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0, 8.2.0 Power Macintosh) =============================================================== == System uname: 8.2.0 Power Macintosh powerpc macos-20041118 distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] dev-lang/python: [Not Present] sys-apps/sandbox: [Not Present] sys-devel/autoconf: [Not Present] sys-devel/automake: [Not Present] sys-devel/binutils: [Not Present] sys-devel/libtool: [Not Present] virtual/os-headers: 7.1 ACCEPT_KEYWORDS="ppc-macos ~ppc-macos" AUTOCLEAN="yes" CBUILD="powerpc-apple-darwin" CFLAGS="-O2 -pipe" CHOST="powerpc-apple-darwin" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/ qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig collision-protect distlocks sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/ gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="ppc emboss imagemagick nls png ppc-macos sdl userland_Darwin kernel_Darwin elibc_Darwin" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Could you test this again with wml-2.0.11 that has just been put in the tree?
configures fine, but dies during linking: /bin/sh ../../libtool --tag=CC --mode=link powerpc-apple-darwin8-gcc -O3 -pipe -mcpu=G5 -mtune=G5 -mpowerpc64 -mpowerpc-gpopt -module -no-undefined -module -avoid-version -rpath /usr/lib/mp4h/1.3.0/intl -export-dynamic -o gettext.la -rpath /usr/lib/mp4h/1.3.0/intl gettext.lo -lintl -Wl,-framework -Wl,CoreFoundation powerpc-apple-darwin8-gcc -o .libs/gettext.so -bundle .libs/gettext.o /Library/Gentoo/usr/lib/libintl.dylib -L/Library/Gentoo/usr/lib /Library/Gentoo/usr/lib/libiconv.dylib -mcpu=G5 -mtune=G5 -mpowerpc64 -mpowerpc-gpopt -Wl,-framework -Wl,CoreFoundation /Library/Gentoo/usr/lib/gcc/powerpc-apple-darwin8/4.1.2/../../../../powerpc-apple-darwin8/bin/ld: Undefined symbols: __obstack_newchunk _array_current_file _array_current_line _current_file _current_line _error _expansion_level _predefined_attribute _warning_status collect2: ld returned 1 exit status make[5]: *** [gettext.la] Error 1 make[5]: Leaving directory `/Library/Gentoo/var/tmp/portage/dev-lang/wml-2.0.11/work/wml-2.0.11/wml_backend/p2_mp4h/modules/intl' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/Library/Gentoo/var/tmp/portage/dev-lang/wml-2.0.11/work/wml-2.0.11/wml_backend/p2_mp4h/modules' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/Library/Gentoo/var/tmp/portage/dev-lang/wml-2.0.11/work/wml-2.0.11/wml_backend/p2_mp4h' make[2]: *** [all] Error 2 make[2]: Leaving directory `/Library/Gentoo/var/tmp/portage/dev-lang/wml-2.0.11/work/wml-2.0.11/wml_backend/p2_mp4h' make[1]: *** [all] Error 1 make[1]: Leaving directory `/Library/Gentoo/var/tmp/portage/dev-lang/wml-2.0.11/work/wml-2.0.11/wml_backend' make: *** [all] Error 1 need to figure out what library supplies those symbols to fix this. Thanks.