Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2561 - qt-3.0.4-r1 doesn't obey USE="-postgres"
Summary: qt-3.0.4-r1 doesn't obey USE="-postgres"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-07 20:39 UTC by Leigh Dyer
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 Leigh Dyer 2002-05-07 20:39:08 UTC
I've got postgresql 7.2 on my system, which the qt ebuild doesn't seem to like
(it wants to install 7.1.3), so before emerging qt I did an:

export USE="-postgres"

emerge --pretend qt showed that postgresql-7.1.3 had disappeared from the
dependency list, but when I did the proper emerge, flags relevant to postgresql
support (-I/usr/include/postgresql for example) were on the g++ command-line,
and the build failed when trying to build the QT postgresql driver.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-05-08 00:17:34 UTC
Upgrade to portage 1.9.9; this should be fixed.