Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313637 - "unversioned" libdb_stl.a is installed with sys-libs/db-4.8.{24,26}
Summary: "unversioned" libdb_stl.a is installed with sys-libs/db-4.8.{24,26}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 08:27 UTC by Matt Michalowski
Modified: 2010-05-04 02:06 UTC (History)
0 users

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


Attachments
db_src_install_usrlibcleanup fix (db4.8-remove-libdb_stl.patch,223 bytes, text/plain)
2010-04-07 08:28 UTC, Matt Michalowski
Details
take #2, also create symlink to libdb_stl.a (db4.8-libdb_stl.patch,357 bytes, patch)
2010-04-07 08:53 UTC, Matt Michalowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Michalowski 2010-04-07 08:27:55 UTC
When emerging sys-libs/db-4.8.24 or sys-libs/db-4.8.26 a new unversioned/unslotted static archive, libdb_stl.a is installed, which could break future slotted installs

This seems trivial to fix in db.eclass db_src_install_usrlibcleanup() (diff attached)

Reproducible: Always
Comment 1 Matt Michalowski 2010-04-07 08:28:53 UTC
Created attachment 226833 [details]
db_src_install_usrlibcleanup fix
Comment 2 Matt Michalowski 2010-04-07 08:53:41 UTC
Created attachment 226835 [details, diff]
take #2, also create symlink to libdb_stl.a
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-05-04 02:06:57 UTC
InCVS now.

Your patches can use some work however, I suggest the following to improve them:
diff -Nuar $OLD $NEW