From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:2950:b0:74d:f172:1a45 with SMTP id n16-20020a05620a295000b0074df1721a45mr1140076qkp.7.1683380090949; Sat, 06 May 2023 06:34:50 -0700 (PDT) X-Received: by 2002:a25:608b:0:b0:ba1:b539:a392 with SMTP id u133-20020a25608b000000b00ba1b539a392mr2943731ybb.5.1683380090764; Sat, 06 May 2023 06:34:50 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 6 May 2023 06:34:50 -0700 (PDT) In-Reply-To: <76a43549-0bda-4b4c-a2eb-aa8278dfeaa0n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=199.102.130.59; posting-account=TXawsQoAAAB-ubldsHxSVtTxvqzM_vdF NNTP-Posting-Host: 199.102.130.59 References: <10cca4b9-e80e-4eff-8c1f-279aad6424e3n@googlegroups.com> <76a43549-0bda-4b4c-a2eb-aa8278dfeaa0n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4959faa2-9e2e-4229-9888-6eebee25433fn@googlegroups.com> Subject: Re: ANN: SparForte 2.6 From: Ken Burtch Injection-Date: Sat, 06 May 2023 13:34:50 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2880 Xref: news.eternal-september.org comp.lang.ada:65183 List-Id: On Saturday, May 6, 2023 at 9:19:10=E2=80=AFAM UTC-4, Ken Burtch wrote: > On Saturday, May 6, 2023 at 9:08:47=E2=80=AFAM UTC-4, 196...@googlemail.c= om wrote:=20 > > Can't be built without sound...=20 > >=20 > > gcc -c -O1 -march=3Dathlon64 -gnat12 -gnatfaoN -gnatVaep -gnateEeEeF -f= stack-protector -I./adacgi-1.6/ -I./apq-2.1/ -I./pegasock/ -I./areadline/ -= lpcre parser_sound.adb=20 > > parser_sound.adb:93:06: statement expected=20 > > gnatmake: "parser_sound.adb" compilation error=20 > >=20 > >=20 > > If you try and build it without readline...=20 > >=20 > > gcc -c -O1 -march=3Dathlon64 -gnat12 -gnatfaoN -gnatVaep -gnateEeEeF -f= stack-protector -I./adacgi-1.6/ -I./pegasock/ pegasoft-user_io-getline.adb= =20 > > pegasoft-user_io-getline.adb:286:26: "optional_bold" is undefined=20 > > gnatmake: "pegasoft-user_io-getline.adb" compilation error > Thank you for sharing this issue.=20 >=20 > My automated release tests build SparForte without sound and without read= line each night and they have been successful.=20 >=20 > I will attempt to diagnose what the problem is. Do you have any further i= nformation about your build environment that might be related to this issue= ?=20 >=20 > Ken B. I have pushed fixes for these two issues to the GitHub master branch. I will do a full set of build tests manually to ensure nothing else is miss= ing. I will also investigate what the errors were not caught by the automated te= sts. Thank you for reporting this issue. Ken B.