Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] sysvinit-2.88-r3 is blocking util-linux-2.20
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
claque2000
n00b
n00b


Joined: 31 Aug 2011
Posts: 10
Location: France

PostPosted: Thu Sep 01, 2011 8:15 pm    Post subject: Reply with quote

DaggyStyle wrote:
claque2000 wrote:
DaggyStyle wrote:
the only 2 problematic packages which depends on sys-apps/util-linux are udev and lvm it the OP's case.
imho, there is not other alternative to fix this.

but I offer another way, run the livecd, mount the distro, chroot to it and remove sys-apps/util-linux.
update sys-apps/sysvinit which in turn should pull latest non svn sys-apps/util-linux in.
next, run revdep-rebuild, when it is done, reboot.

this should work and most probably won't break the OP's system.


I try your method and it works well. The only thing is that updating sysvinit doesn't put util-linux. You have to re-emerge util-linux after update of sysvinit. Nothing to notice concerning libs given by those packages in revdep-rebuild.

Thank a lot for your help.


strange, sys-apps/sysvinit depends on sys-apps/util-linux and should pull it in, nevermind, glad it worked for you, please mark this as solved.


Being not the author of the topic, I think I can't do that.
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1990
Location: Poland

PostPosted: Fri Sep 02, 2011 8:22 am    Post subject: Reply with quote

Also helped me. Marking solved.
Back to top
View user's profile Send private message
claque2000
n00b
n00b


Joined: 31 Aug 2011
Posts: 10
Location: France

PostPosted: Fri Sep 02, 2011 12:51 pm    Post subject: Reply with quote

mbar wrote:
Also helped me. Marking solved.


Just a note to add that the method can be applied on a running system for those with servers and no access to datacenter.

Regards,
Back to top
View user's profile Send private message
psheldon
n00b
n00b


Joined: 02 Apr 2006
Posts: 53
Location: South Africa

PostPosted: Fri Sep 02, 2011 1:18 pm    Post subject: Reply with quote

This gave me a headache! :-) What worked for me was remove " util-linux ~x86 " from package.keywords and I had another one in package.accept_keywords
Thanks.
Back to top
View user's profile Send private message
Quirkz
n00b
n00b


Joined: 05 Sep 2011
Posts: 1

PostPosted: Mon Sep 05, 2011 7:49 pm    Post subject: Reply with quote

DaggyStyle wrote:
the only 2 problematic packages which depends on sys-apps/util-linux are udev and lvm it the OP's case.
imho, there is not other alternative to fix this.

but I offer another way, run the livecd, mount the distro, chroot to it and remove sys-apps/util-linux.
update sys-apps/sysvinit which in turn should pull latest non svn sys-apps/util-linux in.
next, run revdep-rebuild, when it is done, reboot.

this should work and most probably won't break the OP's system.


Actually; simplest solution that worked for me is to emerge both these packages at once:

Code:
 sudo emerge --update sys-apps/sysvinit sys-apps/util-linux


No conflict; no package masks, no reboot required.
This should also work on other similar cyclic blocks.
Easy :)

-- Franko
Back to top
View user's profile Send private message
irrlicht
n00b
n00b


Joined: 04 Jan 2005
Posts: 2

PostPosted: Thu Sep 08, 2011 10:48 am    Post subject: Reply with quote

Quirkz wrote:
DaggyStyle wrote:
the only 2 problematic packages which depends on sys-apps/util-linux are udev and lvm it the OP's case.
imho, there is not other alternative to fix this.

but I offer another way, run the livecd, mount the distro, chroot to it and remove sys-apps/util-linux.
update sys-apps/sysvinit which in turn should pull latest non svn sys-apps/util-linux in.
next, run revdep-rebuild, when it is done, reboot.

this should work and most probably won't break the OP's system.


Actually; simplest solution that worked for me is to emerge both these packages at once:

Code:
 sudo emerge --update sys-apps/sysvinit sys-apps/util-linux


No conflict; no package masks, no reboot required.
This should also work on other similar cyclic blocks.
Easy :)

-- Franko


I can confirm this. It worked for me exactly that way. Thanks for pointing that out ;)
Back to top
View user's profile Send private message
lubo777
n00b
n00b


Joined: 28 Mar 2006
Posts: 17
Location: Sofia, Bulgaria

PostPosted: Fri Sep 16, 2011 6:16 pm    Post subject: Reply with quote

thank you very much! :D

This saved me a lot of time after 1-2 days experiments how to fix this on a few different gentoo servers ....
_________________
Sawyer MINI
Back to top
View user's profile Send private message
paul138
Guru
Guru


Joined: 09 Aug 2002
Posts: 370
Location: Ottawa, ON

PostPosted: Mon Oct 17, 2011 8:40 pm    Post subject: Reply with quote

Confirmed. Thanks for the quick fix since there still seems to be an issue in portage with this combo of updates.
_________________
Talk is cheap because supply always exceeds demand.
Back to top
View user's profile Send private message
affirmedatheist
n00b
n00b


Joined: 26 Sep 2011
Posts: 4
Location: http;//cammo2009.wordpress.com/

PostPosted: Thu Oct 27, 2011 9:03 am    Post subject: Reply with quote

Confirmed here also. Thank god for that.
_________________
Unix programs expand to add mail, but the default mail app for a Linux DE will almost certainly be broken.
Back to top
View user's profile Send private message
marziods
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jun 2009
Posts: 136
Location: <Roma>par lavor | Udine | Friul | Italie

PostPosted: Tue Dec 13, 2011 10:53 am    Post subject: Reply with quote

Confirmed... after few days of trouble ... tnx! :D
_________________
linux user #493115
Back to top
View user's profile Send private message
SnackMasterX
Apprentice
Apprentice


Joined: 26 Jan 2006
Posts: 231

PostPosted: Fri Jan 06, 2012 2:33 am    Post subject: Reply with quote

I had this issue with my system and was looking all over the gentoo forums for a solution until I stumbled upon this, merged both packages at the same time and it worked flawlessly! Thanks much!
Back to top
View user's profile Send private message
dave_deu
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2005
Posts: 97
Location: East Anglia, UK

PostPosted: Sun Jan 08, 2012 6:27 pm    Post subject: Reply with quote

I've tried "emerge --update sys-apps/sysvinit sys-apps/util-linux" but it didn't change anything. I've also tried booting into a Live CD and unmerging the packages and re-merging them but that didn't work either.

Here is the output of my emerge:

Code:

pickle dave # emerge --update --deep --newuse world
Calculating dependencies               ... done!
[ebuild     U  ] sys-libs/timezone-data-2011n [2011l]
[ebuild   R    ] dev-libs/libdaemon-0.14-r1  USE="-static-libs%"
[ebuild     U  ] app-portage/portage-utils-0.8 [0.3.1]
[ebuild     U  ] app-cdr/bchunk-1.2.0-r1 [1.2.0]
[ebuild   R    ] sci-libs/shapelib-1.2.10-r1  USE="-static-libs%"
[ebuild     U  ] dev-libs/gmp-5.0.2_p1 [5.0.2] USE="-doc% -static-libs%"
[ebuild     U  ] app-crypt/mit-krb5-1.9.2-r2 [1.9.2-r1]
[ebuild     U  ] perl-core/Sys-Syslog-0.290.0 [0.27]
[ebuild     U  ] virtual/perl-Sys-Syslog-0.290.0 [0.270.0-r1]
[ebuild     U  ] media-libs/libdvdcss-1.2.11 [1.2.10]
[ebuild     U  ] dev-db/virtuoso-odbc-6.1.4 [6.1.2]
[ebuild     U  ] sys-libs/talloc-2.0.1-r2 [2.0.1-r1]
[ebuild     U  ] media-libs/id3lib-3.8.3-r8 [3.8.3-r7]
[ebuild     U  ] app-misc/ca-certificates-20111025 [20110502-r1]
[ebuild     U  ] x11-base/xorg-drivers-1.11 [1.10]
[ebuild     U ~] sys-apps/util-linux-2.20.1-r1 [2.19.1-r1] USE="-ddate% -static-libs%"
[ebuild     U  ] dev-db/virtuoso-server-6.1.3-r2 [6.1.2]
[ebuild     U  ] dev-util/dialog-1.1.20110707-r1 [1.1.20100428] USE="-static-libs%"
[ebuild     U  ] sys-devel/gdb-7.3.1 [7.2]
[ebuild     U  ] sys-libs/libieee1284-0.2.11-r2 [0.2.11-r1] USE="-static-libs%"
[ebuild     U  ] app-admin/eselect-timidity-20110513 [20061203]
[ebuild     U  ] app-text/hunspell-1.3.2-r3 [1.3.2-r1]
[ebuild     U ~] dev-python/twisted-11.1.0 [11.0.0]
[ebuild     U  ] app-portage/gentoolkit-0.3.0.4-r5 [0.3.0.4-r4]
[ebuild     U  ] x11-libs/libXi-1.4.3-r1 [1.4.3]
[ebuild     U  ] x11-libs/pixman-0.24.0 [0.22.2] USE="(-iwmmxt)"
[ebuild     U  ] x11-libs/libdrm-2.4.27 [2.4.26]
[ebuild     U  ] sys-apps/usbutils-004 [001] USE="python%*"
[ebuild     U  ] x11-proto/xcb-proto-1.6-r2 [1.6-r1]
[ebuild     U  ] sys-power/pm-utils-1.4.1-r2 [1.4.1]
[ebuild     U  ] x11-apps/xinit-1.3.1-r1 [1.3.1]
[ebuild     U  ] x11-misc/xkeyboard-config-2.4.1-r2 [2.3]
[ebuild     U ~] dev-python/twisted-web-11.1.0 [11.0.0]
[ebuild     U  ] x11-apps/sessreg-1.0.7 [1.0.6]
[ebuild     U  ] x11-apps/mkfontscale-1.0.9-r1 [1.0.9]
[ebuild     U  ] media-libs/mesa-7.11.2 [7.11] USE="-osmesa%"
[ebuild     U  ] x11-libs/libxklavier-5.1 [5.0]
[ebuild     U  ] x11-base/xorg-server-1.11.2-r2 [1.10.4-r1]
[ebuild     U  ] x11-apps/xdpyinfo-1.3.0 [1.2.0]
[ebuild     U  ] media-libs/jasper-1.900.1-r4 [1.900.1-r3]
[ebuild     U  ] sys-apps/busybox-1.19.3-r1 [1.19.0] USE="-mdev*"
[ebuild     U ~] sys-auth/pam_mount-2.13 [2.12]
[ebuild     U  ] dev-libs/cyrus-sasl-2.1.23-r6 [2.1.23-r4]
[ebuild     U  ] dev-java/msv-20050627-r3 [20050627-r2]
[ebuild     U  ] x11-misc/fireflies-2.07-r1 [2.07]
[ebuild     U  ] x11-libs/qt-core-4.7.4-r1 [4.7.2-r2]
[ebuild     U  ] x11-libs/qt-script-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-script-4.7.4 ("<x11-libs/qt-script-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                   
[ebuild     U  ] x11-libs/qt-dbus-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-dbus-4.7.4 ("<x11-libs/qt-dbus-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-multimedia-4.7.4)                                     
[ebuild     U  ] x11-libs/qt-gui-4.7.4-r1 [4.7.2]
[blocks b      ] <x11-libs/qt-gui-4.7.4 ("<x11-libs/qt-gui-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                         
[ebuild     U  ] x11-libs/qt-sql-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-sql-4.7.4 ("<x11-libs/qt-sql-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                     
[ebuild     U  ] x11-libs/qt-qt3support-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-qt3support-4.7.4 ("<x11-libs/qt-qt3support-4.7.4" is blocking x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                               
[ebuild     U  ] x11-libs/qt-svg-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-svg-4.7.4 ("<x11-libs/qt-svg-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                     
[ebuild     U  ] x11-libs/qt-test-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-test-4.7.4 ("<x11-libs/qt-test-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                     
[ebuild     U  ] x11-libs/qt-opengl-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-opengl-4.7.4 ("<x11-libs/qt-opengl-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                   
[ebuild     U  ] x11-libs/qt-xmlpatterns-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-xmlpatterns-4.7.4 ("<x11-libs/qt-xmlpatterns-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                             
[ebuild     U  ] net-dns/avahi-0.6.30-r1 [0.6.28-r1] USE="introspection%* -gtk3% -utils%"                                                                           
[ebuild     U  ] x11-libs/qt-multimedia-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-multimedia-4.7.4 ("<x11-libs/qt-multimedia-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-script-4.7.4)                               
[ebuild     U  ] dev-python/pycairo-1.10.0-r2 [1.8.10]
[ebuild     U  ] media-video/transcode-1.1.7 [1.1.5-r2] USE="-pic%"
[ebuild     U  ] x11-libs/qt-webkit-4.7.4 [4.7.2]
[blocks b      ] <x11-libs/qt-webkit-4.7.4 ("<x11-libs/qt-webkit-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                   
[ebuild     U  ] x11-libs/qt-declarative-4.7.4 [4.7.2-r1]
[blocks b      ] <x11-libs/qt-declarative-4.7.4 ("<x11-libs/qt-declarative-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                             
[ebuild     U  ] x11-libs/qt-assistant-4.7.4 [4.7.2]
[blocks b      ] >x11-libs/qt-demo-4.7.2-r9999 (">x11-libs/qt-demo-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                         
[blocks b      ] <x11-libs/qt-assistant-4.7.4 ("<x11-libs/qt-assistant-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-demo-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                               
[ebuild     U  ] x11-libs/qt-demo-4.7.4 [4.7.2]
[blocks b      ] >x11-libs/qt-sql-4.7.2-r9999 (">x11-libs/qt-sql-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                         
[blocks b      ] >x11-libs/qt-declarative-4.7.2-r9999 (">x11-libs/qt-declarative-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                     
[blocks b      ] >x11-libs/qt-svg-4.7.2-r9999 (">x11-libs/qt-svg-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                         
[blocks b      ] >x11-libs/qt-multimedia-4.7.2-r9999 (">x11-libs/qt-multimedia-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                   
[blocks b      ] >x11-libs/qt-core-4.7.2-r9999 (">x11-libs/qt-core-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                           
[blocks b      ] >x11-libs/qt-test-4.7.2-r9999 (">x11-libs/qt-test-4.7.2-r9999" is blocking x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                         
[blocks b      ] >x11-libs/qt-opengl-4.7.2-r9999 (">x11-libs/qt-opengl-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                       
[blocks b      ] >x11-libs/qt-qt3support-4.7.2-r9999 (">x11-libs/qt-qt3support-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                   
[blocks b      ] >x11-libs/qt-gui-4.7.2-r9999 (">x11-libs/qt-gui-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                         
[blocks b      ] <x11-libs/qt-demo-4.7.4 ("<x11-libs/qt-demo-4.7.4" is blocking x11-libs/qt-qt3support-4.7.4, x11-libs/qt-script-4.7.4, x11-libs/qt-test-4.7.4, x11-libs/qt-svg-4.7.4, x11-libs/qt-webkit-4.7.4, x11-libs/qt-sql-4.7.4, x11-libs/qt-core-4.7.4-r1, x11-libs/qt-declarative-4.7.4, x11-libs/qt-opengl-4.7.4, x11-libs/qt-assistant-4.7.4, x11-libs/qt-gui-4.7.4-r1, x11-libs/qt-xmlpatterns-4.7.4, x11-libs/qt-dbus-4.7.4, x11-libs/qt-multimedia-4.7.4)                                     
[blocks b      ] >x11-libs/qt-webkit-4.7.2-r9999 (">x11-libs/qt-webkit-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                       
[blocks b      ] >x11-libs/qt-script-4.7.2-r9999 (">x11-libs/qt-script-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                       
[blocks b      ] >x11-libs/qt-xmlpatterns-4.7.2-r9999 (">x11-libs/qt-xmlpatterns-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2)                 
[blocks b      ] >x11-libs/qt-dbus-4.7.2-r9999 (">x11-libs/qt-dbus-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-assistant-4.7.2, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                         
[blocks b      ] >x11-libs/qt-assistant-4.7.2-r9999 (">x11-libs/qt-assistant-4.7.2-r9999" is blocking x11-libs/qt-test-4.7.2, x11-libs/qt-svg-4.7.2, x11-libs/qt-gui-4.7.2, x11-libs/qt-qt3support-4.7.2, x11-libs/qt-core-4.7.2-r2, x11-libs/qt-sql-4.7.2, x11-libs/qt-webkit-4.7.2, x11-libs/qt-multimedia-4.7.2, x11-libs/qt-declarative-4.7.2-r1, x11-libs/qt-opengl-4.7.2, x11-libs/qt-demo-4.7.2, x11-libs/qt-dbus-4.7.2, x11-libs/qt-script-4.7.2, x11-libs/qt-xmlpatterns-4.7.2)                   
[ebuild     U  ] dev-util/qt-creator-2.3.1 [2.2.1] USE="botan-bundled%*"
[ebuild     U  ] net-libs/libproxy-0.4.7 [0.4.6-r3]
[ebuild     U  ] kde-base/libkworkspace-4.7.3-r1 [4.7.3]
[ebuild     U  ] kde-base/kdepimlibs-4.7.3-r1 [4.7.3]
[ebuild     U  ] kde-misc/krename-4.0.7 [4.0.5] LINGUAS="-el%"
[ebuild     U  ] media-video/vlc-1.1.13 [1.1.12]
[ebuild     U ~] media-sound/amarok-2.5.0-r1 [2.4.3] USE="-ofa%" LINGUAS="-af% -ar% -ast% -be% -bs% -ca@valencia% -csb% -el% -eo% -fa% -ga% -gl% -he% -hr% -hu% -is% -ko% -ku% -lt% -lv% -mai% -ml% -ms% -ne% -nn% -oc% -ro% -se% -si% -sk% -sq% -sr@Latn% -sr@ijekavian% -sr@ijekavianlatin% -tg% -ug% -zh_CN%"                       
[ebuild     U  ] app-office/kword-2.3.3-r1 [2.3.3]
[ebuild  N     ] media-plugins/gst-plugins-soup-0.10.30
[ebuild     U  ] x11-misc/xscreensaver-5.15 [5.14]
[ebuild   R    ] media-libs/phonon-gstreamer-4.5.0  USE="network%*"
[b][blocks B      ] <sys-apps/sysvinit-2.88-r3 ("<sys-apps/sysvinit-2.88-r3" is blocking sys-apps/util-linux-2.20.1-r1)                                                [/b]

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

  (sys-apps/sysvinit-2.88-r2::gentoo, installed) pulled in by
    >=sys-apps/sysvinit-2.86-r6 required by (virtual/init-0::__unknown__, installed)
    sys-apps/sysvinit required by @selected

  (sys-apps/util-linux-2.20.1-r1::gentoo, ebuild scheduled for merge) pulled in by
    >=sys-apps/util-linux-2.16 required by (sys-fs/lvm2-2.02.73-r1::gentoo, installed)
    >=sys-apps/util-linux-2.16 required by (sys-fs/udev-164-r2::gentoo, installed)
    sys-apps/util-linux[ncurses] required by (virtual/pager-0::gentoo, installed)
    >=sys-apps/util-linux-2.13 required by (sys-power/pm-utils-1.4.1-r2::gentoo, ebuild scheduled for merge)
    >=sys-apps/util-linux-2.17.2 required by (sys-fs/xfsprogs-3.1.4::gentoo, installed)
    >=sys-apps/util-linux-2.16 required by (x11-libs/libSM-1.2.0::gentoo, installed)
    sys-apps/util-linux required by @system
    >=sys-apps/util-linux-2.16 required by (sys-fs/e2fsprogs-1.41.14::gentoo, installed)
    sys-apps/util-linux required by (app-text/build-docbook-catalog-1.4::gentoo, installed)
    >=sys-apps/util-linux-2.16 required by (dev-libs/apr-1.4.5::gentoo, installed)
    >=sys-apps/util-linux-2.20 required by (sys-auth/pam_mount-2.13::gentoo, ebuild scheduled for merge)


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


The following keyword changes are necessary to proceed:
#required by sys-auth/pam_mount-2.13, required by @selected, required by @world (argument)
=sys-apps/util-linux-2.20.1-r1 ~x86

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).


Any ideas?

Thanks.
Dave.
Back to top
View user's profile Send private message
dave_deu
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2005
Posts: 97
Location: East Anglia, UK

PostPosted: Wed Jan 11, 2012 11:06 pm    Post subject: Reply with quote

I tried the ~x86 emerge idea but that had no effect on my emerge --update world.
Back to top
View user's profile Send private message
arcwick08
n00b
n00b


Joined: 24 Jan 2012
Posts: 2

PostPosted: Tue Jan 24, 2012 2:32 pm    Post subject: Reply with quote

I had the same issue when doing an emerge -v system on a fresh build. Yes, running ~x86 system-wide.
My solution;

Fetch sources for both packages:

Code:
emerge -f sysvinit util-linux


Pull sysvinit

Code:
emerge -C sysvinit


update util-linux;

Code:
emerge -v util-linux


remerge sysvinit;

Code:
emerge -v sysvinit


Might not work for all, but did for me.
_________________
Lost an email. Add n to my post count. Sigh.
Back to top
View user's profile Send private message
dave_deu
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2005
Posts: 97
Location: East Anglia, UK

PostPosted: Sun Jan 29, 2012 8:11 pm    Post subject: Reply with quote

After I do emerge -v util-linux it says:

Code:
The following keyword changes are necessary to proceed:
#required by util-linux (argument)
=sys-apps/util-linux-2.20.1-r1 ~x86


Surely I don't have to run an unstable system to get this working?
Back to top
View user's profile Send private message
arcwick08
n00b
n00b


Joined: 24 Jan 2012
Posts: 2

PostPosted: Sun Jan 29, 2012 11:36 pm    Post subject: Reply with quote

Something else you have merged must be requiring a version of util-linux still marked unstable... any system packages manually unmasked?
_________________
Lost an email. Add n to my post count. Sigh.
Back to top
View user's profile Send private message
mcclung
n00b
n00b


Joined: 24 Apr 2005
Posts: 22

PostPosted: Tue Jan 31, 2012 4:04 pm    Post subject: Reply with quote

In my case, the update of dracut from =sys-kernel/dracut-014-r1 to =sys-kernel/dracut-014-r2 seems to be the problem. So I'm going back (downgrading) to =sys-kernel/dracut-013-r2. Unfortunately for me, I have a feeling the 014 fixed a problem for me, but I can not remember what it was, and I didn't make any notes for myself on why I unmasked it.
I guess I'll find out next time I make an initial ram disk without genkernel. :)
Back to top
View user's profile Send private message
dave_deu
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2005
Posts: 97
Location: East Anglia, UK

PostPosted: Sun Feb 05, 2012 9:22 pm    Post subject: Reply with quote

Ah okay, I've removed pam_mount from /etc/portage/package.keywords and things seem to be moving along a bit, however I still have 200 packages to emerge and it fails to emerge the stable version of pam_mount because of a bug in it! (It's this one in case anyone cares: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652762)

I've masked that version now and am trying another update.

Thanks.
Back to top
View user's profile Send private message
jagland
n00b
n00b


Joined: 10 May 2008
Posts: 8

PostPosted: Fri Feb 17, 2012 2:54 pm    Post subject: Reply with quote

I was trying to install a bunch of packages on a new install (but based on the world file from another box) this included dracut-016.

It asked me to add the following entries to package.keywords

Quote:
The following keyword changes are necessary to proceed:
#required by sys-kernel/dracut-016, required by dracut (argument)
=sys-apps/util-linux-2.20.1-r2 ~amd64
#required by dracut (argument)
=sys-kernel/dracut-016 ~amd64


However, trying to emerge dracut I got the following;

Quote:

sys-apps/sysvinit-2.88-r3" is blocking sys-apps/util-linux-2.20.1-r2


Anyway adding the following to package.keywords fixed it for me;

Quote:
=sys-apps/sysvinit-2.88-r3 ~amd64
Back to top
View user's profile Send private message
dave_deu
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2005
Posts: 97
Location: East Anglia, UK

PostPosted: Sat Feb 18, 2012 1:28 pm    Post subject: Reply with quote

That's good to know. Shame sysvinit has to installed as unstable. I'm currently stuck with a repeatedly failing emerge of pam_mount but that's another story...
Back to top
View user's profile Send private message
Sharp_Rulez
n00b
n00b


Joined: 17 Sep 2006
Posts: 43

PostPosted: Tue Feb 21, 2012 6:43 pm    Post subject: Reply with quote

Just FYI:

got the same problem on a fresh gentoo install (while doing an emerge system) . Did the following:
emerge --nodeps =sys-apps/sysvinit-2.88-r3
followed by
emerge --nodeps =sys-apps/util-linux-2.20.1-r2

then my emerge system went through :)
Back to top
View user's profile Send private message
jserink
Veteran
Veteran


Joined: 30 Jan 2004
Posts: 1008

PostPosted: Wed Feb 22, 2012 1:04 am    Post subject: Reply with quote

Hey Sharp_Rulz:

Followed your advice:
emerge --nodeps =sys-apps/sysvinit-2.88-r3
followed by
emerge --nodeps =sys-apps/util-linux-2.20.1-r1

but kept my util-linux to 2.20.1-r1 which is unmasked in the tree and it all worked!

Thanx for that.

Cheers,
john
Back to top
View user's profile Send private message
wlchase
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 81
Location: Texas

PostPosted: Wed Feb 22, 2012 3:47 pm    Post subject: Reply with quote

arcwick08

Worked for me! Would you mind explaining the logic to semi-clueless me?

Thanks!
Bill
Back to top
View user's profile Send private message
invasivenorman
n00b
n00b


Joined: 06 Feb 2012
Posts: 28
Location: ::1

PostPosted: Thu Feb 23, 2012 11:49 pm    Post subject: Reply with quote

Quirkz wrote:
Actually; simplest solution that worked for me is to emerge both these packages at once:

Code:
 sudo emerge --update sys-apps/sysvinit sys-apps/util-linux


No conflict; no package masks, no reboot required.
This should also work on other similar cyclic blocks.
Easy :)

-- Franko


Yup, worked here without having to set ~x86 or any other goofiness.
_________________
gurgle
Back to top
View user's profile Send private message
newtonian
Guru
Guru


Joined: 19 Jan 2005
Posts: 465
Location: Hokkaido Japan

PostPosted: Sat Feb 25, 2012 3:34 pm    Post subject: sysvinit util-linux blocker fix Reply with quote

Code:
emerge --update sys-apps/sysvinit sys-apps/util-linux


then

Code:
emerge -eav system


worked for me. Thanks for the fix.

Cheers,
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
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
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