Gentoo Archives: gentoo-user

From: Pablo Murillo <pm@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
Date: Wed, 05 Sep 2007 14:04:02
Message-Id: 003d01c7efc3$6d739120$a601a8c0@killermovil
In Reply to: Re: [gentoo-user] EMERGE USE PHP additional options problem by Benno Schulenberg
1 now I'm worse :(
2
3 I update de portage, and now I have a biger problem
4 ---------------------------------------------------------------------------------
5 These are the packages that would be merged, in order:
6
7 Calculating dependencies... done!
8 [ebuild N ] dev-db/mysql-init-scripts-1.2
9 [ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ssl -ipv6 -mailwrapper -md5sum"
10 [ebuild U ] dev-db/mysql-5.0.44 [4.1.21] USE="-max-idx-128%"
11 [ebuild N ] virtual/mysql-5.0
12 [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4]
13 USE="-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl% -pic* -snmp*
14 -sockets* -spell* -sqlite* -suhosin% -tokenizer* -xmlreader* -xmlrpc* -xmlwriter*
15 -zip* -zip-external%"
16 [blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r16)
17 [blocks B ] mail-mta/qmail (is blocking mail-mta/ssmtp-2.61-r2)
18 ---------------------------------------------------------------------------------
19
20 I don't want to REinstall qmail or ssmtp, everything is working fine
21 What can I do ?
22
23
24
25 ----- Original Message -----
26 From: "Benno Schulenberg" <benno.schulenberg@×××××.com>
27 To: <gentoo-user@l.g.o>
28 Sent: Wednesday, September 05, 2007 9:29 AM
29 Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
30
31
32 > Pablo Murillo wrote:
33 >> USE=" -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb
34 >> -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli
35 >> apache2 ctype fastbuild ftp gd hash iconv mysql nls pcre pic
36 >> reflection session simplexml soap sockets spl ssl sqlite
37 >> tokenizer truetype xml xmlrpc xmlreader xmlwriter xsl zlib zip
38 >> unicode imap snmp" emerge -a php-5.1.4.ebuild
39 >
40 > Don't set all these USE flags on the command line. Set the ones you
41 > want to be valid for your whole system in /etc/make.conf. Set the
42 > ones that should be valid only for php in /etc/portage/package.use,
43 > by putting a line like 'dev-lang/php zip' in that file.
44 >
45 > Further, you can't use the word "ebuild" in an emerge command like
46 > that. Please show us the actual output of 'emerge -pv php'.
47 >
48 > Benno
49 > --
50 > gentoo-user@g.o mailing list
51 >
52 >
53 >
54
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] EMERGE USE PHP additional options problem Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] EMERGE USE PHP additional options problem Alan McKinnon <alan@××××××××××××××××.za>