From owner-freebsd-questions Mon May 10 12:47:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andyo.prime.net (P1M10.prime.net.ua [195.64.229.42]) by hub.freebsd.org (Postfix) with ESMTP id 2D3AA14DDF for ; Mon, 10 May 1999 12:47:28 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by andyo.prime.net (8.9.3/8.9.3) with ESMTP id WAA00911 for ; Mon, 10 May 1999 22:48:44 +0300 (EET DST) Message-ID: <3737380D.2FCD8BE@prime.net.ua> Date: Mon, 10 May 1999 22:48:32 +0300 From: =?koi8-r?Q?=E1=CE=C4=D2=C5=CA=20=F7=2E=20=EF=CC=C5=CA=CE=C9=CB?= (Andy V. Oleynik) Reply-To: andyo@prime.net.ua Organization: =?koi8-r?Q?=ED=2D=E9=CE=C6=CF?= X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: "Questions (E-mail)" Subject: Re: install-info: Undefined error: 0 for /usr/local/info/dir References: <8FCA4DE144C8D211A4D30090273D14196F26@BLUE> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG from install-info.c: [...] nread = read (desc, data + filled, data_size - filled); if (nread < 0) pfatal_with_name (filename); if (nread == 0) break; [...] put there some newlines :) Rick Siple wrote: > Attempting to install gettext-0.10.35 port produced the following > error message: > > ===> Generating temporary packing list > install-info: Undefined error: 0 for /usr/local/info/dir > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > The make install command obviously proceed up to that point with no > fatal errors although the same message can be seen at the very start of the > install process. > > ===> Installing for gettext-0.10.35 > Making install in doc > /bin/sh ../mkinstalldirs /usr/local/info > install -c -o root -g wheel -m 444 ./gettext.info > /usr/local/info/gettext.info > install-info --info-dir=/usr/local/info /usr/local/info/gettext.info > install-info: Undefined error: 0 for /usr/local/info/dir > Making install in lib > ... > > The man page for install-info is lacking of any details about the > purpose of the program or the /usr/local/info/dir file, which is empty. A > search of the questions, stable and ports mailing list turned up one other > message asking about the same error on the tex port, but there were no > reponses. > > Any ideas? Another make world to update the install-info program. > Strangely enough, the install-info directory under > /usr/src/gnu/usr.bin/texinfo/install-info contains only the man page for > install-info. > > Thanks. > > __________ > Rick Siple > ricksiple@mpainc.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Andy V. Oleynik (When U aim for perfection, U discover it's a moving target ö80) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message