Summary: | Openoffice-1.0.0-r1 merge fails with gcc-3.1-r6 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Prashanth Aditya Susarla <spaditya> |
Component: | [OLD] GCC Porting | Assignee: | Seth Chandler <sethbc> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jangutter |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Prashanth Aditya Susarla
2002-06-22 17:15:30 UTC
I can confirm this: I installed both gcc-3.0.4 and 3.1. OOo cannot compile. I moved /usr/bin/*-3.1 to a safe place: OOo compiled with no problem. Dont know ... I have compiled -r1 with gcc-3.0.4, gcc-3.1, and also now -r2 (only slightly modified to also accomodate gcc-3.1.1) with 3.1.1. Try -r2 and let me know. First of all: my system: Bootstrapped with Gentoo 1.3b: GCC 3.1 system JDK 1.4.0 from SUN built from scratch did emerge rsync emerge --update system TODAY: 21 July 2002 tried to emerge openoffice FAILED. emerged gcc-3.1.1 tried to emerge openoffice FAILED. It seems that OOo's build process depends on binary files being recognised by nm. Is this a binutils problem? nm --version returns: GNU nm 2.12.90.0.7 20020423 This is the error message I get after a couple of lines into the emerge: Using: ../../unxlngi4.pro/slb/gnu_getopt.lib ------------------------------ Making: ../../unxlngi4.pro/slb/gnu_getopt.lib nm: ../../unxlngi4.pro/obj/getopt.o: File format not recognized nm: ../../unxlngi4.pro/obj/getopt1.o: File format not recognized dmake: Error code 2, while making '../../unxlngi4.pro/slb/gnu_getopt.lib' dmake: '../../unxlngi4.pro/slb/gnu_getopt.lib' removed. ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.0.0-r2/work/oo_1.0_src/external/glibc/rtufiles This is only for the bootstrap process. The emerge continues however! Later it fails outright with the following message: Making: ../unxlngi4.pro/bin/makedepend unx c++ -Wl,-export-dynamic -Wl,--noinhibit-exec -L../unxlngi4.pro/lib -L../lib -L/var/tmp/portage/openoffice-1.0.0-r2/work/oo_1.0_src/solenv/unxlngi4/lib -L/var/tmp/portage/openoffice-1.0.0-r2/work/oo_1.0_src/solver/641/unxlngi4.pro/lib -L/var/tmp/portage/openoffice-1.0.0-r2/work/oo_1.0_src/solenv/unxlngi4/lib -L/lib -L/usr/lib -L/usr/local/lib -L/opt/java/j2sdk/lib -L/usr/X11R6/lib -o ../unxlngi4.pro/bin/makedepend ../unxlngi4.pro/obj/cppsetup.o ../unxlngi4.pro/obj/ifparser.o ../unxlngi4.pro/obj/include.o ../unxlngi4.pro/obj/main.o ../unxlngi4.pro/obj/parse.o ../unxlngi4.pro/obj/pr.o -ldl -lm ../unxlngi4.pro/obj/cppsetup.o: file not recognized: File format not recognized collect2: ld returned 1 exit status dmake: Error code 1, while making '../unxlngi4.pro/bin/makedepend' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.0.0-r2/work/oo_1.0_src/soltools/mkdepend dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 3045, Exitcode 255 !!! Build failed! !!! emerge aborting on /usr/portage/app-office/openoffice/openoffice-1.0.0-r2.ebuild . Please! This is the ONLY part of my system that doesn't work... HELP ME! (sidenote if I get this working before Monday, I have spent 1 week setting up my Gentoo system specifically for GCC 3.1) this is fixed with the 1.0.1 ebuild... |