Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275329 - net-nntp/klibido-0.2.5 doesn't build correctly with sys-libs/db:4.7 installed
Summary: net-nntp/klibido-0.2.5 doesn't build correctly with sys-libs/db:4.7 installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 21:46 UTC by kleph
Modified: 2009-09-17 15:05 UTC (History)
0 users

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


Attachments
db-47.patch (db-47.patch,519 bytes, patch)
2009-06-24 21:53 UTC, kleph
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kleph 2009-06-24 21:46:00 UTC
The build links against libdb4.7 but db-46 headers are used during the build.

This bug is the same as bug #226485 except that now the ebuild needs addition of version 4.7 instead of 4.6.



Reproducible: Always

Steps to Reproduce:
1. Have db-4.6 and 4.7 installed
2. emerge klibido-0.2.5
3. run klibido

Actual Results:  
It will complain about not finding DB RPC Server and exit.


The fix is the same as bug #226485
Comment 1 kleph 2009-06-24 21:53:27 UTC
Created attachment 195699 [details, diff]
db-47.patch

The patch just add 4.7 to the list of known versions.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-17 15:05:04 UTC
Fixed.