Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Blocking errors on pygtk, nfs-utils, and gail

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
srunni
Guru
Guru
User avatar
Posts: 365
Joined: Wed Dec 26, 2007 3:35 am

Blocking errors on pygtk, nfs-utils, and gail

  • Quote

Post by srunni » Wed Mar 18, 2009 3:16 am

Hi,

I'm getting blocking errors on three packages:

Code: Select all

[ebuild     U ] dev-python/pygobject-2.16.1 [2.14.2] USE="X -debug -doc -examples (-libffi%)" 511 kB
[uninstall    ] dev-python/pygtk-2.12.1-r2  USE="X -doc -examples"
[blocks b     ] <dev-python/pygtk-2.13 ("<dev-python/pygtk-2.13" is blocking dev-python/pygobject-2.16.1)
[ebuild     U ] net-libs/libnfsidmap-0.21-r1 [0.19] USE="-ldap" 336 kB
[ebuild     U ] net-fs/nfs-utils-1.1.4-r1 [1.1.3] USE="tcpd -kerberos -nonfsv4" 575 kB
[blocks b     ] <net-fs/nfs-utils-1.1.4 ("<net-fs/nfs-utils-1.1.4" is blocking net-libs/libnfsidmap-0.21-r1)
[ebuild     U ] x11-libs/gtk+-2.14.7-r2 [2.12.11] USE="X cups jpeg tiff vim-syntax xinerama -debug -doc -jpeg2k%" 17,067 kB
[ebuild     U ] dev-python/pygtk-2.14.0 [2.12.1-r2] USE="X -doc -examples" 2,111 kB
[ebuild     U ] gnome-base/gail-1000 [1.22.3] USE="(-debug%) (-doc%)" 0 kB
[blocks b     ] <gnome-base/gail-1000 ("<gnome-base/gail-1000" is blocking x11-libs/gtk+-2.14.7-r2)
Any ideas?

Thanks!
Patrick Ewing wrote:if it walks like a duck and talks like a duck, it’s a duck, right? So if this duck is not giving you the noise that you want, you’ve got to just punch that duck until it returns what you expect.
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Wed Mar 18, 2009 4:21 am

Remove the offending packages, run your emerge, then do a 'revdep-rebuild'.
Oh, and cross your fingers first.
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Wed Mar 18, 2009 5:14 am

Do

Code: Select all

emerge -1 --ask gnome-base/gail
emerge -1 --ask dev-python/pygtk
then try the update
Top
VoidMage
Watchman
Watchman
User avatar
Posts: 6196
Joined: Sat Oct 14, 2006 8:43 am

  • Quote

Post by VoidMage » Wed Mar 18, 2009 4:04 pm

Those are 'blocks b' not 'blocks B', emerge should go around them automatically.
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Wed Mar 18, 2009 4:12 pm

VoidMage wrote:Those are 'blocks b' not 'blocks B', emerge should go around them automatically.
:lol: doh
Top
dsegel
Tux's lil' helper
Tux's lil' helper
Posts: 127
Joined: Fri Jan 31, 2003 8:41 pm

  • Quote

Post by dsegel » Fri Mar 20, 2009 8:37 pm

I have a similar problem:
[blocks B ] <gnome-base/gail-1000 ("<gnome-base/gail-1000" is blocking x11-libs/gtk+-2.14.7-r2)
[blocks B ] <dev-python/gnome-python-2.22.1 ("<dev-python/gnome-python-2.22.1" is blocking dev-python/gnome-vfs-python-2.22.3, dev-python/libgnome-python-2.22.3, dev-python/libgnomecanvas-python-2.22.3, dev-python/libbonobo-python-2.22.3, dev-python/gnome-python-base-2.22.3)
Mine are Blocks B so I need to deal with them myself. When I try:
root@polonius:/home/dsegel 3>emerge -C gnome-base/gail dev-python/gnome-python

--- Couldn't find 'gnome-base/gail' to unmerge.

--- Couldn't find 'dev-python/gnome-python' to unmerge.

>>> No packages selected for removal by unmerge
So what do I do now?
Top
VoidMage
Watchman
Watchman
User avatar
Posts: 6196
Joined: Sat Oct 14, 2006 8:43 am

  • Quote

Post by VoidMage » Fri Mar 20, 2009 10:59 pm

Try adding '-t' to your emerge command to see, what's pulling them.
You are probably mixing stable and unstable, so you need to keyword
a few more packages.

Also, you may need to update portage first.
Top
dsegel
Tux's lil' helper
Tux's lil' helper
Posts: 127
Joined: Fri Jan 31, 2003 8:41 pm

  • Quote

Post by dsegel » Sat Mar 21, 2009 3:26 am

I do have a mix of stable and unstable, and unfortunately a lot of things that need to be updated. In the past emerge has always been good about telling me which dependencies were masked, so I kind of assumed it would do it this time as well.

I'm going to try to clear away some of the non-blocked updates first. If I can't figure it out with -t after that I'll report back.
Top
srunni
Guru
Guru
User avatar
Posts: 365
Joined: Wed Dec 26, 2007 3:35 am

  • Quote

Post by srunni » Tue Mar 24, 2009 1:14 am

VoidMage wrote:Those are 'blocks b' not 'blocks B', emerge should go around them automatically.
It worked, thanks!
Patrick Ewing wrote:if it walks like a duck and talks like a duck, it’s a duck, right? So if this duck is not giving you the noise that you want, you’ve got to just punch that duck until it returns what you expect.
Top
Post Reply

9 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic