Re: make install error on mozilla 1.6

From: Kevin D. Kinsey, DaleCo, S.P. (kdk_at_daleco.biz)
Date: 02/20/04

  • Next message: DerAlSem: "NAT, netstat, etc."
    Date: Thu, 19 Feb 2004 22:57:22 -0600
    To: Richard <richard@voxsant.com>
    
    

    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.
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: DerAlSem: "NAT, netstat, etc."