| Summary: | GCC 3.4.0 fails to install | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | David Nielsen <Lovechild> |
| Component: | [OLD] GCC Porting | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
David Nielsen
2004-04-25 20:52:13 UTC
i think we've figured out that this is a bootstrap bug. install perl and try again. if problems persist, let us know. :) errrrr..... that is, install gcc 3.3.3-r3 so that you can compile C++ code and compile perl You removed all the code for the pre-created manpages - go figures it will blow up. Can you maybe use 3.3.3-r3 and try to keep the build fairly intact with gcc-3.4.0-manpages.tar.bz2 included? re-added manpages. this should be fixed now. feel free to re-open this bug if you continue to have problems. Still happening on x86 with 3.4.0-r2 (in bootstrap).
Bootstrap can be made to succeed by adding to the beginning of src_install:
use bootstrap && touch ${WORKDIR}/build/gcc/doc/gcc.1
The manpages are present in $WORKDIR/gcc/doc/, but not in $WORKDIR/build/gcc/doc, which is where src_install is looking for them.
|