From owner-freebsd-newbies@FreeBSD.ORG Thu Feb 19 21:00:03 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5245816A4CE for ; Thu, 19 Feb 2004 21:00:03 -0800 (PST) Received: from ezekiel.daleco.biz (cdm-66-76-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB16C43D1F for ; Thu, 19 Feb 2004 21:00:02 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz (archangel.daleco.biz [69.27.131.0]) (authenticated bits=0) by ezekiel.daleco.biz (8.12.9p1/8.12.9) with ESMTP id i1K4w2pA073707 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 19 Feb 2004 22:59:59 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <403593B2.8010906@daleco.biz> Date: Thu, 19 Feb 2004 22:57:22 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard References: <40360089.4050203@voxsant.com> In-Reply-To: <40360089.4050203@voxsant.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: make install error on mozilla 1.6 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 05:00:03 -0000 Richard wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > hi guys, > > I have just succesfully installed 5.2.1-RC2 FreeBSD. I tried to > install the > mozilla 1.6 port and heres what i got in the end .... > > > //usr/bin/find /usr/ports/www/mozilla/work/mozilla/dist/bin -type d | > /usr/bin/sort -r | /usr/bin/xargs /bin/rmdir 2> /dev/null || true > ===> Installing for mozilla-1.6_2,2 > ===> mozilla-1.6_2,2 depends on file: /usr/local/bin/perl5.6.1 - found > ===> mozilla-1.6_2,2 depends on executable: pkg-config - found > /bin/rm -f /usr/ports/www/mozilla/work/pkg-plist > /usr/bin/touch -f /usr/ports/www/mozilla/work/pkg-plist > if [ ! -x /usr/X11R6/bin/mozilla -a ! -L /usr/X11R6/bin/mozilla ]; > then echo bin/mozilla >> /usr/ports/www/mozilla/work/pkg-plist ; fi > if [ "mozilla" != "mozilla" ]; then echo bin/mozilla >> > /usr/ports/www/mozilla/work/pkg-plist ; fi > if [ ! -L /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so ]; then > for jpi in > /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so > /usr/local/jdk1.4.1/jre/plugin/i386/ns610/libjavaplugin_oji.so > /usr/local/diablo-jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so > /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so; do if > [ -f ${jpi} ]; then echo lib/browser_plugins/libjavaplugin_oji.so >> > /usr/ports/www/mozilla/work/pkg-plist ; break; fi; done; echo > @dirrm lib/browser_plugins >> /usr/ports/www/mozilla/work/pkg-plist ; fi > cd /usr/ports/www/mozilla/work/mozilla/dist/bin && /usr/bin/find -s * > -type f -o -type l | /usr/bin/sed -e 's:^:lib/mozilla/:' >> > /usr/ports/www/mozilla/work/pkg-plist && /usr/bin/find -d * -type d > | /usr/bin/sed -e 's:^:@dirrm lib/mozilla/:' >> > /usr/ports/www/mozilla/work/pkg-plist > echo @dirrm lib/mozilla >> /usr/ports/www/mozilla/work/pkg-plist > for pcfile in mozilla-gtkmozembed mozilla-js mozilla-xpcom > mozilla-nspr mozilla-nss mozilla-plugin; do echo > libdata/pkgconfig/${pcfile}.pc >> > /usr/ports/www/mozilla/work/pkg-plist ; done > cd /usr/ports/www/mozilla/work/mozilla/dist/include && /usr/bin/find > -s * -type f -o -type l | /usr/bin/sed -e 's:^:include/mozilla/:' >> > /usr/ports/www/mozilla/work/pkg-plist && /usr/bin/find -d * -type d > | /usr/bin/sed -e 's:^:@dirrm include/mozilla/:' >> > /usr/ports/www/mozilla/work/pkg-plist > echo @dirrm include/mozilla >> /usr/ports/www/mozilla/work/pkg-plist > ===> Generating temporary packing list > ===> Checking if www/mozilla already installed > /bin/mkdir -p /usr/X11R6/lib/mozilla > /bin/chmod 755 /usr/X11R6/lib/mozilla > cd /usr/ports/www/mozilla/work/mozilla/dist/bin && /usr/bin/find . | > -pdm -L -R root:wheel /usr/X11R6/lib/mozilla > -pdm: not found > *** Error code 127 > > Stop in /usr/ports/www/mozilla. > / > > any ideas ... > thanks > clovis Looks like ${CPIO} is null/undefined. Try asking the guys over at questions@; maybe they'll know where that value is supposed to come from.... Kevin Kinsey DaleCo, S.P.