Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388727 - net-im/psi-0.14-r4 should depend on qconf unconditionally
Summary: net-im/psi-0.14-r4 should depend on qconf unconditionally
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-28 02:02 UTC by Dani Church
Modified: 2011-10-28 12:43 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 Dani Church 2011-10-28 02:02:33 UTC
In r4, the src_prepare() function moved the qconf line out of the "if use extras" block, but the DEPEND list still has sys-devel/qconf based on the extras USE flag.  If qconf is being called unconditionally, then the DEPEND should be modified to match.

Reproducible: Always

Steps to Reproduce:
1. emerge -C sys-devel/qconf
2. USE="-extras" emerge =net-im/psi-0.14-r4
Actual Results:  
 * ERROR: net-im/psi-0.14-r4 failed (prepare phase):
 *   Failed to create ./configure.
 * 
 * Call stack:
 *     ebuild.sh, line  91:  Called src_prepare
 *   environment, line 2507:  Called die
 * The specific snippet of code:
 *       qconf || die "Failed to create ./configure.";


Expected Results:  
Successful build.
Comment 1 Nikolaj Šujskij 2011-10-28 12:23:03 UTC
(In reply to comment #0)
> In r4, the src_prepare() function moved the qconf line out of the "if use
> extras" block, but the DEPEND list still has sys-devel/qconf based on the
> extras USE flag.  If qconf is being called unconditionally, then the DEPEND
> should be modified to match.
 I've moved qconf call back to that section and Psi compiles and works fine, thanks for suggestion.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2011-10-28 12:43:22 UTC
Fixed in tree tree. Thank you guys.