| Summary: | openoffice-1.1.4-r1 failed to compile on i686-pc-linux-gnu-3.4.4 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Florian Manschwetus <manschwetus> |
| Component: | Current packages | Assignee: | Gentoo Office Team <office> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
your info
emerge --info |
||
We need emerge --info output, not your make.conf. Created attachment 65512 [details]
your info
Created attachment 65513 [details]
emerge --info
Added your info Most probably unrelated, but definitely unmerge sys-devel/libtool-1.4.3-r4 (In reply to comment #5) > Most probably unrelated, but definitely unmerge sys-devel/libtool-1.4.3-r4 no change same error Look at this bug: http://bugs.gentoo.org/show_bug.cgi?id=78574 This most likely is caused by a little bug in your make.conf it works a + in first line of make.conf leading a comment (e.g. +#comment) this was all |
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -O2 -mcpu=i686 -pipe -fno-strict-aliasing -MT function.o -MD -MP -MF ".deps/function.Tpo" \ -c -o function.o `test -f 'function.c' || echo './'`function.c; \ then mv -f ".deps/function.Tpo" ".deps/function.Po"; \ else rm -f ".deps/function.Tpo"; exit 1; \ fi `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. gcc -O2 -mcpu=i686 -pipe -fno-strict-aliasing -o dmake infer.o make.o stat.o expand.o dmstring.o hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o macparse.o rulparse.o percent.o function.o unix/libunix.a make[2]: Leaving directory `/var/tmp/portage/openoffice-1.1.4-r1/work/dmake' make[1]: Leaving directory `/var/tmp/portage/openoffice-1.1.4-r1/work/dmake' dmake has been successfully built * Building OpenOffice.org... build -- version: 1.86.18.2 Checking dmake... ============= Building project helpcontent ============= /var/tmp/portage/openoffice-1.1.4-r1/work/helpcontent/unx/schart dmake: /var/tmp/portage/openoffice-1.1.4-r1/work/solenv/inc/startup/startup.mk: line 26: Error -- Expecting macro or rule defn, found neither ---* *--- ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.1.4-r1/work/helpcontent/unx/schart !!! ERROR: app-office/openoffice-1.1.4-r1 failed. !!! Function src_compile, Line 425, Exitcode 1 !!! Build failed! !!! If you need support, post the topmost build error, NOT this status message. Reproducible: Always Steps to Reproduce: 1.emerge openoffice 2. 3. Actual Results: build fails Expected Results: build complete ==> proper install /etc/make.conf CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe -mmmx -msse -mfpmath=sse" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" #MAKEOPTS="-j20" #MAKEOPTS="-j11" MAKEOPTS="-j3" #FEATURES="distcc" USE="bash-completion mmxext xprint mozdevelop nptl apache2 gtk -gnome kde qt gtk2 -motif -mozilla alsa dvd cdr java apm X dga divx4linux gif ipv6 jpeg mpeg opengl pcmcia pnp samba ssl usb mmx sse wxwindows win32codecs" LANGUAGE=49 LINGUAS="de" VIDEO_CARDS="sis" GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo" #GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo" #GENTOO_MIRRORS="" #SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" SYNC="rsync://mirrors.sec.informatik.tu-darmstadt.de/gentoo-portage/" PORTDIR_OVERLAY="/usr/local/portage" PORTAGE_NICENESS="5"