Date: Sun, 14 Nov 1999 13:29:30 -1000 (HST) From: Vincent Poy <vince@pele.WURLDLINK.NET> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14884: ports/misc/rpm install fails Message-ID: <199911142329.NAA43861@pele.WURLDLINK.NET>
next in thread | raw e-mail | index | archive | help
>Number: 14884 >Category: ports >Synopsis: ports/misc/rpm install fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 14 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Hong Kong - Honolulu >Environment: 3-3-RELEASE and 4.0 -CURRENT >Description: rpm port install fails after steve fixed previous problem >How-To-Repeat: root@victor [3:25pm][/usr/ports/misc/rpm] >> make install ===> Installing for rpm-2.5.6 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. *** Error code 1 Stop. *** Error code 1 Stop. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911142329.NAA43861>