Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27327 - emerge OpenOffice_1.1_rc3 fails
Summary: emerge OpenOffice_1.1_rc3 fails
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-25 18:08 UTC by bryce verdier
Modified: 2003-10-23 06:55 UTC (History)
1 user (show)

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


Attachments
oo_1.1-nptl.patch (oo_1.1-nptl.patch,910 bytes, patch)
2003-08-29 01:03 UTC, Stefan Jones (RETIRED)
Details | Diff
OpenOffice 1.1_RC3 ebuild replace pentium4 flag (openoffice-1.1_rc3-r1.ebuild,18.98 KB, text/plain)
2003-08-31 19:30 UTC, John Zheng
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bryce verdier 2003-08-25 18:08:56 UTC
Making: ../../unxlngi4.pro/misc/migration.dpz
dmake:  Error code 139, while making 'Shell escape'
dmake:  Error code 255, while making '../../unxlngi4.pro/misc/migration.dpz'
---* TG_SLO.MK *---

Error 65280 occurred while making
/var/tmp/portage/openoffice-1.1_rc3/work/oo_1.1rc3_src/extras/source/migration

Reproducible: Always
Steps to Reproduce:
1.cd /usr/portage/app-office/openoffice
2.emerge ./openoffice-1.1_rc3.ebuild
3.

Actual Results:  
recieved the error above

Expected Results:  
to wait a large amount of time for the program to compile and to finish without
issue.

Portage 2.0.49 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.21-pfeifer-r1_pre4)
=================================================================
System uname: 2.4.21-pfeifer-r1_pre4 i686 AMD Athlon(tm) Processor
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer -ffast-math"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS=" #http://gentoo.oregonstate.edu/ 
ftp://ftp.ussg.iu.edu/pub/linux/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo
http://gentoo.mirrors.pair.com ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg gnome libg++
mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib gtkhtml gdbm berkdb slang readline arts tetex bonobo svga java X sdl gpm
tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl cdr"
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-08-26 03:49:59 UTC
Could you attach more of the log or even the full log. The current information is unsufficient to know what happens
Comment 2 Stefan Jones (RETIRED) gentoo-dev 2003-08-29 01:03:11 UTC
Created attachment 16745 [details, diff]
oo_1.1-nptl.patch

Hi, I had a few space CPU cycles so I decided to compile OOo.
I have a glibc from CVS + nptl + gcc-3.2.3 + recent binutils.
This patch was required to compile OOo, it works ok now.
Add this patch is nptl in USE?
OOo can be prelinked once compiled and starts really quickly now!

( PS. I didn't see above error )
Comment 3 John Zheng 2003-08-31 19:30:49 UTC
Created attachment 16883 [details]
OpenOffice 1.1_RC3 ebuild replace pentium4 flag

I ran into a different problem compiling OpenOffice 1.1 RC3 on a pentium4.  It
looks like it doesn't like the '-march=pentium4' flag.	It seems to be a little
happier compiling now that I've replaced that flag with '-march=pentium3.'

I changed the .ebuild to replace pentium4 with pentium3, and I've attached the
ebuild.
Comment 4 Stephen Diener (RETIRED) gentoo-dev 2003-09-03 19:24:59 UTC
This may be unrelated but I ran into the problem trying emerging this package...

This package failed at the testing gcc stage
    "checking for gcc... /usr/bin/ccache gcc"

It was because I had ccache in my make.globals features but had not yet emerged ccache...

I am not sure if this was a change in make.globals from updating to portage-2.0.49-r3 that added ccache but I have never had this problem before.

Should this ebuild require ccache to be installed or should portage depend on ccache?

- Steve
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-03 04:51:37 UTC
Could you check whether a patch is still needed with openoffice-1.1.0 and
nptl. Also about ccache, either not specify in your features, or install
ccache. Either should work for now. I'll look into adding a sanity check
sometime.
Comment 6 Steven Robertson 2003-10-04 19:41:53 UTC
The patch is apparently still necessary for 1.1.0; OOo failed to build without
it on my box.
Comment 7 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-23 06:55:02 UTC
Did you manage to compile openoffice. The latest version has a filter for
-march=pentium4 when compiled on gcc-3.2.x