Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87880 - Negative packages with emerge ... See details
Summary: Negative packages with emerge ... See details
Status: RESOLVED DUPLICATE of bug 16342
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 01:46 UTC by Mike Baikov
Modified: 2005-05-24 16:32 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 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 ***