Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
virtual/dev-manager & sys-apps/busybox [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3881

PostPosted: Wed Oct 30, 2019 12:31 am    Post subject: virtual/dev-manager & sys-apps/busybox [solved] Reply with quote

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
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 22696

PostPosted: Wed Oct 30, 2019 2:30 am    Post subject: Reply with quote

What is the output of emerge --pretend --verbose virtual/dev-manager sys-apps/busybox virtual/udev sys-fs/static-dev?
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3881

PostPosted: Wed Oct 30, 2019 5:14 am    Post subject: Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31280
Location: here

PostPosted: Wed Oct 30, 2019 6:01 am    Post subject: Reply with quote

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
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3881

PostPosted: Wed Oct 30, 2019 6:06 am    Post subject: Reply with quote

Lazy me :oops:

Thks 4 ur attention, interest & support.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum