X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a05:6000:1d93:b0:1ec:7868:b92d with SMTP id bk19-20020a0560001d9300b001ec7868b92dmr1912369wrb.507.1645554509765; Tue, 22 Feb 2022 10:28:29 -0800 (PST) X-Received: by 2002:a25:3502:0:b0:622:a23c:ad92 with SMTP id c2-20020a253502000000b00622a23cad92mr24496161yba.378.1645554509268; Tue, 22 Feb 2022 10:28:29 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Tue, 22 Feb 2022 10:28:29 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=188.27.111.125; posting-account=W7Xq4AoAAACdWdBRi2rb45ZV3AtecYoa NNTP-Posting-Host: 188.27.111.125 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Menu reference to nonexistent node error From: "Khusraw (mv DOT ionascu AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Tue, 22 Feb 2022 18:28:29 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 3859 Lines: 33 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: 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?