Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101833 - openoffice-1.1.4-r1 failed to compile on i686-pc-linux-gnu-3.4.4
Summary: openoffice-1.1.4-r1 failed to compile on i686-pc-linux-gnu-3.4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 02:56 UTC by Florian Manschwetus
Modified: 2005-08-10 04:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
your info (emergeinfo,2.41 KB, application/octet-stream)
2005-08-09 03:34 UTC, Florian Manschwetus
Details
emerge --info (emergeinfo,2.41 KB, text/plain)
2005-08-09 03:34 UTC, Florian Manschwetus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Manschwetus 2005-08-09 02:56:28 UTC
`-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"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-09 03:05:11 UTC
We need emerge --info output, not your make.conf.
Comment 2 Florian Manschwetus 2005-08-09 03:34:12 UTC
Created attachment 65512 [details]
your info
Comment 3 Florian Manschwetus 2005-08-09 03:34:44 UTC
Created attachment 65513 [details]
emerge --info
Comment 4 Florian Manschwetus 2005-08-09 03:35:30 UTC
Added your info
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-08-09 03:43:04 UTC
Most probably unrelated, but definitely unmerge sys-devel/libtool-1.4.3-r4
Comment 6 Florian Manschwetus 2005-08-09 08:31:12 UTC
(In reply to comment #5)
> Most probably unrelated, but definitely unmerge sys-devel/libtool-1.4.3-r4

no change same error
Comment 7 Andreas Proschofsky (RETIRED) gentoo-dev 2005-08-09 08:39:59 UTC
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
Comment 8 Florian Manschwetus 2005-08-10 04:44:54 UTC
it works a + in first line of make.conf leading a comment
(e.g. +#comment) this was all