Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with udpate
Date: Mon, 12 Sep 2005 17:18:57
Message-Id: 4325B5D1.9000102@planet.nl
In Reply to: [gentoo-user] Problem with udpate by "Sébastien MORAND"
1 Sébastien MORAND schreef:
2 > pyrenees:~ # emerge -uNDvp world
3 >
4 > These are the packages that I would merge, in order:
5 >
6 > Calculating world dependencies ...done!
7 > [blocks B ] dev-php/php (is blocking dev-lang/php-5.0.5)
8 > [blocks B ] dev-php/php (is blocking dev-php/PEAR-PEAR-1.3.6)
9 > [blocks B ] media-libs/giflib (is blocking media-libs/libungif-4.1.3)
10 > [ebuild N ] media-libs/giflib-4.1.3 +X +gif 0 kB
11 > [ebuild N ] dev-php/php-4.4.0 +X +berkdb +crypt +curl -debug +doc -fdftk
12 > +firebird -flash +freetds +gd -gd-external +gdbm -gmp -hardenedphp -imap
13 > -informix +ipv6 +java +jpeg +kerberos +ldap -mcal -memlimit -mssql +mysql
14 > +ncurses +nls -oci8 +odbc +pam +png +postgres +readline -snmp +spell +ssl +tiff
15 > +truetype +xml2 -yaz 0 kB
16 > [ebuild UD] sys-devel/gcc-3.3.5.20050130-r1 [3.3.6] (-altivec) -bootstrap
17 > -boundschecking -build +fortran +gcj +gtk -hardened -ip28 (-multilib)
18 > -multislot (-n32) (-n64) +nls -nocxx -nopie -nossp +objc -static -vanilla 0 kB
19 >
20 > Total size of downloads: 0 kB
21 > pyrenees:~ # emerge -C dev-php/php media-libs/giflib
22 >
23 > --- Couldn't find dev-php/php to unmerge.
24 >
25 > --- Couldn't find media-libs/giflib to unmerge.
26 >
27 >
28 >>>>unmerge: No packages selected for removal.
29 >
30
31 You clearly know how to clear a block, but your syntax for unmerging the
32 blocking packages is wrong, which is why it's not working.
33
34 If you want to unmerge the specific version of the package (for this
35 example, let us assume php-5.0.5), the correct syntax is
36
37 emerge -C =dev-php/php-5.0.5
38
39 If you want to unmerge "any or all" versions of the package currently
40 installed, letting Portage decide which to unmerge, the correct syntax is
41
42 emerge -C php
43
44 So what you typed makes no sense to Portage.
45
46 Hope this helps,
47 Holly
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem with udpate Peter Ruskin <Peter.Ruskin@×××××××××.com>
Re: [gentoo-user] Problem with udpate "Sébastien MORAND" <sebastienmorand@××.st>