Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 87880

Summary: Negative packages with emerge ... See details
Product: Gentoo Linux Reporter: Mike Baikov <rusxakep>
Component: [OLD] DevelopmentAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Baikov 2005-04-04 01:46:49 UTC
I want emerge all system with emerge -e world, but some packages (example gcc) already emerged (with new flags or something).

I can run something in next ... : emerge -e world !gcc

Emerging all packages, except gcc?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-04-04 05:59:53 UTC
emerge $(emerge world -ep --columns | awk '{print $4}' | egrep -v '/(glibc|gcc)$')
Comment 2 Mike Baikov 2005-04-04 07:40:17 UTC
Not simple :) But this work. Thanks. Forget about it
Comment 3 Mike Baikov 2005-04-04 12:13:15 UTC
root@mike ~ # emerge $(emerge world -ep --columns | awk '{print $4}' | egrep -v '/(tetex)$')
Calculating dependencies
emerge: there are no ebuilds to satisfy "packages".

root@mike ~ #                                         

Hmmm ... 

These are the packages that I would merge, in order:

Calculating world dependencies                       ...done!
....
Comment 4 Jason Stubbs (RETIRED) gentoo-dev 2005-04-11 07:39:31 UTC
Throw a 'grep ebuild' in there as well. I'll be adding functionality at some stage to defer builds.
Comment 5 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-05-24 12:14:51 UTC
dup of 16342?
Comment 6 Jason Stubbs (RETIRED) gentoo-dev 2005-05-24 16:32:50 UTC
Yep 

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