Gentoo Forums
Gentoo Forums
Quick Search: in
Blocked package sys-fs/udev
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
RobinVossen
Tux's lil' helper
Tux's lil' helper


Joined: 05 Nov 2007
Posts: 132

PostPosted: Thu Dec 06, 2007 8:36 am    Post subject: Blocked package sys-fs/udev Reply with quote

Well I wanted to Emerge Truecrypt on this system.
Normaly I could just do it.
But now Ill get a Blocked Package.
and ive never heard of the package that blocks.
I need to get sys-fs/udev-115-r1 and its getting blocked by sys-fs/device-mapper-1.02.22-r5

How can I emerge it without Hurting my system?
After reading the part of Blocked Packages I think I found out what they do.
So, well umm I dont want to destory my system.
After Googling Device-mapper I found out it does do something for LVM. I dont have LVM


Cheers :)
Robin
_________________
Server Unplugged!
Back to top
View user's profile Send private message
FranZ
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 211
Location: Enschede, Holland

PostPosted: Sat Dec 08, 2007 12:28 pm    Post subject: Reply with quote

I couldn't find why this should be a problem, but could you just paste the emerge command and it's output? That might help in finding the cause, even if you have given this information. sys-fs/udev-115-r1 requires at least sys-fs/device-mapper-1.02.19-r1 to be installed, else it won't merge. Based on that, it should just install if the versions are those you have given.
_________________
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

Ask Smart Questions
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4324
Location: not so far from an evil, world famous volcano. Under dictatorship, property of banks...

PostPosted: Sat Dec 08, 2007 2:15 pm    Post subject: Reply with quote

try (after a backup via binary package) if emerge -C device-mapper ; emerge -1Nu udev work
_________________
verba et risus abundat in orae stultorum sed etiam semper severi insani sunt :wink:
mala tempora currunt... mater stultorum semper pregna est :twisted:
Murpy'sLaw: If anything can go wrong, it will - O'Toole's Corollary: Murphy was an optimist
Back to top
View user's profile Send private message
cyrre
n00b
n00b


Joined: 02 Jul 2007
Posts: 26

PostPosted: Sat Dec 08, 2007 11:45 pm    Post subject: Reply with quote

I installed truecrypt on a fresh Gentoo-install yesterday and experienced the same issue.

All i did was to upgrade udev first and then truecrypt emerged without a problem.

Code:

emerge -u udev
emerge truecrypt
Back to top
View user's profile Send private message
LChiampo
n00b
n00b


Joined: 09 Dec 2007
Posts: 1

PostPosted: Sun Dec 09, 2007 1:37 pm    Post subject: I have the same problem trying to perform a globla Update. Reply with quote

Also I got the same problem UDEV blocked against Device-Mapper.

Unfortunately I di USE LVM2 so as far as I understand I need boths of them.

Here is the system output I get... seems a LOOP??? between the 2 packages?

Code:
Bimbi ~ # emerge --update --pretend world

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

Calculating world dependencies... done!
[ebuild     U ] app-arch/cpio-2.9-r1 [2.6-r5]
....
....
....
[ebuild  NS   ] sys-kernel/gentoo-sources-2.6.22-r9  USE="-build -symlink"
[ebuild     U ] sys-fs/device-mapper-1.02.22-r5 [1.02.10-r1]
[ebuild     U ] sys-fs/udev-115-r1 [103]
[ebuild     U ] sys-fs/lvm2-2.02.28-r2 [2.02.10]
[blocks B     ] <sys-fs/udev-115-r1 (is blocking sys-fs/device-mapper-1.02.22-r5)
[blocks B     ] <sys-fs/device-mapper-1.02.19-r1 (is blocking sys-fs/udev-115-r1)


If I understand the output emerge says that device-mapper-1.02.22-r5 needs udev-115-r1 but in the same time
udev-115-r1 needs device-mapper-1.02.19-r1......
Should I force update of lets says UDEV and then retry?

Hope that someone more expert than me as an answer.... and possibly a workaround.
Thanks
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 265
Location: Denmark

PostPosted: Sun Dec 09, 2007 1:57 pm    Post subject: Reply with quote

LChiampo:

Try
Code:
emerge --update --deep --pretend world
which is the command you'd want to use anyway for upgrading your system. If that doesn't work, try
Code:
emerge -u udev
or even
Code:
emerge --nodeps udev
before upgrading. Then after upgrading world run
Code:
revdep-rebuild
Back to top
View user's profile Send private message
litos083082
n00b
n00b


Joined: 10 Dec 2007
Posts: 1

PostPosted: Mon Dec 10, 2007 3:22 am    Post subject: same problem Reply with quote

after several tries at trying to install gentoo, i finally made it. Now i'm trying to install gnome .. (emerge gnome) and i get a message that says there something is blocked(sorry don't know the terminology.. very new to linux)
after running another command suggested the by message i get...

[blocks B] <sys-fs/udev-115-r1> (is blocking sys-fs/device-mapper=1.02.22-r5)

not sure what do do... any help would be nice.. hehe i hope i don't need to reinstall everything again hehe
Back to top
View user's profile Send private message
mjf55
Guru
Guru


Joined: 25 Aug 2007
Posts: 372

PostPosted: Mon Dec 10, 2007 5:01 am    Post subject: Reply with quote

device-mapper-1.02.22-r5 ebuild says
Code:
DEPEND="selinux? ( sys-libs/libselinux )"
RDEPEND="!<sys-fs/udev-115-r1
and udev-115-r1 ebuild says
Code:
DEPEND="selinux? ( sys-libs/libselinux )"
RDEPEND="!sys-apps/coldplug
        !<sys-fs/device-mapper-1.02.19-r1"
RDEPEND="${DEPEND} ${RDEPEND}
        >=sys-apps/baselayout-1.12.5"

So, verify that sys-apps/baselayout-1.12.5 or higher; (if not update it); then do a
Code:
emerge -u sys-apps/device-mapper --nodeps
and then
Code:
emerge -u sys-fs/udev
and that should do it for you. now just continue on with your system or world update.
_________________
Mark
No longer a n00b, but still a 'Kool Kid' wannabe
Back to top
View user's profile Send private message
RobinVossen
Tux's lil' helper
Tux's lil' helper


Joined: 05 Nov 2007
Posts: 132

PostPosted: Mon Dec 10, 2007 9:20 am    Post subject: Reply with quote

Yey it works.
But I cant install Truecrypt... :( since I use a OpenVZ kernel and this is into a OpenVZ Virtual Envoirment.
So Basically he cant access the kernel.. (At least I think thats the problem)
Since I get the Die Msg,
Code:

Unable to calculate Linux Kernel version


Cheers,
Robin
_________________
Server Unplugged!
Back to top
View user's profile Send private message
bluejaydream
n00b
n00b


Joined: 21 Feb 2007
Posts: 18

PostPosted: Tue Dec 25, 2007 2:58 am    Post subject: Reply with quote

this was very useful to me, things have gone so smoothly now that i am literate to the forum :)
_________________
"Try to imagine a world without hypothetical situations" - A Prarie Home Companion

HP Pavillion a643n
Athlon64 3200+ / nForce3
nVidia GeForce FX5200
Back to top
View user's profile Send private message
tomerl
n00b
n00b


Joined: 24 Dec 2007
Posts: 4

PostPosted: Thu Dec 27, 2007 2:49 pm    Post subject: Reply with quote

i'm hopeless at this point.
i've got the same error complaining about blocked packages. the same packages here.
however, when i'm running emerge udev, i'm getting errors about name resolution and eventually failed to fetch.
it's happened only with udev, anything else i can emerge.
Back to top
View user's profile Send private message
desultory
Administrator
Administrator


Joined: 04 Nov 2005
Posts: 6901

PostPosted: Fri Dec 28, 2007 10:07 am    Post subject: Reply with quote

tomerl wrote:
however, when i'm running emerge udev, i'm getting errors about name resolution and eventually failed to fetch.
Please post all of the output produced by emerge udev, from your description you might be using a stale mirror.
Back to top
View user's profile Send private message
donjames
Apprentice
Apprentice


Joined: 19 Dec 2004
Posts: 152
Location: Henderson, Texas USA

PostPosted: Tue Jan 15, 2008 3:47 pm    Post subject: emerge lvm2 problem Reply with quote

I was trying to emerge lvm2 and getting blocked packages.

I did:
Code:
emerge -u sys-fs/udev


And now it works.

Sincerely,

Don James
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