From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 3.0.9rc1 available for testing! Date: Tue, 24 Jan 2023 20:44:03 -0500 Message-ID: References: <87v8l15hb2.fsf@inria.fr> <562CD6BE-42D3-4D4C-AB4C-2B4A5341F525@sarc.name> <87h6wh34t0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1266"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (berkeley-unix) Cc: "guile-devel@gnu.org" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Jan 25 02:44:45 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pKUqB-00008x-Kx for guile-devel@m.gmane-mx.org; Wed, 25 Jan 2023 02:44:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pKUpc-00027I-Mg; Tue, 24 Jan 2023 20:44:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pKUpb-00027A-Ib for guile-devel@gnu.org; Tue, 24 Jan 2023 20:44:07 -0500 Original-Received: from s1.lexort.com ([71.19.148.97]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pKUpZ-00013C-SE; Tue, 24 Jan 2023 20:44:07 -0500 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id 14FAD4106C5; Tue, 24 Jan 2023 20:44:03 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1674611043; bh=JfrltbcGLtG3JuKKGjiagvicBkC6pdezkN5IZQPiYas=; h=From:To:Cc:Subject:References:Date; b=BcYAJx3eM67iX5xawgQFCluHGTmDvzIyVsDLMtItU3hLwq88jS0uBYjXLrDLCAMSW wjFRqnWRTyasLkMBz24nqPepNIhgVy15BL74ICSPKBd3GMiBrDuxXvYk0wre/edYXh khW+9XRpGgNBrnHMPclnn02DxWZGzjGKNfu9JN0U= OpenPGP: id=098ED60E Received-SPF: pass client-ip=71.19.148.97; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21628 Archived-At: Ludovic Court=C3=A8s writes: > So something like the patch below? > > Thanks, > Ludo=E2=80=99. > > diff --git a/libguile/posix.c b/libguile/posix.c > index 74c743119..0b1fe2637 100644 > --- a/libguile/posix.c > +++ b/libguile/posix.c > @@ -105,8 +105,8 @@ > # else > # define W_EXITCODE(ret, sig) ((ret) << 8 | (sig)) > # endif > -#endif > verify (WEXITSTATUS (W_EXITCODE (127, 0)) =3D=3D 127); > +#endif >=20=20 >=20=20 > #include I see you pushed that to master and I have done a full build from master with the pkgsrc JIT workarounds. It mostly worked and I got this, which may be because I purged not-needed packages (but the guile build didn't complain at configure or check time, like it did for missing gperf which I put back). Or maybe I just haven't gotten this far with 3.0.9-ish. CC test_foreign_object_c-test-foreign-object-c.o CCLD test-foreign-object-c ld: ../../libguile/.libs/libguile-3.0.so: warning: warning: tmpnam() poss= ibly used unsafely, use mkstemp() or mkdtemp() ld: /tmp//ccOnwVqC.ltrans0.ltrans.o: in function `finalizer': /home/n0/gdt/SOFTWARE/GUILE/guile/BUILD/test-suite/standalone/../../../te= st-suite/standalone/test-foreign-object-c.c:42: undefined reference to `rpl= _free' LTO seems enabled, but I see ranlib complaints in the build log. I know LTO is not new in this micro. Maybe I'm trailing edge but it seems slightly like living dangerously if not known to be ok -- but --disable-lto is easy enough so no worries. I kicked off a new build with --disable-lto, and that succeeded. Tests are not entirely ok, but that's not a regression. I used the distfile as a faux release to build guile pkgsrc from, and that built fine and runs. There are some issues for me to work through eventually, but for 3.0.9 I have arrived at being ok with you releasing the current state of git master (3 commits past rc1) as not having anything I can claim is a regression and not anything I can't work around as before. Greg