Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211662 - net-p2p/gnunet-0.7.3-r1 invalid use flag
Summary: net-p2p/gnunet-0.7.3-r1 invalid use flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 18:05 UTC by gabrielitos
Modified: 2008-02-27 18:11 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 gabrielitos 2008-02-27 18:05:07 UTC
The building of net-p2p/gnunet-0.7.3-r1 reports me an error of invalid use flag:

 * ERROR: net-p2p/gnunet-0.7.3-r1 failed.
 * Call stack:
 *                ebuild.sh, line   49:  Called pkg_setup
 *   gnunet-0.7.3-r1.ebuild, line   39:  Called die
 * The specific snippet of code:
 *   		die "Invalid USE flag set"
 *  The die message:
 *   Invalid USE flag set


Reproducible: Always

Steps to Reproduce:
1.emerge gnunet
2.
3.

Actual Results:  
Emerge reports me that error. I tried to unset all USE but I get the same results.

USE="-gtk -ipv6 -ncurses -nls" emerge -av gnunet

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-p2p/gnunet-0.7.3-r1  USE="-gtk -ipv6 -mysql -ncurses -nls -sqlite" 0 kB 

Total: 1 package (1 new), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] 
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) net-p2p/gnunet-0.7.3-r1 to /
 * GNUnet-0.7.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                   [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking GNUnet-0.7.3.tar.bz2 ;-) ...                                  [ ok ]
 * 
 * You need to specify at least one of 'mysql' or 'sqlite'
 * USE flag in order to have properly installed gnunet
 * 
 * 
 * ERROR: net-p2p/gnunet-0.7.3-r1 failed.
 * Call stack:
 *                ebuild.sh, line   49:  Called pkg_setup
 *   gnunet-0.7.3-r1.ebuild, line   39:  Called die
 * The specific snippet of code:
 *   		die "Invalid USE flag set"
 *  The die message:
 *   Invalid USE flag set
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-p2p/gnunet-0.7.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-p2p/gnunet-0.7.3-r1/temp/die.env'.
 * 


Expected Results:  
Install gnunet.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-27 18:11:56 UTC
Did you actually read the message before filing this bug?!

> * You need to specify at least one of 'mysql' or 'sqlite'
> * USE flag in order to have properly installed gnunet