Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202186 - app-admin/keepassxrequires png support in QT 4.x
Summary: app-admin/keepassxrequires png support in QT 4.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 20:52 UTC by Orson Teodoro
Modified: 2007-12-13 21:14 UTC (History)
0 users

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 Orson Teodoro 2007-12-13 20:52:59 UTC
The ebuild forgets to check for existence of png use flag in qt 4.x library leaving user with the 
Clientic.png missing message.

In /usr/portage/package.use, append png to x11-libs/qt.

Reproducible: Always

Steps to Reproduce:
1. emerge =x11-libs/qt-4* without global use flag or explicitly disable it in per package use flag or USE="-png" emerge =x11-libs/qt-4*
2.
3.

Actual Results:  
Clientic.png dialog box shows and program is unusable

Expected Results:  
Done a check for linkage to libpng and warn the user that they need it as it is a listed requirement/dependency. 

Just an additional check to the ebuild to warn the user.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-12-13 21:14:31 UTC
Thanks for the notice, fixed in CVS.