From owner-freebsd-questions@FreeBSD.ORG Mon Jun 5 14:32:58 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFD016B82C for ; Mon, 5 Jun 2006 14:32:58 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DE443D6E for ; Mon, 5 Jun 2006 14:32:50 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 10787 invoked from network); 5 Jun 2006 14:32:50 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Jun 2006 14:32:50 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EC8BC2842A; Mon, 5 Jun 2006 10:32:49 -0400 (EDT) To: RAW References: <4481BD9C.60702@netscape.net> From: Lowell Gilbert Date: Mon, 05 Jun 2006 10:32:49 -0400 In-Reply-To: <4481BD9C.60702@netscape.net> (RAW's message of "Sat, 03 Jun 2006 16:49:33 +0000") Message-ID: <44lksb65bi.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: glewis@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: Makefile for rpm-4.0.4_4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 14:33:09 -0000 RAW writes: > This question is about a FreeBSD port that I cannot automake. > > Dear FreeBSDers; > > Tried to obtain, make and install Port rpm-4.0.4_4, on my new FreeBSD > 6.0. Not there yet Looks like the Makefile program got down to > "post-patch:", became unhappy, informed me with error code 127, (???) > and quit.Make claimed that it could not find the shell script > "configure" (see log below), but when I follow the path to the file, > there it is. It left an "extract done.rpm-4" doc empty. > > How can I get the makefile to continue, find "configure" and finish > the make job? > > P.S. I ran Make in a terminal window on my KDE desktop. Matters? > > Thanks for the help. > > > Make log: > > /usr/rpm/rpm4 > # make install clean > ===> Vulnerability check disabled, database not found > => rpm-4.0.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/. > fetch: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-4.0.4.tar.gz: File > unavailable (e.g., file not found, no access) > => Attempting to fetch from > ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/. > rpm-4.0.4.tar.gz 100% of 5728 kB 2370 > Bps 00m00s > ===> Extracting for rpm-4.0.4_4 > => Checksum OK for rpm-4.0.4.tar.gz. > ===> Patching for rpm-4.0.4_4 > ===> Applying FreeBSD patches for rpm-4.0.4_4 > -e 's:%%LOCALBASE%%:/usr/local:' > /usr/rpm/rpm4/work/rpm-4.0.4/configure > /usr/rpm/rpm4/work/rpm-4.0.4/beecrypt/configure > -e: not found > *** Error code 127 > > Stop in /usr/rpm/rpm4. You have a patch in the port skeleton which isn't appropriate to the source that had been un-tarred from rpm-4.0.4.tar.gz. How did you get your ports skeleton anyway?