Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[resolved] Can not install eudev
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
biergaizi
n00b
n00b


Joined: 18 Dec 2011
Posts: 45
Location: Beijing, China

PostPosted: Thu Jul 04, 2013 4:37 am    Post subject: [resolved] Can not install eudev Reply with quote

When I tried to install eudev on my server, it said:

Code:

Calculating dependencies... done!
[ebuild  N     ] sys-fs/eudev-1.0  USE="modutils openrc rule-generator -doc -gudev -hwdb -introspection -keymap -kmod (-selinux) -static-libs" 1,638 kB
[uninstall     ] sys-fs/udev-204  USE="acl firmware-loader kmod openrc -doc -gudev -hwdb -introspection -keymap (-selinux) -static-libs"
[blocks b      ] sys-fs/udev ("sys-fs/udev" is blocking sys-fs/eudev-1.0


It's works well.

But it has some issue on my computer.

Code:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] sys-fs/eudev-1.0  USE="modutils openrc rule-generator -doc -gudev -hwdb -introspection -keymap -kmod (-selinux) -static-libs" 1,638 kB
[blocks B      ] sys-fs/udev ("sys-fs/udev" is blocking sys-fs/eudev-1.0)

Total: 1 package (1 new), Size of downloads: 1,638 kB
Conflict: 1 block (1 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-fs/udev-204::gentoo, installed) pulled in by
    >=sys-fs/udev-197-r8[gudev?,hwdb?,introspection?,keymap?,kmod?,selinux?,static-libs?] (>=sys-fs/udev-197-r8[gudev,hwdb,kmod]) required by (virtual/udev-197-r3::gentoo, installed)

  (sys-fs/eudev-1.0::gentoo, ebuild scheduled for merge) pulled in by
    eudev


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked

_________________
Keep It Simple, stupid.


Last edited by biergaizi on Thu Jul 04, 2013 1:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Thu Jul 04, 2013 4:42 am    Post subject: Reply with quote

Try emerge -C udev && emerge -1av eudev if it fails be sure to rebuild udev before rebooting otherwise your in hot water. It is perfectly safe to do this as long as you don't reboot before eudev is installed and in the proper run levels.

You can what depends on udev by using equery from the gentoolkit package like so: equery d udev You may find a package that actually depends directly on udev.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
biergaizi
n00b
n00b


Joined: 18 Dec 2011
Posts: 45
Location: Beijing, China

PostPosted: Thu Jul 04, 2013 1:41 pm    Post subject: Reply with quote

The Doctor wrote:
Try emerge -C udev && emerge -1av eudev if it fails be sure to rebuild udev before rebooting otherwise your in hot water. It is perfectly safe to do this as long as you don't reboot before eudev is installed and in the proper run levels.

You can what depends on udev by using equery from the gentoolkit package like so: equery d udev You may find a package that actually depends directly on udev.


The strange thing is only virutal/udev directly depends on sys-fs/udev...

Code:

 * These packages depend on udev:
dev-libs/libatasmart-0.19 (virtual/udev)
gnome-base/gvfs-1.14.2 (virtual/udev[gudev])
media-gfx/gimp-2.8.6 (udev ? virtual/udev[gudev])
media-libs/mesa-9.1.4 (gbm ? virtual/udev)
sys-apps/hwids-20130617 (udev ? >=virtual/udev-197-r1)
sys-apps/util-linux-2.23.1 (udev ? virtual/udev)
sys-auth/consolekit-0.4.5_p20120320-r2 (acl ? >=virtual/udev-171)
sys-fs/cryptsetup-1.6.1 (udev ? virtual/udev[static-libs(+)])
                        (udev ? virtual/udev)
sys-fs/lvm2-2.02.98 (udev ? virtual/udev[static-libs?])
                    (udev ? virtual/udev[static-libs])
sys-fs/udev-204 (>=virtual/udev-197-r1)
sys-fs/udev-init-scripts-26 (>=virtual/udev-180)
sys-fs/udisks-2.1.0 (>=virtual/udev-197[gudev,hwdb])
virtual/dev-manager-0 (virtual/udev)
virtual/udev-197-r3 (>=sys-fs/udev-197-r8[gudev?,hwdb?,introspection?,keymap?,kmod?,selinux?,static-libs?])
x11-base/xorg-server-1.14.2 (udev ? >=virtual/udev-150)
x11-drivers/xf86-video-intel-2.21.11 (udev ? virtual/udev)
x11-libs/cairo-1.12.14-r2 (drm ? >=virtual/udev-136)

_________________
Keep It Simple, stupid.
Back to top
View user's profile Send private message
biergaizi
n00b
n00b


Joined: 18 Dec 2011
Posts: 45
Location: Beijing, China

PostPosted: Thu Jul 04, 2013 1:47 pm    Post subject: Reply with quote

The Doctor wrote:
Try emerge -C udev && emerge -1av eudev if it fails be sure to rebuild udev before rebooting otherwise your in hot water. It is perfectly safe to do this as long as you don't reboot before eudev is installed and in the proper run levels.

You can what depends on udev by using equery from the gentoolkit package like so: equery d udev You may find a package that actually depends directly on udev.


Finally, I uninstalled udev and installed eudev successfully.
But, my keyboard layout became Dvorak instead of Qwerty. Luckily, I'm a Dvorak user and I'm using Dworak at home (This computer is at school), so I can still type these characters...
_________________
Keep It Simple, stupid.
Back to top
View user's profile Send private message
biergaizi
n00b
n00b


Joined: 18 Dec 2011
Posts: 45
Location: Beijing, China

PostPosted: Thu Jul 04, 2013 1:57 pm    Post subject: Reply with quote

Okay, after reboot, my keyboard got back in Qwerty. :)
But networks stopped working. After I renamed enp3s0 back to old-style eth0, it works again!
_________________
Keep It Simple, stupid.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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