When I issue: emerge --update --deep --newuse world
I get the following:
Code: Select all
Calculating world dependencies... done!
>>> Emerging (1 of 62) dev-libs/apr-util-0.9.12 to /
* apr-util-0.9.12.tar.gz RMD160 ;-) ... [ ok ]
* apr-util-0.9.12.tar.gz SHA1 ;-) ... [ ok ]
* apr-util-0.9.12.tar.gz SHA256 ;-) ... [ ok ]
* apr-util-0.9.12.tar.gz size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking apr-util-0.9.12.tar.gz ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking apr-util-0.9.12.tar.gz to /var/tmp/portage/dev-libs/apr-util-0.9.12/work
* Applying apr-util-0.9.12-linking.patch ... [ ok ]
* Running elibtoolize in: apr-util-0.9.12/xml/expat/conftools
* Applying portage-1.5.10.patch ...
* Applying max_cmd_len-1.5.20.patch ...
* Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-libs/apr-util-0.9.12/work/apr-util-0.9.12 ...
* Found db version 4.2
* Found db version 4.2
include version 4.2
* econf: updating apr-util-0.9.12/xml/expat/conftools/config.guess with /usr/share/gnuconfig/config.gu
ess
* econf: updating apr-util-0.9.12/xml/expat/conftools/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating apr-util-0.9.12/build/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating apr-util-0.9.12/build/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --
datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datadir=/usr/share/apr-util-0 --with-ap
r=/usr --with-expat=/usr --with-ldap --with-gdbm --with-dbm=db42 --with-berkeley-db=/usr/include/db4.2:
/usr/lib --build=i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for working mkdir -p... yes
APR-util Version: 0.9.12
checking for chosen layout... apr-util
Applying apr-util hints file rules for i686-pc-linux-gnu
checking for APR... yes
setting CC to "i386-pc-linux-gnu-gcc"
setting CPP to "i386-pc-linux-gnu-gcc -E"
adding "-pthread" to CFLAGS
setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
checking for i686-pc-linux-gnu-gcc... i386-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executab les
See `config.log' for more details.
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dev-libs/apr-util-0.9.12/work/apr-util-0.9.12/config.log
!!! ERROR: dev-libs/apr-util-0.9.12 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
environment, line 3894: Called src_compile
apr-util-0.9.12.ebuild, line 50: Called econf '--datadir=/usr/share/apr-util-0' '--with-apr=/usr' ' --with-expat=/usr' '--with-ldap' '--with-gdbm' '--with-dbm=db42' '--with-berkeley-db=/usr/include/db4.2 :/usr/lib'
ebuild.sh, line 577: Called die
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/apr-util-0.9.12/temp/build.log'.
The package apr-util-0.9.12 won't install and I can only assume this is an issue with upgrading gcc and or changing chost.
Any suggestions would be appreciated.


