Date: Fri, 23 Jun 2000 20:43:07 +0100 From: Chris Stenton <jacs@gnome.co.uk> To: ports@freebsd.org Cc: questions@freebsd.org Subject: rpm port problem Message-ID: <200006231943.UAA05521@hawk.gnome.co.uk>
next in thread | raw e-mail | index | archive | help
Can someone PLEASE tell me why this does not work...... I've post and tried for a couple of months to install this port. Chris } make install ===> Installing for rpm-2.5.6 ===> Warning: your umask is "0002". If this is not desired, set it to an appropriate value and install this port again by ``make reinstall''. for d in popt misc lib build tools ; do \ (cd $d; gmake) \ || case "" in *k*) fail=yes;; *) exit 1;; esac;\ done && test -z "$fail" gmake[1]: Entering directory `/usr/ports/misc/rpm/work/rpm-2.5.6/popt' gmake all-recursive gmake[2]: Entering directory `/usr/ports/misc/rpm/work/rpm-2.5.6/popt' gmake[2]: Leaving directory `/usr/ports/misc/rpm/work/rpm-2.5.6/popt' gmake[1]: Leaving directory `/usr/ports/misc/rpm/work/rpm-2.5.6/popt' gmake[1]: Entering directory `/usr/ports/misc/rpm/work/rpm-2.5.6/misc' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/misc/rpm/work/rpm-2.5.6/misc' gmake[1]: Entering directory `/usr/ports/misc/rpm/work/rpm-2.5.6/lib' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/misc/rpm/work/rpm-2.5.6/lib' gmake[1]: Entering directory `/usr/ports/misc/rpm/work/rpm-2.5.6/build' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/misc/rpm/work/rpm-2.5.6/build' gmake[1]: Entering directory `/usr/ports/misc/rpm/work/rpm-2.5.6/tools' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/misc/rpm/work/rpm-2.5.6/tools' [ -d //usr/local/bin ] || \ /bin/sh ./mkinstalldirs //usr/local/bin [ -d //usr/local/share/locale ] || \ /bin/sh ./mkinstalldirs //usr/local/share/locale [ -d //usr/local/bin ] || \ /bin/sh ./mkinstalldirs //usr/local/bin [ -d //usr/local/man/man8 ] || \ /bin/sh ./mkinstalldirs //usr/local/man/man8 [ -d //usr/local/etc ] || \ /bin/sh ./mkinstalldirs //usr/local/etc [ -d //usr/local/lib ] || \ /bin/sh ./mkinstalldirs //usr/local/lib [ -d //usr/local/include/rpm ] || \ /bin/sh ./mkinstalldirs //usr/local/include/rpm [ -d //usr/local/etc/rpm ] || \ /bin/sh ./mkinstalldirs //usr/local/etc/rpm if [ -x ./rpm ]; then \ install -c -s -o root -g wheel -m 555 rpm //usr/local/bin; \ else \ install -c -s -o root -g wheel -m 555 rpm.shared //usr/local/bin/rpm; \ fi gmake: INSTALL_SCRIPT@: Command not found gmake: *** [install] Error 127 *** Error code 2 Stop in /usr/ports/misc/rpm. *** Error code 1 Stop in /usr/ports/misc/rpm. *** Error code 1 Stop in /usr/ports/misc/rpm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006231943.UAA05521>