Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30506 - openoffice 1.0.3 ebuild creates rotten link in install.
Summary: openoffice 1.0.3 ebuild creates rotten link in install.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 13:51 UTC by Daniel Armyr
Modified: 2003-10-23 07:00 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 Daniel Armyr 2003-10-06 13:51:44 UTC
Doing a simple emerge of openoffice 1.0.3 I find the following link in the
/opt/OpenOffice.org1.0.3/program/ catalogue
lrwxrwxrwx    1 root     root           89 Oct  6 22:06 libstdc++.so ->
/var/tmp/portage/openoffice-1.0.3-r1/image/opt/OpenOffice.org1.0.3/program/libstdc++.so.5
lrwxrwxrwx    1 root     root           18 Oct  6 22:06 libstdc++.so.5 ->
libstdc++.so.5.0.3
-rwxr-xr-x    1 root     root       914485 Oct  6 22:06 libstdc++.so.5.0.3

As I cannot get openoffice to start (The famour abort error) I have no idea if
fixing this is relevant.

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.




Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.1-r4, 2.4.22)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(tm) XP 2400+
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O3 -pipe -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox userpriv usersandbox ccache distcc"
GENTOO_MIRRORS="ftp://trumpetti.atm.tut.fi/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt encode gif jpeg libg++ libwww mad mikmod mmx mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb
slang readline svga tcltk java sdl gpm tcpd pam ssl perl python esd imlib
oggvorbis gtk qt opengl cdr X dga Xaw3d -arts -cups -foomaticdb -bonobo -guile
-gnome -kde -gtk2 -motif"
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-07 03:43:23 UTC
the following should fix it:
cd /opt/OpenOffice.org1.0.3/program/
ln -sf libstdc++.so.5 libstdc++.so

But I really wonder how you get this link. (btw. is this the binary or the
source version?)
Comment 2 Daniel Armyr 2003-10-07 12:57:26 UTC
Jeah, did that. This was compiled from source. No funny business. Just emerge
openoffice.
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-23 07:00:05 UTC
I don't really know what to do about it