Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259055 - net-news/liferea-1.4.24 invalid built_with_use
Summary: net-news/liferea-1.4.24 invalid built_with_use
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 05:52 UTC by Ryan Hill (RETIRED)
Modified: 2009-02-15 21:24 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 Ryan Hill (RETIRED) gentoo-dev 2009-02-15 05:52:58 UTC
* checking ebuild checksums ;-) ...                                                                                                 [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                [ ok ]
 * checking miscfile checksums ;-) ...                                                                                               [ ok ]
You should enable -g (or higher) for debugging!                                                                                            
ERROR: Invalid atom: 'xulrunner'                                                                                                           
 *                                                                                                                                         
 * ERROR: net-news/liferea-1.4.24 failed.                                                                                                  
 * Call stack:                                                                                                                             
 *               ebuild.sh, line   49:  Called pkg_setup                                                                                   
 *   liferea-1.4.24.ebuild, line   48:  Called built_with_use 'xulrunner' 'gnome'                                                          
 *           eutils.eclass, line 1708:  Called best_version 'xulrunner'                                                                    
 *               ebuild.sh, line  216:  Called die                                                                                         
 * The specific snippet of code:                                                                                                           
 *                      die "unexpected portageq exit code: ${retval}"                                                                     
 *  The die message:                                                                                                                       
 *   unexpected portageq exit code: 2                                                                                                      
 *                                                                                                                                         
 * If you need support, post the topmost build error, and the call stack if relevant.                                                      
 * A complete build log is located at '/var/log/portage/net-news:liferea-1.4.24:20090215-054551.log'.                                      
 * The ebuild environment file is located at '/var/tmp/portage/net-news/liferea-1.4.24/temp/die.env'.


        if ! built_with_use xulrunner gnome ; then

built_with_use needs a full atom so this should be:

        if ! built_with_use net-libs/xulrunner:1.9 gnome ; then
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-02-15 21:24:03 UTC
Fixed, thanks.