Date: Tue, 11 Aug 2009 10:01:30 -0800 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Subject: Re: Error code 254 Message-ID: <200908111001.30205.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <200908110927.06911.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> References: <4A814C91.5000909@intersonic.se> <4A81A227.50300@intersonic.se> <200908110927.06911.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote: > On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote: > > Mel Flynn wrote: > > > On Tuesday 11 August 2009 02:48:49 Per olof Ljungmark wrote: > > >> ===> Installing documentation in > > >> /usr/local/share/doc/pear/XML_Serializer. ===> Installing tests in > > >> /usr/local/share/pear/tests/XML_Serializer. ===> Installing examples > > >> in /usr/local/share/examples/pear/XML_Serializer. *** Error code 254 ... > In the meantime, I'll try to reproduce it. Which I can't. Patch below adds -v at the correct spot. -- Mel Index: devel/pear/pear-install =================================================================== RCS file: /home/ncvs/ports/devel/pear/pear-install,v retrieving revision 1.1 diff -u -r1.1 pear-install --- devel/pear/pear-install 9 Dec 2005 18:58:03 -0000 1.1 +++ devel/pear/pear-install 11 Aug 2009 17:42:03 -0000 @@ -10,5 +10,5 @@ [ "x$1" = "x" ] && exit 1 if [ "x$2" = "xPOST-INSTALL" ]; then - ${PEAR} install -r -n -f ${PKGREGDIR}/package.xml + ${PEAR} -v install -r -n -f ${PKGREGDIR}/package.xml fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908111001.30205.mel.flynn%2Bfbsd.questions>