Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19299 - Updated ebuild for lib-compat.
Summary: Updated ebuild for lib-compat.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL: http://www.hillsboroughcounty.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-14 12:03 UTC by Brett Simpson
Modified: 2003-06-02 04:13 UTC (History)
1 user (show)

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


Attachments
Updated ebuld for lib-compat. (lib-compat-1.2.ebuild,386 bytes, text/plain)
2003-04-14 12:05 UTC, Brett Simpson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Simpson 2003-04-14 12:03:08 UTC
This ebuild adds the following new files that are needed for the hp-web-jetadmin ebuild to 
run properly. No other files from the lib-compat-1.1.tar.bz2 file are changed. 
 
>>> /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so 
>>> /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so 
>>> /usr/lib/libstdc++.so.2.9.dummy 
>>> /usr/lib/libstdc++.so.2.9 -> libstdc++.so.2.9.dummy
Comment 1 Brett Simpson 2003-04-14 12:05:28 UTC
Created attachment 10631 [details]
Updated ebuld for lib-compat.

The lib-compat-1.2.tar.bz2 file is located on my ftp server at
ftp://ftp.hillsboroughcounty.org/pub/contrib/lib-compat-1.2.tar.bz2
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-14 18:19:01 UTC
Brett, what are those libs from/for exactly?
Comment 3 Brett Simpson 2003-04-14 18:31:48 UTC
I pulled the files from the Redhat Linux 9.0 compat-libstdc++-7.3-2.96.118.i386.rpm. 
The specific files I copied out of this rpm I think were built from the libstdc++ on 
various gcc versions. HP web jetadmin's install script depends on libstdc++.so.2.9. 
The libstdc++.so.2.9 is a symlink to libstdc++.so.dummy. 
 
I added the files libstdc++-2-libc6.1-1-2.9.0.so and libstdc++-3-libc6.2-2-2.10.0.so 
as a good measure since I'm sure other programs outside of portage may also 
depend on them. I doubt their addition would break anything that isn't already 
broken by them being missing. 
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-02 04:13:32 UTC
added to portage, thanks Brett.