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=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=t4/xwu2GjylK+byvx4xqifMlmYyDmhu++KszqGQmh7w=; b=pWxtub0We7xrEjWbPPlI JaCe+y0Fm35mfGkWxAqlRKWlNNv3isy3G7/9MZ2NBxkgxpd06Y2ntrUa+ZuJhIe31+GIrVC58hV/q khy7BD+jWD0SdEhVHfocFxr41RjyRaQDlnuny28X/1qGZSvh3vSiT/z3gIhzNApi0r+DL0ZGo6ChX riy82jKxcjoGwvPpF9l1RIw5zkCS0CfnbeEzhSiU2CjtY0mCQMd7fiz5SmcKPpN1TGpRiHr1inuC0 e95QDEL6pg4AIQvvO/LRPT3VmDMBhku6zO0NjIIlZBAfoTL8GIxyWUS+mHwiY5gVSamyLyKdiAoKc UeLgrzSuZekJsQ==; Date: Fri, 12 Apr 2024 16:30:04 +0300 Message-Id: <86il0mso83.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: <2759a528-5cb7-4b9a-9288-db3b1c772636@problemloesungsmaschine.de> (message from =?utf-8?Q?J=C3=B6rn?= Heusipp on Thu, 11 Apr 2024 09:38:59 +0200) Subject: Re: "Improve documentation of '__djgpp_map_physical_memory'." breaks build References: <2759a528-5cb7-4b9a-9288-db3b1c772636 AT problemloesungsmaschine DOT de> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Thu, 11 Apr 2024 09:38:59 +0200 > From: Jörn Heusipp > > Hello! > > https://github.com/jwt27/djgpp-cvs/commit/d13082bbe2b6b5dc6a0f4ca26f5e1f953b8b358c > breaks in the following way: > > (I cannot link to the CVS cvsweb directly because > https://www.delorie.com/bin/cvsweb.cgi/djgpp/ is giving me "Internal > Server Error") > > ``` > [...] > make: Entering directory > '/home/manx/opt/djgpp-src/build-gcc/download/djgpp-cvs/src/libc' > makeinfo --no-split libc.tex > libc2.tex:7476: misplaced { > libc2.tex:7479: misplaced } > libc2.tex:7483: misplaced { > libc2.tex:7485: misplaced } > libc2.tex:7487: misplaced { > libc2.tex:7489: misplaced } > libc2.tex:7493: misplaced { > libc2.tex:7495: misplaced } > libc2.tex:7497: misplaced { > libc2.tex:7499: misplaced } > make: *** [makefile:23: info] Error 1 > ``` > > Patch attached. Thanks, installed.