Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
Date: Wed, 05 Sep 2007 15:15:34
Message-Id: 200709051650.25732.alan@linuxholdings.co.za
In Reply to: Re: [gentoo-user] EMERGE USE PHP additional options problem by Pablo Murillo
1 On Wednesday 05 September 2007, Pablo Murillo wrote:
2 > now I'm worse :(
3 >
4 > I update de portage, and now I have a biger problem
5 > ---------------------------------------------------------------------
6 >------------ These are the packages that would be merged, in order:
7 >
8 > Calculating dependencies... done!
9 > [ebuild N ] dev-db/mysql-init-scripts-1.2
10 > [ebuild N ] mail-mta/ssmtp-2.61-r2 USE="ssl -ipv6 -mailwrapper
11 > -md5sum" [ebuild U ] dev-db/mysql-5.0.44 [4.1.21]
12 > USE="-max-idx-128%" [ebuild N ] virtual/mysql-5.0
13 > [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4]
14 > USE="-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl%
15 > -pic* -snmp* -sockets* -spell* -sqlite* -suhosin% -tokenizer*
16 > -xmlreader* -xmlrpc* -xmlwriter* -zip* -zip-external%"
17 > [blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r16)
18 > [blocks B ] mail-mta/qmail (is blocking mail-mta/ssmtp-2.61-r2)
19 > ---------------------------------------------------------------------
20 >------------
21 >
22 > I don't want to REinstall qmail or ssmtp, everything is working fine
23 > What can I do ?
24
25 First, please don't top post. It makes your posts illegible as I can't
26 tell in what order who said what. And probably stop using Outlook
27 Express as well. That POS hasn't gotten around to figuring out yet that
28 text mails go up to column 80 or so for a good reason. It's mangled
29 your post by stripping out all the line breaks, making it doubly hard
30 to read.
31
32 Onto your output. emerge wants to re-install ssmtp (I can't tell why),
33 but can't because it conflicts with qmail which you already have
34 installed. That's what the last two lines mean:
35 ssmtp won't install itself if qmail is already there,
36 qmail is complaining and won't let emerge install ssmtp for the same
37 reason.
38
39 I suspect it's php wanting to pull in ssmtp, what I don't understand is
40 why it wants to do that when qmail already provides virtual/mta.
41
42 Please rerun the emerge above ith the -t option so we can see what's
43 going on.
44
45 alan
46
47
48 >
49 >
50 >
51 > ----- Original Message -----
52 > From: "Benno Schulenberg" <benno.schulenberg@×××××.com>
53 > To: <gentoo-user@l.g.o>
54 > Sent: Wednesday, September 05, 2007 9:29 AM
55 > Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
56 >
57 > > Pablo Murillo wrote:
58 > >> USE=" -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb
59 > >> -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli
60 > >> apache2 ctype fastbuild ftp gd hash iconv mysql nls pcre pic
61 > >> reflection session simplexml soap sockets spl ssl sqlite
62 > >> tokenizer truetype xml xmlrpc xmlreader xmlwriter xsl zlib zip
63 > >> unicode imap snmp" emerge -a php-5.1.4.ebuild
64 > >
65 > > Don't set all these USE flags on the command line. Set the ones
66 > > you want to be valid for your whole system in /etc/make.conf. Set
67 > > the ones that should be valid only for php in
68 > > /etc/portage/package.use, by putting a line like 'dev-lang/php
69 > > zip' in that file.
70 > >
71 > > Further, you can't use the word "ebuild" in an emerge command like
72 > > that. Please show us the actual output of 'emerge -pv php'.
73 > >
74 > > Benno
75 > > --
76 > > gentoo-user@g.o mailing list
77
78
79
80 --
81 Optimists say the glass is half full,
82 Pessimists say the glass is half empty,
83 Developers say wtf is the glass twice as big as it needs to be?
84
85 Alan McKinnon
86 alan at linuxholdings dot co dot za
87 +27 82, double three seven, one nine three five
88 --
89 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] EMERGE USE PHP additional options problem Dan Farrell <dan@×××××××××.cx>