Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 57828
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 2272
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Edvard Fagerholm <efagerho@cc.hut.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 57828 depends on: Show dependency tree
Bug 57828 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-21 02:13 0000
If you compile a binary package, then portage should record the USE flags used
when compiling that package into the package binary. This would help building
automated installations in a heterogeneous environment. The typical case is
that you have packages A and B. With default USE flags, A would depend on B,
but you don't want A to use B even though you're going to install B on some
computers. So you build a binary package with:

USE="-B" emerge -b A

Now you can't run emerge -K A on a computer where you don't need B at all (even
though the binary package A does nothing with B), without having B installed,
or you need to supply the USE flag again. The whole process is very
frustrating, because you need to record every special USE flag you've used to
compile every package...

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Brian Harring 2004-07-22 00:48:54 0000 -------
Err... It *is* recorded in the tbz2.
What you're after is the ability to depend (or rdepend in your case) on packages w/ a use flag enabled, which is a dupe.

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug