| View previous topic :: View next topic |
| Author |
Message |
tristanm1
Joined: 10 Oct 2008 Posts: 2
|
Posted: Fri Oct 10, 2008 12:51 pm Post subject: Gentoo: Toolchain fails during install |
|
|
I am attempting to install the PSP toolchain in Gentoo, but the install keeps failing at the same spot:
| Code: | 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? |
|
| Back to top |
|
 |
CoreCoder
Joined: 02 May 2008 Posts: 3
|
Posted: Fri Oct 10, 2008 11:35 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
tristanm1
Joined: 10 Oct 2008 Posts: 2
|
Posted: Sat Oct 11, 2008 4:57 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|