Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30828 - Problems building openoffice
Summary: Problems building openoffice
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-10 07:06 UTC by Pablo De Nápoli
Modified: 2003-10-23 07:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo De Nápoli 2003-10-10 07:06:23 UTC
The compilation of open office faild. Unfortunately, I was not able to recover 
the messages of the compiler. I have tried two times. It seems I have plenty 
of disk space (so this is not the problem) 
I'm ussing  
CFLAGS="-march=athlon -O2" LANGUAGE="34" emerge -b openoffice 
  
(this is not to agressive, isn't it?) It seems that this not set CXXFLAGS, 
though. I'll try setting it. But compiling openoffice takes a long time, I 
cannot tell you what happens then, yet. 
 
 
 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:  
The package is not buildt 


Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.21) 
================================================================= 
System uname: 2.4.21 i686 AMD Duron(tm)  
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -march=athlon" 
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="-O3 -march=athlon" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="ccache sandbox usersandbox buildpkg" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 oss apm encode foomaticdb libg++ mad mikmod mpeg pdflib spell xml2 
xmms xv gdbm tcltk java X gpm ncurses readline kde gnome -samba berkdb -motif 
mmx 3dnow tcpd pam libwww ssl nls arts perl python esd gif imlib sdl oggvorbis 
gtk qt opengl avi png tiff acpi cups jpeg mozilla svga videos tetex -vodoo3x 
cdr -dvd crypt quicktime slang zlib dga truetype xinerama aalib doc"
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-10 07:38:26 UTC
please attach the error.
Comment 2 Pablo De Nápoli 2003-10-11 07:25:59 UTC
Here you have the error messages...

cp: cannot stat:
'/var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/solver/641/unxlgi4.pro/lib/libstdc++.so.../../../../../usr/lib/i686-pc-linux-gnu/3.2.3/5.0.3'

no such a file or directory
dmake: error code 1, while making '../unxlgi4pro/bin/udk3.0.1/linux/lib/libstd++.so
.../../../../../usr/lib/i686-pc-linux-gnu/3.2.3/5.0.3

ERROR: ERROR 65280 ocurred while making 
/var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/product/util/

Function src_compile, Line 505, exitcode 1
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-11 08:03:16 UTC
Attaching the whole output might be easier to help to solve the problem.
One thing though:
/var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/solver/641/unxlgi4.pro/lib/libstdc++.so.../../../../../usr/lib/i686-pc-linux-gnu/3.2.3/5.0.3
is certainly an invalid path.

I think it is that your compiler does not work with openoffice. Try to use
gcc-3.2.3-r2 , you might also want to try 1.1.0 it is a lot snappier.
Comment 4 Pablo De Nápoli 2003-10-19 19:56:08 UTC
I've succeded in building openoffice-1.1.0, thought.
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-23 07:03:17 UTC
Ok, closing this.