Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149544 - virtual/coreutils, virtual/e2fsprogs,...
Summary: virtual/coreutils, virtual/e2fsprogs,...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 11:01 UTC by Daniel Glaser
Modified: 2006-09-29 11:41 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 Daniel Glaser 2006-09-29 11:01:05 UTC
For building embedded systems with gentoo and crossdev, making coreutils, e2fsprogs,... virtuals, that could be fulfilled by busybox, would be a great enhancement.

I think, this is, what virtuals are intended to be...
Comment 1 SpanKY gentoo-dev 2006-09-29 11:09:29 UTC
due to the nature of this and just how complicated it can be, we decided sometime ago to no go this route

you can use package.provided to fake out things (like coreutils) while using busybox to fullfill the requirements
Comment 2 Daniel Glaser 2006-09-29 11:12:30 UTC
Hm, soon, I will put all this in some wiki ;-)

Is there any possibility to put this information into a profile?
Comment 3 SpanKY gentoo-dev 2006-09-29 11:23:43 UTC
check out `man portage` ... it describes everything
Comment 4 Daniel Glaser 2006-09-29 11:41:07 UTC
OK, figured it out. I know this with /etc/portage/profile/package.provided, but I didn't know, how it works with an own defined profile. So I tried and it worked. Not nice, but works ;-)