From: "Laurynas Biveinis" Date: Wed, 27 Jun 2001 20:01:25 +0200 To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: Build failure of CVS docs Message-ID: <20010627200125.A403@lauras.lt> Mail-Followup-To: Eli Zaretskii , djgpp-workers AT delorie DOT com References: <20010627143359 DOT A204 AT lauras DOT lt> <7263-Wed27Jun2001201733+0300-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7263-Wed27Jun2001201733+0300-eliz@is.elta.co.il> User-Agent: Mutt/1.3.18i Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > makeinfo --no-split libc.tex > > ./libc2.tex:358: Node `environment functions' previously defined at line 352. > > ./libc2.tex:352: Next field of node `environment functions' not pointed to. > > ./libc2.tex:352: This node (environment functions) has the bad Prev. > > ./libc2.tex:366: Prev field of node `file system functions' not pointed to. > > ./libc2.tex:352: This node (environment functions) has the bad Next. > > makeinfo: Removing output file `../../info/libc.info' due to errors; use --force to preserve. > > make.exe[1]: *** [info] Error 2 > > make.exe: *** [subs] Error 2 > > I cannot reproduce this with today's CVS. For same unknown reason, unsetenv.txh file had interesting line endings: 0x0D 0x0D 0x0A. Fixing them cured the problem. unsetenv.c file has the same glitch, but that does not cause problem. I really do not understand how did they appear. Laurynas