Gentoo: Toolchain fails during install

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
tristanm1
Posts: 2
Joined: Fri Oct 10, 2008 12:36 pm

Gentoo: Toolchain fails during install

Post by tristanm1 »

I am attempting to install the PSP toolchain in Gentoo, but the install keeps failing at the same spot:

Code: Select all

checking for psp-as... (cached) psp-as
checking for psp-ar... (cached) psp-ar
checking for psp-ranlib... (cached) psp-ranlib
checking for psp-readelf... (cached) psp-readelf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for build system executable suffix... no
updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/usr/local/src/psptoolchain/build/newlib-1.15.0/build-psp'
make: *** [all] Error 2
../scripts/004-newlib-1.15.0.sh: Failed.
Apparently, something is stopping 004-newlib-1.15.0.sh from running correctly. I don't think it is GCC because I have attempted to install using a bunch of different versions of GCC and they have all failed in the same place. Any idea what is wrong?
CoreCoder
Posts: 3
Joined: Fri May 02, 2008 8:37 am

Post by CoreCoder »

Check your version of textinfo and textinfo-tex. Version 4.11 has some problems. 4.8 worked for me. I haven't tried any newer versions.
tristanm1
Posts: 2
Joined: Fri Oct 10, 2008 12:36 pm

Post by tristanm1 »

Alright. I've installed thexinfo 4.8 and it worked. It seems that all newer versions in portage break the psp toolchain. I have hard masked all newer versions so that it won't update. Once the problem is taken care of I'll unmask it.
Post Reply