Gentoo Archives: gentoo-dev

From: Simon Arlott <byte-gentoo@×××××××××××.com>
To: gentoo-dev@g.o, gentoo-user@g.o
Subject: Re: [gentoo-dev] emerge -p world broken today?
Date: Tue, 17 Jun 2003 18:44:35
Message-Id: 5.2.1.1.2.20030617194215.02e9dd58@172.31.0.1
1 This is a copy of my post to http://forums.gentoo.org/viewtopic.php?t=61153
2
3 I've found a good fix:
4 open [b]/usr/portage/eclass/php.eclass[/b]
5 [code]
6 Change:
7 IUSE="${IUSE} X cjk crypt curl firebird flash freetds gd gd-bundled gdbm
8 imap informix java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit
9 png postgres qt snmp spell ssl tiff truetype"
10
11 To:
12 IUSE="${IUSE} X cjk crypt curl firebird flash freetds gd gdbm imap informix
13 java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit png postgres qt
14 snmp spell ssl tiff truetype"
15
16 (Removing gd-bundled)
17
18 Remove:
19 gd-bundled? ()
20 from RDEPEND
21 [/code]
22
23 If anyone is worried about these modifications causing them problems in the
24 future, the changes will be wiped on the next emerge sync.
25
26 The problem is with [b]gd-bundled? ()[/b]
27 either [b]gd-bundled[/b] is not a USE flag (and it doesn't seem to be), or
28 [b]()[/b] is bad syntax ([b]( )[/b] doesn't work either)
29
30
31
32 --
33 gentoo-dev@g.o mailing list