Date: Tue, 11 Aug 2009 09:27:06 -0800 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Subject: Re: Error code 254 Message-ID: <200908110927.06911.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <4A81A227.50300@intersonic.se> References: <4A814C91.5000909@intersonic.se> <200908110714.58168.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <4A81A227.50300@intersonic.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > >> > >> > >> What is "Error code 254" ? > > > > A program returning -2 to the shell. Is that useful info? No. > > Run make -dl install to see what goes wrong. > > is this useful? > > /bin/mkdir -p /usr/local/share/pear/packages/pear-XML_Serializer-0.20.0 > install -o root -g wheel -m 444 > /usr/ports/devel/pear-XML_Serializer/work/package.xml > /usr/local/share/pear/packages/pear-XML_Serializer-0.20.0 > /usr/bin/env PKG_PREFIX=/usr/local /bin/sh > /usr/ports/devel/pear/pear-install pear-XML_Serializer-0.20.0 POST-INSTALL > *** Error code 254 Yes, the post install script fails. Which means the command: /usr/local/bin/pear install -r -n -f \ /usr/local/share/pear/packages/pear-XML_Serializer-0.20.0/package.xml fails. Why, I don't know, perhaps you can add -v to the above command and see if anything useful is printed. In the meantime, I'll try to reproduce it. -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908110927.06911.mel.flynn%2Bfbsd.questions>