public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] can't upgrade Gentoo
@ 2011-09-01  2:44 Edward Martinez
  2011-09-01 15:35 ` Paul Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Edward Martinez @ 2011-09-01  2:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3091 bytes --]

Hi,

I'm having a little trouble updating Gentoo recently. When I try 
updating Gentoo by issuing:
/
   emerge --deep --ask --update world /

I get this:

/These are the packages that would be merged, in order:

   Calculating dependencies... done!

   emerge: there are no ebuilds built with USE flags to satisfy 
"dev-lang/php[cli,mysql,xml,session,sockets]".
   !!! One of the following packages is required to complete your request:
   - dev-lang/php-5.3.8::gentoo (Change USE: +mysql +sockets)
   (dependency required by "net-analyzer/cacti-0.8.7g" [installed])
   (dependency required by "@selected" [set])
   (dependency required by "@world" [argument])/

So I add USE flags (sockets mysql) Now i get this:

/  These are the packages that would be merged, in order:
   Calculating dependencies... done!

   !!! The ebuild selected to satisfy 
"dev-lang/php[cli,mysql,xml,session,sockets]" has unmet requirements.
   - dev-lang/php-5.3.8::gentoo USE="berkdb bzip2 cli crypt ctype curl 
exif fileinfo filter gdbm hash iconv ipv6 json ldap (multilib) mysql nls 
phar posix readline session    simplexml sockets spell ssl tokenizer 
truetype unicode xml zlib (-adabas) -apache2 -bcmath (-birdstep) 
-calendar -cdb -cgi -cjk -curlwrappers -db2 (-dbmaker) -debug -doc 
-embed (-empress) (-empress-bcs) -enchant (-esoob) -firebird -flatfile 
-fpm (-frontbase) -ftp -gd -gd-external -gmp -imap -inifile -interbase 
-intl -iodbc -kerberos -kolab -ldap-sasl -libedit -mhash -mssql -mysqli 
-mysqlnd -oci8 -oci8-instant-client -odbc -pcntl -pdo -pic -postgres 
-qdbm -recode -sapdb -sharedext -sharedmem -snmp -soap (-solid) -sqlite 
-sqlite3 -suhosin (-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader 
-xmlrpc -xmlwriter -xpm -xsl -zip"

   The following REQUIRED_USE flag constraints are unsatisfied:
     truetype? ( any-of ( gd gd-external ) ) exif? ( any-of ( gd 
gd-external ) )

   The above constraints are a subset of the following complete expression:
     truetype? ( any-of ( gd gd-external ) ) cjk? ( any-of ( gd 
gd-external ) ) exif? ( any-of ( gd gd-external ) ) xpm? ( gd ) gd? ( 
zlib !gd-external ) gd-external? ( !gd ) simplexml? ( xml ) soap? ( xml 
) wddx? ( xml ) xmlrpc? ( any-of ( xml iconv ) ) xmlreader? ( xml ) xsl? 
( xml ) ldap-sasl? ( ldap !oci8 ) adabas? ( odbc ) birdstep? ( odbc ) 
dbmaker? ( odbc ) empress-bcs? ( empress ) empress? ( odbc ) esoob? ( 
odbc ) db2? ( odbc ) sapdb? ( odbc ) solid? ( odbc ) kolab? ( imap ) 
mhash? ( hash ) phar? ( hash ) mysqlnd? ( any-of ( mysql mysqli pdo ) ) 
oci8? ( !oci8-instant-client !ldap-sasl ) oci8-instant-client? ( !oci8 ) 
qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) 
firebird? ( !interbase ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( 
!apache2? ( !embed? ( cli ) ) ) ) )

(dependency required by "net-analyzer/cacti-0.8.7g" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
/
Before I was able to update Gentoo untill now, portage asked me to add 
"EMERGE_DEFAULT_OPTS="--autounmask=n"" in /etc/make.conf.

Regards,
edward


[-- Attachment #2: Type: text/html, Size: 4001 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] can't upgrade Gentoo
  2011-09-01  2:44 [gentoo-user] can't upgrade Gentoo Edward Martinez
@ 2011-09-01 15:35 ` Paul Hartman
  2011-09-02  1:07   ` Edward Martinez
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Hartman @ 2011-09-01 15:35 UTC (permalink / raw
  To: gentoo-user

On Wed, Aug 31, 2011 at 9:44 PM, Edward Martinez <edwardlotus@gmail.com> wrote:
>   !!! The ebuild selected to satisfy
> "dev-lang/php[cli,mysql,xml,session,sockets]" has unmet requirements.
>   - dev-lang/php-5.3.8::gentoo USE="berkdb bzip2 cli crypt ctype curl exif
> fileinfo filter gdbm hash iconv ipv6 json ldap (multilib) mysql nls phar
> posix readline session    simplexml sockets spell ssl tokenizer truetype
> unicode xml zlib (-adabas) -apache2 -bcmath (-birdstep) -calendar -cdb -cgi
> -cjk -curlwrappers -db2 (-dbmaker) -debug -doc -embed (-empress)
> (-empress-bcs) -enchant (-esoob) -firebird -flatfile -fpm (-frontbase) -ftp
> -gd -gd-external -gmp -imap -inifile -interbase -intl -iodbc -kerberos
> -kolab -ldap-sasl -libedit -mhash -mssql -mysqli -mysqlnd -oci8
> -oci8-instant-client -odbc -pcntl -pdo -pic -postgres -qdbm -recode -sapdb
> -sharedext -sharedmem -snmp -soap (-solid) -sqlite -sqlite3 -suhosin
> (-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader -xmlrpc -xmlwriter
> -xpm -xsl -zip"
>
>   The following REQUIRED_USE flag constraints are unsatisfied:
>     truetype? ( any-of ( gd gd-external ) ) exif? ( any-of ( gd gd-external
> ) )

It's telling you that you need to enable gd or gd-external USE flag
for php because it is required by the truetype and exif USE flags.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] can't upgrade Gentoo
  2011-09-01 15:35 ` Paul Hartman
@ 2011-09-02  1:07   ` Edward Martinez
  0 siblings, 0 replies; 3+ messages in thread
From: Edward Martinez @ 2011-09-02  1:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1528 bytes --]

On 09/01/11 08:35, Paul Hartman wrote:
> On Wed, Aug 31, 2011 at 9:44 PM, Edward Martinez<edwardlotus@gmail.com>  wrote:
>>    !!! The ebuild selected to satisfy
>> "dev-lang/php[cli,mysql,xml,session,sockets]" has unmet requirements.
>>    - dev-lang/php-5.3.8::gentoo USE="berkdb bzip2 cli crypt ctype curl exif
>> fileinfo filter gdbm hash iconv ipv6 json ldap (multilib) mysql nls phar
>> posix readline session    simplexml sockets spell ssl tokenizer truetype
>> unicode xml zlib (-adabas) -apache2 -bcmath (-birdstep) -calendar -cdb -cgi
>> -cjk -curlwrappers -db2 (-dbmaker) -debug -doc -embed (-empress)
>> (-empress-bcs) -enchant (-esoob) -firebird -flatfile -fpm (-frontbase) -ftp
>> -gd -gd-external -gmp -imap -inifile -interbase -intl -iodbc -kerberos
>> -kolab -ldap-sasl -libedit -mhash -mssql -mysqli -mysqlnd -oci8
>> -oci8-instant-client -odbc -pcntl -pdo -pic -postgres -qdbm -recode -sapdb
>> -sharedext -sharedmem -snmp -soap (-solid) -sqlite -sqlite3 -suhosin
>> (-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader -xmlrpc -xmlwriter
>> -xpm -xsl -zip"
>>
>>    The following REQUIRED_USE flag constraints are unsatisfied:
>>      truetype? ( any-of ( gd gd-external ) ) exif? ( any-of ( gd gd-external
>> ) )
> It's telling you that you need to enable gd or gd-external USE flag
> for php because it is required by the truetype and exif USE flags.
>
Hi,

    Thank You! That did the job. I'll make a note of that message , so i 
will  know what it means, if it comes up again.

    Regards,
    Edward

[-- Attachment #2: Type: text/html, Size: 2244 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-02  1:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01  2:44 [gentoo-user] can't upgrade Gentoo Edward Martinez
2011-09-01 15:35 ` Paul Hartman
2011-09-02  1:07   ` Edward Martinez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox