View previous topic :: View next topic |
Author |
Message |
mucky n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Aug 2003 Posts: 5
|
Posted: Thu Sep 11, 2003 3:50 pm Post subject: emerge php failed! |
|
|
It seems like perl is blocking my emerge of php
root@azdaja mucky # emerge -p php
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild U ] sys-libs/cracklib-2.7-r7 [2.7-r6]
[ebuild N ] app-crypt/mhash-0.8.18-r1
[ebuild U ] media-libs/freetype-1.3.1-r3 [2.1.4]
[blocks B ] <dev-perl/ExtUtils-MakeMaker-6.05-r6 (from pkg dev-lang/perl-5.8.0-r12)
[ebuild U ] dev-lang/perl-5.8.0-r12 [5.8.0-r10]
[ebuild N ] dev-perl/XML-Parser-2.33
[ebuild N ] app-text/sablotron-0.97
[ebuild N ] media-libs/pdflib-4.0.3-r1
[ebuild N ] dev-libs/libmcrypt-2.5.7
[ebuild N ] net-libs/libwww-5.4.0-r1
[ebuild N ] media-libs/t1lib-5.0.0-r2
[ebuild N ] dev-php/php-4.3.3-r1
How can I solve this? I really need php for my studies, but I cannot emerge it I've tried USE="-perl" emerge php
but it still does the same output ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
petardi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 29 Mar 2003 Posts: 79 Location: SI
|
Posted: Thu Sep 11, 2003 4:09 pm Post subject: |
|
|
You should upgrade perl first with emerge perl. Portage will complain about packages that block this upgrade. Simply unmerge them with emerge -C ExtUtils-MakeMaker. Afterwards emerge perl and php. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|