Skip site navigation (1)Skip section navigation (2)
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) <andyo@prime.net.ua>
To:        "Questions (E-mail)" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: install-info: Undefined error: 0 for /usr/local/info/dir
Message-ID:  <3737380D.2FCD8BE@prime.net.ua>
References:  <8FCA4DE144C8D211A4D30090273D14196F26@BLUE>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3737380D.2FCD8BE>