Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 249051

Summary: app-office/openoffice-bin-3.0.0 kills prelinking
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: New packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED FIXED    
Severity: normal CC: mkyral, pk1
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 230622    
Bug Blocks:    

Description Ryan Hill (RETIRED) gentoo-dev 2008-11-27 02:23:57 UTC
after installing openoffice-bin-3.0.0, prelink has been continuously failing during it's cron run.

eg:
 723 Prelinking /usr/lib64/libwx_base-2.6.so.0.4.0
 724 Prelinking /usr/lib64/libwx_base_xml-2.6.so.0.4.0
 725 Prelinking /usr/lib64/openoffice/ure/lib/libstdc++.so.6
 726 Prelink failed with return value 134

i suggest adding a file to /etc/env.d/ using something like

echo "PRELINK_PATH_MASK=/usr/$(get_libdir)/openoffice/ure/lib/libstdc++.so.6" > 60${PN}
doenvd 60${PN}

with this file masked, prelinking works as expected.
Comment 1 Hanno Zysik (geki) 2008-11-27 08:38:50 UTC
Would this do as well?

echo "PRELINK_PATH_MASK=/usr/$(get_libdir)/openoffice/ure/lib/libstdc++.so.*" \
  > 60${PN}

Just in case the version changes. :)
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2008-11-27 22:34:18 UTC
well, it's libstdc++, so i doubt the version will be changing any time soon.  but sure, if PRELINK_PATH_MASK accepts wildcards.
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2008-12-26 10:25:51 UTC
Well the bigger question here is, if openoffice-bin should install its own libstdc++ at all, see bug #230622
Comment 4 Marian Kyral 2009-04-22 18:00:35 UTC
I had the same issue. Setting PRELINK_PATH_MASK fixed it.
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2011-03-16 11:07:51 UTC
Is this still an issue with recent versions of openoffice-bin (and prelink)?
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2011-03-17 10:35:20 UTC
not with libreoffice-bin anyways.
Comment 7 Andreas Proschofsky (RETIRED) gentoo-dev 2011-07-29 12:55:49 UTC
openoffice-bin is on the way out, not happening with libreoffice-bin, so closing