Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281054 - =app-admin/ulogd-{1.24-r1,2.0.0_beta3} reintroduced wrong USE=postgres handling
Summary: =app-admin/ulogd-{1.24-r1,2.0.0_beta3} reintroduced wrong USE=postgres handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Wormo (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 06:07 UTC by Christian Bricart
Modified: 2009-08-11 06:36 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 Christian Bricart 2009-08-11 06:07:24 UTC
USE=postgres had been fixed to DEPEND on "virtual/postgresql-base" rather than "postgresql-server" with =app-admin/ulogd-1.23-r2 - which is gone from the tree and it's fix never made it to version bumps.

Also see bug #235229 for the history

Reproducible: Always

Steps to Reproduce:
USE=postgres emerge app-admin/ulogd
Actual Results:  
DEPEND=postgresql-server

Expected Results:  
DEPEND=postgresql-base

app-admin/ulogd should not depend on postgresql-server but rather postgresql-base - most people will not want the server part installed on their firewall but will do logging to a remote database
Comment 1 Wormo (RETIRED) gentoo-dev 2009-08-11 06:36:09 UTC
Thanks for the informative report, sorry you had to file again on the same issue for later versions. Fixed in CVS now.