View previous topic :: View next topic |
Author |
Message |
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3880
|
Posted: Wed Oct 30, 2019 12:31 am Post subject: virtual/dev-manager & sys-apps/busybox [solved] |
|
|
Here's Code: | equery d busybox
* These packages depend on busybox:
virtual/awk-1 (sys-apps/busybox)
virtual/dev-manager-0-r2 (sys-apps/busybox[mdev]) | and Code: | sys-apps/busybox
Installed versions: 1.30.1^t(02:59:49 22/08/2019)(pam -debug -ipv6 -livecd -make-symlinks -math -mdev -savedconfig -selinux -sep-usr -static -syslog -systemd) | I would have expected mdev to be required while it's not: Code: | emerge -p busybox
These are the packages that would be merged, in reverse order:
Calculating dependencies .......... done!
[ebuild R ] sys-apps/busybox-1.30.1 | What am I missing here?
Thks 4 ur attention.
Last edited by CaptainBlood on Wed Oct 30, 2019 6:07 am; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22696
|
Posted: Wed Oct 30, 2019 2:30 am Post subject: |
|
|
What is the output of emerge --pretend --verbose virtual/dev-manager sys-apps/busybox virtual/udev sys-fs/static-dev? |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3880
|
Posted: Wed Oct 30, 2019 5:14 am Post subject: |
|
|
Hu wrote: | What is the output of emerge --pretend --verbose virtual/dev-manager sys-apps/busybox virtual/udev sys-fs/static-dev? |
Code: | emerge -p --verbose virtual/dev-manager sys-apps/busybox virtual/udev sys-fs/static-dev
These are the packages that would be merged, in reverse order:
Calculating dependencies .... done!
[ebuild R ] virtual/udev-217::gentoo USE="-systemd" 0 KiB
[ebuild R ] sys-apps/busybox-1.30.1::gentoo USE="-debug -ipv6 -livecd -make-symlinks -math -mdev pam -savedconfig (-selinux) -sep-usr -static -syslog -systemd" 0 KiB
[ebuild R ] virtual/dev-manager-0-r2::gentoo 0 KiB
[ebuild N ] sys-fs/static-dev-0.1::gentoo 0 KiB
[ebuild N ] sys-apps/makedev-3.23.1-r1::gentoo USE="-build (-selinux)" 120 KiB | Thks 4 ur attention, interest & support. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Wed Oct 30, 2019 6:01 am Post subject: |
|
|
sys-apps/makedev is not installed beacuse
dev-manager-0-r2: | RDEPEND="|| (
virtual/udev
sys-apps/busybox[mdev]
sys-fs/static-dev
sys-freebsd/freebsd-sbin
)"
|
You installed virtual/udev then sys-apps/busybox[mdev] isn't installed (RDEPEND say that you need or virtual/udev or sys-apps/busybox[mdev] or ... ) _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3880
|
Posted: Wed Oct 30, 2019 6:06 am Post subject: |
|
|
Lazy me
Thks 4 ur attention, interest & support. |
|
Back to top |
|
|
|