Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 10:40:14 -0700 (PDT)
From:      Thierry Thomas <thierry@pompo.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58245: pear-PEAR port cannot install
Message-ID:  <200310191740.h9JHeEi6008334@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58245; it has been noted by GNATS.

From: Thierry Thomas <thierry@pompo.net>
To: Bryan Fullerton <bryanf@bubble.samurai.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/58245: pear-PEAR port cannot install
Date: Sun, 19 Oct 2003 19:35:07 +0200

 Le Dim 19 oct 03 à 17:40:30 +0200, Bryan Fullerton <bryanf@bubble.samurai.com>
  écrivait :
 > 
 > >Number:         58245
 > >Category:       ports
 > >Synopsis:       pear-PEAR port cannot install
 
 8<   8<   8<
 
 > >Description:
 > 
 > Can't install devel/pear-PEAR - either there's a dependancy missing or
 > something is misconfigured with the install procedure.
 > 
 > >How-To-Repeat:
 > 
 > $ cd /usr/ports/devel/pear-PEAR
 > $ make
 > [snip]
 > $ sudo make install
 > ===>   pear-PEAR-1.2.1 depends on file: /usr/local/share/pear/Archive/Tar.php - found
 > ===>   pear-PEAR-1.2.1 depends on file: /usr/local/share/pear/Console/Getopt.php - found
 > ===>  Configuring for pear-PEAR-1.2.1
 > ===>  Installing for pear-PEAR-1.2.1
 > ===>   pear-PEAR-1.2.1 depends on file: /usr/local/share/pear/Archive/Tar.php - found
 > ===>   pear-PEAR-1.2.1 depends on file: /usr/local/share/pear/Console/Getopt.php - found
 > ===>   Generating temporary packing list
 > ===>  Checking if devel/pear-PEAR already installed
 > /usr/ports/devel/pear-PEAR/pkg-install: /usr/local/bin/pear: not found
 > *** Error code 127
 > 
 > Stop in /usr/ports/devel/pear-PEAR.
 > $
 > 
 > >Fix:
 > 
 > Unknown - where does /usr/local/bin/pear come from?
 
 There is something wrong in your ports tree:
 
 - devel/pear-PEAR depends on archivers/pear-Archive_Tar;
 - archivers/pear-Archive_Tar depends on lang/php4
 (BUILD_DEPENDS=	pear:${PORTSDIR}/lang/php4)
 - lang/php4 installs pear.
 
 Regards,
 -- 
 Th. Thomas.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310191740.h9JHeEi6008334>