Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300373 - =app-admin/keepassx-0.4.1 missing libXtst dependancy
Summary: =app-admin/keepassx-0.4.1 missing libXtst dependancy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dror Levin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 09:25 UTC by stacp
Modified: 2010-01-10 21:35 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stacp 2010-01-10 09:25:05 UTC
Compilation of Keepassx fails because it's looking for X11/extensions/XTest.h which apparently used to be included in =<X11-libs/xextproto-7.0.5 but since xextproto-7.1.1 XTest.h has moved to x11-libs/libXtst

Reproducible: Always

Steps to Reproduce:
1.Install =X11-libs/xextproto-7.1.1
2.Install Keepassx-0.4.1 (assuming libXtst isn't already installed)


Actual Results:  
Compilation failure

Expected Results:  
Keepassx should have pulled in libXtst as a dependency and compiled correctly

Adding x11-libs/libXtst as a dependency to the app-admin/keepassx-0.4.1.ebuild allows keepassx to compile correctly.
Comment 1 Dror Levin (RETIRED) gentoo-dev 2010-01-10 21:35:20 UTC
Fixed, thanks for reporting.