Gentoo Archives: gentoo-user

From: Edward Martinez <edwardlotus@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] can't upgrade Gentoo
Date: Thu, 01 Sep 2011 02:45:10
Message-Id: 4E5EF19C.2050308@gmail.com
1 Hi,
2
3 I'm having a little trouble updating Gentoo recently. When I try
4 updating Gentoo by issuing:
5 /
6 emerge --deep --ask --update world /
7
8 I get this:
9
10 /These are the packages that would be merged, in order:
11
12 Calculating dependencies... done!
13
14 emerge: there are no ebuilds built with USE flags to satisfy
15 "dev-lang/php[cli,mysql,xml,session,sockets]".
16 !!! One of the following packages is required to complete your request:
17 - dev-lang/php-5.3.8::gentoo (Change USE: +mysql +sockets)
18 (dependency required by "net-analyzer/cacti-0.8.7g" [installed])
19 (dependency required by "@selected" [set])
20 (dependency required by "@world" [argument])/
21
22 So I add USE flags (sockets mysql) Now i get this:
23
24 / These are the packages that would be merged, in order:
25 Calculating dependencies... done!
26
27 !!! The ebuild selected to satisfy
28 "dev-lang/php[cli,mysql,xml,session,sockets]" has unmet requirements.
29 - dev-lang/php-5.3.8::gentoo USE="berkdb bzip2 cli crypt ctype curl
30 exif fileinfo filter gdbm hash iconv ipv6 json ldap (multilib) mysql nls
31 phar posix readline session simplexml sockets spell ssl tokenizer
32 truetype unicode xml zlib (-adabas) -apache2 -bcmath (-birdstep)
33 -calendar -cdb -cgi -cjk -curlwrappers -db2 (-dbmaker) -debug -doc
34 -embed (-empress) (-empress-bcs) -enchant (-esoob) -firebird -flatfile
35 -fpm (-frontbase) -ftp -gd -gd-external -gmp -imap -inifile -interbase
36 -intl -iodbc -kerberos -kolab -ldap-sasl -libedit -mhash -mssql -mysqli
37 -mysqlnd -oci8 -oci8-instant-client -odbc -pcntl -pdo -pic -postgres
38 -qdbm -recode -sapdb -sharedext -sharedmem -snmp -soap (-solid) -sqlite
39 -sqlite3 -suhosin (-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader
40 -xmlrpc -xmlwriter -xpm -xsl -zip"
41
42 The following REQUIRED_USE flag constraints are unsatisfied:
43 truetype? ( any-of ( gd gd-external ) ) exif? ( any-of ( gd
44 gd-external ) )
45
46 The above constraints are a subset of the following complete expression:
47 truetype? ( any-of ( gd gd-external ) ) cjk? ( any-of ( gd
48 gd-external ) ) exif? ( any-of ( gd gd-external ) ) xpm? ( gd ) gd? (
49 zlib !gd-external ) gd-external? ( !gd ) simplexml? ( xml ) soap? ( xml
50 ) wddx? ( xml ) xmlrpc? ( any-of ( xml iconv ) ) xmlreader? ( xml ) xsl?
51 ( xml ) ldap-sasl? ( ldap !oci8 ) adabas? ( odbc ) birdstep? ( odbc )
52 dbmaker? ( odbc ) empress-bcs? ( empress ) empress? ( odbc ) esoob? (
53 odbc ) db2? ( odbc ) sapdb? ( odbc ) solid? ( odbc ) kolab? ( imap )
54 mhash? ( hash ) phar? ( hash ) mysqlnd? ( any-of ( mysql mysqli pdo ) )
55 oci8? ( !oci8-instant-client !ldap-sasl ) oci8-instant-client? ( !oci8 )
56 qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli )
57 firebird? ( !interbase ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? (
58 !apache2? ( !embed? ( cli ) ) ) ) )
59
60 (dependency required by "net-analyzer/cacti-0.8.7g" [installed])
61 (dependency required by "@selected" [set])
62 (dependency required by "@world" [argument])
63 /
64 Before I was able to update Gentoo untill now, portage asked me to add
65 "EMERGE_DEFAULT_OPTS="--autounmask=n"" in /etc/make.conf.
66
67 Regards,
68 edward

Replies

Subject Author
Re: [gentoo-user] can't upgrade Gentoo Paul Hartman <paul.hartman+gentoo@×××××.com>