From owner-freebsd-ports Tue May 11 7:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3AE214DF8 for ; Tue, 11 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10705; Tue, 11 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 07:40:02 -0700 (PDT) Message-Id: <199905111440.HAA10705@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/11648: gettext-0.10.35 fails in make install Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11648; it has been noted by GNATS. From: Jeremy Lea To: Johan Karlsson Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/11648: gettext-0.10.35 fails in make install Date: Tue, 11 May 1999 16:30:20 +0200 Hi, On Tue, May 11, 1999 at 03:31:12PM +0000, Johan Karlsson wrote: > >Synopsis: gettext-0.10.35 fails in make install > >Description: > > make install of ports/devel/gettext fails when > generating package list. > > numeri# make install > ===> Installing for gettext-0.10.35 > ... > ===> Generating temporary packing list > install-info: Undefined error: 0 for /usr/local/info/dir > *** Error code 1 This is only hitting you, since it builds fine in http://bento.freebsd.org/errorlogs/. Firstly, do you have a file named /usr/local/info/dir? and do you have a file named /usr/share/info/dir? The second you should always have, the first should have been created by a new feature in bsd.port.mk, before the pre-install target. The port also tries to make this file, as part of post-install. The only two places which 'install-info' occurs is in bsd.port.mk, as part of the generate-plist target, but it should not be run there, since it is put of a sed expression. Then it occurs in the gettext Makefile, where it installs the info file. This is most likely where it is failing. Why is anyone's guess, but the first four lines of the post-install target in gettext/Makefile are no longer needed. Please delete them and see if they fix your problem. Regards, -Jeremy -- | What will people think when they hear that I'm a Jesus freak? --+-- What will people do when they find that it's true? | I don't really care if they label me a Jesus Freak, | There ain't no disguising the truth. - d c Talk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message