Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -uDa world - blocker after sync
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
Hossie
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2005
Posts: 116

PostPosted: Fri Jan 06, 2006 3:10 pm    Post subject: emerge -uDa world - blocker after sync Reply with quote

Hi,

I just --sync'ed and now I cant emerge -uDa world anymore... :(

Code:
tuxy hossie # emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies |
!!! All ebuilds that could satisfy "app-admin/php-toolkit" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/php-toolkit-1.0-r1 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "dev-lang/php-5.1.1" [ebuild])



!!! Problem resolving dependencies for dev-lang/php
!!! Depgraph creation failed.


So I added php-toolkit to package.keywords and

Code:
tuxy hossie # vi /etc/portage/package.keywords
tuxy hossie # emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B     ] app-admin/eselect-php (is blocking app-admin/php-toolkit-1.0-r1)
[ebuild     U ] sys-devel/gcc-config-1.3.12-r5 [1.3.12-r4]
[ebuild     U ] sys-apps/man-pages-2.18 [2.17]
[ebuild  N    ] app-misc/ca-certificates-20050804
[ebuild     U ] sys-libs/pam-0.78-r3 [0.78-r2]
[ebuild     U ] sys-apps/shadow-4.0.7-r4 [4.0.7-r3]
[ebuild     U ] sys-libs/com_err-1.38 [1.37]
[ebuild     U ] sys-libs/ss-1.38 [1.37]
[ebuild     U ] sys-fs/e2fsprogs-1.38 [1.37-r1]
[ebuild     U ] sys-apps/util-linux-2.12r-r1 [2.12i-r1]
[ebuild     U ] app-arch/bzip2-1.0.3-r5 [1.0.3-r4]
[ebuild     U ] sys-apps/file-4.13 [4.12]
[ebuild     U ] app-arch/cpio-2.6-r5 [2.6-r4]
[ebuild     U ] media-sound/alsa-headers-1.0.10 [1.0.10_rc3]
[ebuild     U ] sys-fs/udev-070-r1 [058]
[ebuild     U ] media-libs/alsa-lib-1.0.10 [1.0.10_rc3]
[ebuild  N    ] dev-java/blackdown-jdk-1.4.2.02
[ebuild     U ] sys-devel/libtool-1.5.20 [1.5.18-r1]
[ebuild  N    ] x11-libs/cairo-1.0.2
[ebuild     U ] dev-libs/glib-2.8.4 [2.6.5]
[ebuild     U ] dev-libs/atk-1.10.3 [1.10.1]
[ebuild     U ] x11-libs/pango-1.10.2 [1.8.1-r1]
[ebuild     U ] x11-libs/gtk+-2.8.8 [2.6.10-r1]
[ebuild     U ] dev-libs/libgcrypt-1.2.2-r1 [1.2.1]
[ebuild     U ] media-libs/libkipi-0.1.2 [0.1.1]
[ebuild     U ] media-libs/libexif-0.6.12-r4 [0.5.12-r3]
[ebuild     U ] media-libs/libgphoto2-2.1.6-r1 [2.1.6]
[ebuild     U ] media-libs/libkexif-0.2.2 [0.2.1]
[ebuild     U ] media-gfx/digikam-0.7.4-r1 [0.7.1]
[ebuild     U ] sys-apps/gawk-3.1.4-r4 [3.1.3-r2]
[ebuild     U ] net-misc/wget-1.10.2 [1.9.1-r5]
[ebuild     U ] net-misc/openssh-4.2_p1 [3.9_p1-r2]
[ebuild  N    ] app-text/jadetex-3.13-r1
[ebuild     U ] media-libs/xvid-1.0.3 [1.0.2]
[ebuild     U ] media-video/ffmpeg-0.4.9_p20051216 [0.4.9_p20050226-r5]
[ebuild     U ] media-video/transcode-0.6.14-r3 [0.6.14-r2]
[ebuild  N    ] app-admin/php-toolkit-1.0-r1
[ebuild     U ] dev-lang/php-5.1.1 [5.0.5-r4]
[ebuild     U ] sys-apps/findutils-4.1.20-r2 [4.1.20-r1]
[ebuild     U ] app-cdr/cdrdao-1.2.1 [1.2.0-r1]
[ebuild     U ] sys-apps/module-init-tools-3.2.1 [3.0-r2]
[ebuild     U ] media-libs/xine-lib-1.1.1-r3 [1.1.1-r2]
[ebuild     U ] sys-apps/less-385_p4-r2 [382-r2]
[ebuild     U ] sys-apps/dbus-0.60-r3 [0.50-r2]
[ebuild     U ] net-misc/rsync-2.6.0-r6 [2.6.0-r5]
[ebuild     U ] sys-process/psmisc-21.6 [21.5]


So, now I have a blocker in my updadate world - what should I do? Should I unmerge eselect-php? :?:
Back to top
View user's profile Send private message
_loki_
l33t
l33t


Joined: 18 Dec 2003
Posts: 680
Location: in the shell

PostPosted: Fri Jan 06, 2006 3:33 pm    Post subject: Reply with quote

if you don't need it, definatly yes! I'd unmerge it and then look if some package asks for it again (emerge -uDtpv world), or use equery (part of gentoolkit) to see if something depends on it (think it's been equery d eselect-php)
Back to top
View user's profile Send private message
Hossie
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2005
Posts: 116

PostPosted: Fri Jan 06, 2006 3:39 pm    Post subject: Reply with quote

Yes, PHP itself requires it.

Code:
tuxy hossie # equery d eselect-php
[ Searching for packages depending on eselect-php... ]
dev-lang/php-5.0.5-r4


Hm... :?
Back to top
View user's profile Send private message
_loki_
l33t
l33t


Joined: 18 Dec 2003
Posts: 680
Location: in the shell

PostPosted: Fri Jan 06, 2006 3:42 pm    Post subject: Reply with quote

I don't know to much about php, but that sounds quite weird to me..
Back to top
View user's profile Send private message
llongi
Retired Dev
Retired Dev


Joined: 15 Apr 2004
Posts: 459
Location: Switzerland

PostPosted: Fri Jan 06, 2006 6:02 pm    Post subject: Reply with quote

Searching helps ;) --> https://forums.gentoo.org/viewtopic-t-419391-highlight-phptoolkit.html
_________________
Best regards, Luca.
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Sat Jan 07, 2006 2:48 am    Post subject: Reply with quote

Duplicate of thread CHTEKK posted.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads 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