Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126396 - [patch] nss-db will not work with newer db versions.
Summary: [patch] nss-db will not work with newer db versions.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 02:39 UTC by Paul de Vrieze (RETIRED)
Modified: 2006-03-16 13:10 UTC (History)
0 users

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


Attachments
The patch to fix compilation with newer db versions. (nss-db.patch,794 bytes, patch)
2006-03-16 02:40 UTC, Paul de Vrieze (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze (RETIRED) gentoo-dev 2006-03-16 02:39:13 UTC
In the (still masked) db versions, symbol versioning is not done anymore by mangling symbol names, but by using the linker. While this should make things easier, the nss-db ebuild assumes the mangled names. Please find attached a patch that fixes this.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2006-03-16 02:40:41 UTC
Created attachment 82274 [details, diff]
The patch to fix compilation with newer db versions.
Comment 2 SpanKY gentoo-dev 2006-03-16 12:26:11 UTC
feel free to commit the fix
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2006-03-16 13:10:47 UTC
Just committed.