Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Nature, to be commanded, must be obeyed. -- Francis Bacon


devel / comp.os.msdos.djgpp / Re: "Improve documentation of '__djgpp_map_physical_memory'." breaks build

SubjectAuthor
* "Improve documentation of '__djgpp_map_physical_memory'." breaks buildJörn Heusipp
`- Re: "Improve documentation of '__djgpp_map_physical_memory'." breaks buildEli Zaretskii (eliz@gnu.org) [via djgpp@delorie.com]

1
"Improve documentation of '__djgpp_map_physical_memory'." breaks build

<2759a528-5cb7-4b9a-9288-db3b1c772636@problemloesungsmaschine.de>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=490&group=comp.os.msdos.djgpp#490

  copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!nntp.comgw.net!peer03.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 11 Apr 2024 07:39:40 +0000
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp@delorie.com
Content-Type: multipart/mixed; boundary="------------Fyc5plCId10VdzI090ijuKN7"
Message-ID: <2759a528-5cb7-4b9a-9288-db3b1c772636@problemloesungsmaschine.de>
Date: Thu, 11 Apr 2024 09:38:59 +0200
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: djgpp@delorie.com
From: osm...@problemloesungsmaschine.de (Jörn Heusipp)
X-rspamd-Spam-Score: 1.6 (+)
X-rspamd-Spam-Report: Action: no action
Symbol: RCVD_TLS_ALL(0.00)
Symbol: FROM_HAS_DN(0.00)
Symbol: FROM_EQ_ENVFROM(0.00)
Symbol: R_MIXED_CHARSET(0.55)
Symbol: TO_DN_NONE(0.00)
Symbol: TO_MATCH_ENVRCPT_ALL(0.00)
Symbol: XM_UA_NO_VERSION(0.01)
Symbol: MIME_BASE64_TEXT_BOGUS(1.00)
Symbol: MIME_GOOD(-0.10)
Symbol: MIME_BASE64_TEXT(0.10)
Symbol: MID_RHS_MATCH_FROM(0.00)
Symbol: RCVD_VIA_SMTP_AUTH(0.00)
Symbol: ARC_NA(0.00)
Symbol: ASN(0.00)
Symbol: RCVD_COUNT_ONE(0.00)
Symbol: MIME_TRACE(0.00)
Symbol: RCPT_COUNT_ONE(0.00)
Symbol: HAS_ATTACHMENT(0.00)
Message-ID: 2759a528-5cb7-4b9a-9288-db3b1c772636@problemloesungsmaschine.de
X-rspamd-Spam-Bar: +
X-SA-Exim-Connect-IP: 84.132.35.51
X-SA-Exim-Mail-From: osmanx@problemloesungsmaschine.de
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on datengang.de
X-Spam-Level:
X-Spam-Status: No, score=-2.9 required=8.0 tests=ALL_TRUSTED,BAYES_00
autolearn=ham autolearn_force=no version=3.4.6
Subject: "Improve documentation of '__djgpp_map_physical_memory'." breaks
build
X-SA-Exim-Version: 4.2.1 (built Sat, 13 Feb 2021 17:57:42 +0000)
X-SA-Exim-Scanned: Yes (on datengang.de)
Reply-To: djgpp@delorie.com
Errors-To: nobody@delorie.com
X-Mailing-List: djgpp@delorie.com
X-Unsubscribes-To: listserv@delorie.com
Precedence: bulk
Newsgroups: comp.os.msdos.djgpp
Organization: None provided
DJ-Gateway: from mailing list djgpp@delorie.com
Lines: 69
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-aw8swNEwFXlxat5O5PvI74mWpvfYRooFwjhSgbIIMuQv/LGYOMB/0vlx4Dk93zbCsRJ4/IAG7wnrN9s!kaHzC3c+rTB7z5QAOw/Jd2fdv9zjtBkIWstYV50+mdMoQav7C0qOFAwyEorKlgKr1xVTuZOiH0pU!Cn80TK09rSSjn8+Yc4UoxVE=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 5769
 by: Jörn Heusipp - Thu, 11 Apr 2024 07:38 UTC
Attachments: "fix-tex-syntax-in-documentation-example.patch" (text/plain)

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.

manx

Attachments: "fix-tex-syntax-in-documentation-example.patch" (text/plain)
Re: "Improve documentation of '__djgpp_map_physical_memory'." breaks build

<86il0mso83.fsf@gnu.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=493&group=comp.os.msdos.djgpp#493

  copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.23.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 12 Apr 2024 13:30:27 +0000
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp@delorie.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: djg...@delorie.com (Eli Zaretskii (eliz@gnu.org) [via djgpp@delorie.com])
To: djgpp@delorie.com
In-Reply-To: <2759a528-5cb7-4b9a-9288-db3b1c772636@problemloesungsmaschine.de> (message from Jörn 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@problemloesungsmaschine.de>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Reply-To: djgpp@delorie.com
Errors-To: nobody@delorie.com
X-Mailing-List: djgpp@delorie.com
X-Unsubscribes-To: listserv@delorie.com
Precedence: bulk
Newsgroups: comp.os.msdos.djgpp
Organization: None provided
DJ-Gateway: from mailing list djgpp@delorie.com
Lines: 33
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-R9Kidr4EI1GVmznith2QcxgcTfzg4udIqDvguzAEHO2rY27cOK48wTf2zDYueAhB7J89DWrYBPOz4ja!GbXscjejKnCwm78p/Ze3o9zYi304/uJFIG4yJ6t3VYWk
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Eli Zaretskii (eliz@ - Fri, 12 Apr 2024 13:30 UTC

> Date: Thu, 11 Apr 2024 09:38:59 +0200
> From: Jörn Heusipp <osmanx@problemloesungsmaschine.de>
>
> 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.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor