| Summary: | Compilation of gcc-3.3.3-r5 failed through missing header-file | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Kerwin <daniel.kerwin> |
| Component: | [OLD] Core system | 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
Daniel Kerwin
2004-06-07 23:49:33 UTC
When i try to update world it comes the point where gcc should be updated to version 3.3.3-r5. This fails because of the following errors: Fixed: mm.h Quoted includes in mm.h Applying io_quotes_def to libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h Applying io_quotes_def to libbonobo-2.0/bonobo/bonobo-application.h Applying io_quotes_def to libnautilus/nautilus-scroll-positionable.h Applying io_quotes_def to mpeg2dec/mpeg2.h Applying io_quotes_use to mpeg2dec/mpeg2.h Applying io_quotes_def to fame_motion.h Applying io_quotes_def to mp4.h Applying io_quotes_def to at-spi-1.0/libspi/application.h Applying io_quotes_def to SDL/SDL_version.h Applying io_quotes_def to SDL/SDL_mixer.h Applying io_quotes_def to sylpheed-claws/common/version.h Applying io_quotes_use to sylpheed-claws/common/version.h Applying sun_malloc to malloc.h Applying io_quotes_def to libgnomeprint-2.2/libgnomeprint/private/gpa-key.h Applying io_quotes_def to libgnomeprint-2.2/libgnomeprint/private/gpa-option.h Applying io_quotes_def to libIDL-2.0/libIDL/IDL.h Applying io_quotes_use to libIDL-2.0/libIDL/IDL.h Fixing directory /usr/include/X11 into /data/tmp/portage/gcc-3.3.3-r5/work/build/gcc/include/root/usr/X11R6/include/X11Applying io_quotes_def to X11/Xmu/Atoms.h Fixing directory /usr/include/GL into /data/tmp/portage/gcc-3.3.3-r5/work/build/gcc/include/root/usr/X11R6/include/GL Fixing directory /usr/include/DPS into /data/tmp/portage/gcc-3.3.3-r5/work/build/gcc/include/root/usr/X11R6/include/DPSCleaning up unneeded directories: fixincludes is done echo timestamp > stmp-fixinc make[2]: *** Keine Regel vorhanden, um das Target »/data/tmp/portage/gcc-3.3.3-r5/work/gcc-3.3.3/gcc/unwind.h«, benötigt von »stmp-int-hdrs«, zu erstellen. Schluss. make[2]: Leaving directory `/data/tmp/portage/gcc-3.3.3-r5/work/build/gcc' make[1]: *** [stage1_build] Fehler 2 make[1]: Leaving directory `/data/tmp/portage/gcc-3.3.3-r5/work/build/gcc' make: *** [bootstrap-lean] Fehler 2 !!! ERROR: sys-devel/gcc-3.3.3-r5 failed. !!! Function src_compile, Line 552, Exitcode 2 !!! (no error message) I fixed this problem by downloading original sources and copying unwind.h to my unpacked "gentoo-gcc". After that everything works fine. Reproducible: Always Steps to Reproduce: 1. emerge -u world / emerge -u gcc 2. 3. Actual Results: GCC-Compile fails. Expected Results: Compile successfully. gcc-3.4.1-r1 is the current x86 stable. Please try with that. If any problems open a new bug please. gcc-3.4.1-r1 is the current x86 stable. Please try with that. If any problems open a new bug please. Sorry that's gcc-3.3.4-r1 |