Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2561

Summary: qt-3.0.4-r1 doesn't obey USE="-postgres"
Product: Gentoo Linux Reporter: Leigh Dyer <lsd>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: lsd
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.