Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Blocking weirdness
Date: Fri, 20 Jan 2006 06:52:42
Message-Id: 1137739600.25200.12.camel@camille.espersunited.com
1 What do you make of this?
2
3 bullet ~ # emerge -pvuD world
4
5 These are the packages that I would merge, in order:
6
7 Calculating world dependencies ...done!
8 [blocks B ] dev-php/mod_php (is blocking dev-lang/php-5.0.5-r5)
9 [blocks B ] dev-php/php (is blocking dev-lang/php-5.0.5-r5)
10 [blocks B ] dev-php/mod_php (is blocking dev-php/PEAR-PEAR-1.3.6-r4)
11 [blocks B ] dev-php/php (is blocking dev-php/PEAR-PEAR-1.3.6-r4)
12 [ebuild N ] dev-php/mod_php-4.4.0-r9 +X +apache2 +berkdb +crypt
13 +curl -debug +doc -fdftk -firebird -flash -freetds +gd -gd-external
14 +gdbm +gmp -hardenedphp +imap -informix -ipv6 +java +jpeg +kerberos
15 +ldap -mcal -memlimit -mssql +mysql +nls -oci8 -odbc +pam +png -postgres
16 -snmp +spell +ssl +tiff +truetype +xml2 -yaz 0 kB
17 [ebuild N ] dev-php/php-4.4.0-r4 +X +berkdb +crypt +curl -debug
18 +doc -fdftk -firebird -flash -freetds +gd -gd-external +gdbm +gmp
19 -hardenedphp +imap -informix -ipv6 +java +jpeg +kerberos +ldap -mcal
20 -memlimit -mssql +mysql +ncurses +nls -oci8 -odbc +pam +png -postgres
21 +readline -snmp +spell +ssl +tiff +truetype +xml2 -yaz 0 kB
22 [ebuild N ] dev-lang/php-5.0.5-r5 -adabas -apache +apache2 -bcmath
23 +berkdb -birdstep +bzip2 -calendar -cdb -cgi -cjk -cli +crypt -ctype
24 +curl -curlwrappers -db2 -dba -dbase -dbmaker -debug -discard-path +doc
25 -empress -empress-bcs -esoob -exif -fdftk -filepro -firebird -flatfile
26 -force-cgi-redirect -frontbase -ftp +gd -gd-external +gdbm +gmp
27 -hardenedphp -hyperwave-api -iconv +imap -informix -inifile -interbase
28 -iodbc -ipv6 -java-external +kerberos +ldap -libedit -mcve -memlimit
29 +mhash +ming -mnogosearch -msql -mssql +mysql -mysqli +ncurses +nls
30 -oci8 -oci8-instant-client -odbc -oracle7 -ovrimos -pcntl +pcre
31 -pdo-external -pear -pfpro -pic -posix -postgres -qdbm +readline +recode
32 -sapdb +sasl -session -sharedext -sharedmem -simplexml -snmp -soap
33 -sockets -solid +spell -spl -sqlite +ssl -sybase -sybase-ct -sysvipc
34 +threads -tidy +tiff -tokenizer +truetype -wddx +xml -xmlrpc -xpm -xsl
35 -yaz -zip +zlib 4,797 kB
36 [ebuild N ] dev-php/PEAR-PEAR-1.3.6-r4 150 kB
37
38 Total size of downloads: 4,948 kB
39 bullet ~ # emerge -pC dev-php/mod_php dev-php/php
40
41 >>> These are the packages that I would unmerge:
42
43 --- Couldn't find dev-php/mod_php to unmerge.
44
45 --- Couldn't find dev-php/php to unmerge.
46
47 >>> unmerge: No packages selected for removal.
48
49 As you can see, dev-php/mod_php and dev-php/php are blocking new
50 packages from being emerged, yet they are not installed. Is there a way
51 for me to unblock the new packages?
52
53 --
54 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Blocking weirdness Heinz Sporn <heinz.sporn@××××××××.com>