make install error on mozilla 1.6

Kevin D. Kinsey, DaleCo, S.P. kdk at daleco.biz
Thu Feb 19 21:00:03 PST 2004


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.


More information about the freebsd-newbies mailing list