Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210330 - app-misc/sphinx-0.9.8_pre1065 - wrong configure option w/ USE="postgres"
Summary: app-misc/sphinx-0.9.8_pre1065 - wrong configure option w/ USE="postgres"
Status: RESOLVED DUPLICATE of bug 209929
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 07:31 UTC by Samsonov Ivan
Modified: 2008-02-16 07:34 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 Samsonov Ivan 2008-02-16 07:31:36 UTC
See results. Will be "--without-pgsql" instead of "--with-pgsql". 

Reproducible: Always

Steps to Reproduce:
1. USE="postgres" emerge sphinx

Actual Results:  
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-mysql --without-pgsql --without-debug --build=i686-pc-linux-gnu

Expected Results:  
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-mysql --with-pgsql --without-debug --build=i686-pc-linux-gnu
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-16 07:33:34 UTC
Has nothing in common with portage development.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-16 07:34:41 UTC

*** This bug has been marked as a duplicate of bug 209929 ***