X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=jJUhg9sQ7n//lTbjGHLZ1wRXlGj8RR5AEa09OscH77U=; b=CloWDz+gBZZP jPfOWC1Jyi9d7o1UIYX1LwEgL/RSf5T3dbbPKo+lXIDWfOJpm8TzjtsqwlL6GktNJ7dPKJh/t81P6 A+9FkXRXbyTBijLgNRsti8vaGNC/VAHfetO0Zlrdq7Y/QoMHE0BHeEnQSU2nCZkpm8moLtbZsa8IR iJOcCJtRTbHwRh1HovTiMzhd1+h3knUtkaFauBlcG41kp6YMSf1xySDyHLobvYwmW7FezbF3nq0rn qIKVIhvNYpdzWO3Usl4Q0BpEfR1jmvJyKXNuYUZZ2H/QdbERadLR0hh8cNDPc2mJV91iN3t+WuqWh 7AXEllLD1KbOx2TYcrqU/A==; Date: Tue, 22 Feb 2022 21:28:46 +0200 Message-Id: <83a6eiu2dt.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-Reply-To: (djgpp AT delorie DOT com) Subject: Re: Menu reference to nonexistent node error References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 22 Feb 2022 10:28:29 -0800 (PST) > From: "Khusraw (mv DOT ionascu AT gmail DOT com) [via djgpp AT delorie DOT com]" > > When I try to build DJGPP from CVS I get the following errors: > > libc.tex:134: Menu reference to nonexistent node `waitpid' (perhaps incorrect sectioning?). > libc.tex:133: Menu reference to nonexistent node `wait' (perhaps incorrect sectioning?). > libc.tex:132: Menu reference to nonexistent node `vfork' (perhaps incorrect sectioning?) > libc.tex:131: Menu reference to nonexistent node `umask' (perhaps incorrect sectioning?) > libc.tex:130: Menu reference to nonexistent node `tcsetpgrp' (perhaps incorrect sectioni > libc.tex:129: Menu reference to nonexistent node `tcsendbreak' (perhaps incorrect sectio > libc.tex:128: Menu reference to nonexistent node `tcdrain' (perhaps incorrect sectioning > libc.tex:127: Menu reference to nonexistent node `setuid' (perhaps incorrect sectioning?). > libc.tex:126: Menu reference to nonexistent node `setsid' (perhaps incorrect sectioning?). > libc.tex:125: Menu reference to nonexistent node `setpgid' (perhaps incorrect sectioning?). > libc.tex:124: Menu reference to nonexistent node `setgid' (perhaps incorrect sectioning?). > libc.tex:123: Menu reference to nonexistent node `nice' (perhaps incorrect sectioning?). > libc.tex:122: Menu reference to nonexistent node `mknod' (perhaps incorrect sectioning?). > libc.tex:121: Menu reference to nonexistent node `mkfifo' (perhaps incorrect sectioning?). > libc.tex:120: Menu reference to nonexistent node `lchown' (perhaps incorrect sectioning?). > libc.tex:119: Menu reference to nonexistent node `getpwuid' (perhaps incorrect sectioning?). > libc.tex:118: Menu reference to nonexistent node `getpwnam' (perhaps incorrect sectioning?). > libc.tex:117: Menu reference to nonexistent node `getgroups' (perhaps incorrect sectioning?). > libc.tex:116: Menu reference to nonexistent node `getgrnam' (perhaps incorrect sectioning?). > libc.tex:115: Menu reference to nonexistent node `getgrgid' (perhaps incorrect sectioning?). > libc.tex:114: Menu reference to nonexistent node `fork' (perhaps incorrect sectioning?). > libc.tex:113: Menu reference to nonexistent node `fchown' (perhaps incorrect sectioning?). > libc.tex:112: Menu reference to nonexistent node `chown' (perhaps incorrect sectioning?). > libc.tex:111: Menu reference to nonexistent node `cfsetospeed' (perhaps incorrect sectioning?). > libc.tex:110: Menu reference to nonexistent node `cfsetispeed' (perhaps incorrect sectioning?). > libc.tex:109: Menu reference to nonexistent node `cfgetospeed' (perhaps incorrect sectioning?). > libc.tex:108: Menu reference to nonexistent node `cfgetispeed' (perhaps incorrect sectioning?). > libc.tex:107: Menu reference to nonexistent node `addmntent' (perhaps incorrect sectioning?). > libc.tex:71: Cross reference to nonexistent node `libm' (perhaps incorrect sectioning?). > > I use makeinfo.exe from txi413br3.zip. What could be the reason? Did the file libc2.tex get built by the build procedure? Does that file have a @node named "waitpid"?