mozilla port compile problem

Rahman, Tariq Tariq.Rahman at cytec.com
Tue Jul 6 12:15:24 PDT 2004


Hello,

I'm trying to get the Mozilla 1.7 port compiled and installed on my
FreeBSD 5.2.1 workstation.  Unfortunately, the compile fails at a
certain point:

----------

gmdrahmant# make install
===>  Installing for mozilla-1.7,2
===>   mozilla-1.7,2 depends on file: /usr/local/bin/perl5.6.1 - found
===>   mozilla-1.7,2 depends on executable: pkg-config - found
===>   mozilla-1.7,2 depends on shared library: jpeg.9 - found
===>   mozilla-1.7,2 depends on shared library: png.5 - found
===>   mozilla-1.7,2 depends on shared library: mng.1 - found
===>   mozilla-1.7,2 depends on shared library: freetype.9 - found
===>   mozilla-1.7,2 depends on shared library: nspr4.1 - found
===>   mozilla-1.7,2 depends on shared library: Xft.2 - found
===>   mozilla-1.7,2 depends on shared library: X11.6 - found
===>   mozilla-1.7,2 depends on shared library: glib-2.0.200 - found
===>   mozilla-1.7,2 depends on shared library: atk-1.0.400 - found
===>   mozilla-1.7,2 depends on shared library: pango-1.0.200 - found
===>   mozilla-1.7,2 depends on shared library: gtk-x11-2.0.200 - found
===>   mozilla-1.7,2 depends on shared library: IDL-2.0 - 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.
gmdrahmant#


----------

Any clues at to why the compile fails?  At the following line near the
bottom:

"cd /usr/ports/www/mozilla/work/mozilla/dist/bin && /usr/bin/find . |
-pdm -L -R root:wheel /usr/X11R6/lib/mozilla"

Should there be anything before the "-pdm"?

Thanks,

Tariq Rahman
Senior Web Engineer
Cytec Industries Inc.
5 Garret Mountain Plaza
West Paterson, NJ 07424
Ph: +1 (973) 357-3202
Fx: +1 (973) 357-3059



More information about the freebsd-gnome mailing list