Gentoo Archives: gentoo-user

From: Catalin Trifu <catalin@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: PHP and PEAR
Date: Sun, 10 Jul 2005 08:21:23
Message-Id: daqldl$cm2$1@sea.gmane.org
In Reply to: Re: [gentoo-user] Re: PHP and PEAR by "A. Khattri"
1 Hi,
2
3
4 $ emerge PEAR-PEAR
5
6 >>> Install PEAR-PEAR-1.3.5 into /var/tmp/portage/PEAR-PEAR-1.3.5/image/ category dev-php
7 /usr/portage/eclass/php-pear.eclass: line 47: pear: command not found
8
9 !!! ERROR: dev-php/PEAR-PEAR-1.3.5 failed.
10 !!! Function php-pear_src_install, Line 47, Exitcode 127
11 !!! (no error message)
12 !!! If you need support, post the topmost build error, NOT this status message.
13
14 As you can see the error /usr/bin/pear is not found, exactly because the .eclass which
15 installs PHP in the first place is not installed.
16
17
18 Catalin
19
20
21 A. Khattri wrote:
22 > On Sat, 9 Jul 2005, Catalin Trifu wrote:
23 >
24 >
25 >> I think I did not said things correctly.
26 >> If I try to emerge any PEAR package, to install it the system tries to
27 >>use /usr/bin/pear which does not get installed exactly because PHP is compiled
28 >>without PEAR. I mean the pear core which can be used to install other pear packages.
29 >
30 >
31 > As Craig pointed out, the PEAR ebuild, including the base core is
32 > separate.
33 >
34 > Maybe "emerge PEAR-PEAR" is what you need?
35 >
36 >
37 > # esearch PEAR-PEAR
38 > [ Results for search key : PEAR-PEAR ]
39 > [ Applications found : 2 ]
40 >
41 > * dev-php/PEAR-PEAR
42 > Latest version available: 1.3.5
43 > Latest version installed: [ Not Installed ]
44 > Size of downloaded files: 105 kB
45 > Homepage: http://pear.php.net/PEAR
46 > Description: PEAR Base System
47 > License: PHP
48 >
49 > * dev-php/PEAR-PEAR_Info
50 > Latest version available: 1.5.2
51 > Latest version installed: [ Not Installed ]
52 > Size of downloaded files: 6 kB
53 > Homepage: http://pear.php.net/PEAR_Info
54 > Description: Show Information about your PEAR install and its packages
55 > License: PHP
56 >
57 >
58
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: PHP and PEAR "A. Khattri" <ajai@××××.net>