Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227439 - x11-libs/qt-sql: ebuild is broken
Summary: x11-libs/qt-sql: ebuild is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 14:18 UTC by Rafał Mużyło
Modified: 2008-06-20 10:28 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 Rafał Mużyło 2008-06-16 14:18:00 UTC
I'm opening a new bug, cause it seems that my comments in bug 217528 go straight to /dev/null.
Current ebuild for x11-libs/qt-sql needs to be fixed for the case
when only postgresql package installed is dev-db/libpq.
In that case, no libpgport is installed, so qt-sql fails if postgres useflag is set.
qt-sql doesn't need libpgport, it's just noise added by `pg_config --libs`.
To make it build, only thing that's needed is adding `sed -i -e '/pg_config --libs/d' "${S}"/configure` to src_unpack.
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-06-20 10:28:16 UTC
Finally committed, thanks for your patience.