From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Robin Templeton Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 3 and wip-elisp/Emacs Date: Thu, 21 Oct 2021 13:49:22 -0400 Message-ID: <8735oumfod.fsf@terpri.org> References: <871r5ti5k4.fsf@dustycloud.org> <47-61683800-21-6332ae00@62794253> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9829"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) To: guile-devel@gnu.org Cancel-Lock: sha1:zpxH1L6MMnEdw+ATax+Fb3szf7c= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Oct 21 19:50:21 2021 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 1mdcCr-0002O4-3p for guile-devel@m.gmane-mx.org; Thu, 21 Oct 2021 19:50:21 +0200 Original-Received: from localhost ([::1]:41780 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdcCp-00011M-SF for guile-devel@m.gmane-mx.org; Thu, 21 Oct 2021 13:50:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdcCM-000106-7f for guile-devel@gnu.org; Thu, 21 Oct 2021 13:49:50 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:45236) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdcC6-00019g-ST for guile-devel@gnu.org; Thu, 21 Oct 2021 13:49:49 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mdcC4-0001Is-0Q for guile-devel@gnu.org; Thu, 21 Oct 2021 19:49:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=guile-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.lisp.guile.devel:20927 Archived-At: "Gregg Sangster" writes: > Hello, > > I have wip-elisp rebased all the way up to main as of a few days ago > (e60469c8b6936575c079faaffa40a340e1d49f3c) plus two changes from > Ricardo. It's available here: > > https://git.sr.ht/~g20r/guile > > There is one test failure in "make check" on test-out-of-memory. I > haven't investigated it yet but I get the same failure on main. If > that's not an expected failure, it might be a problem with my > environment. > > There is also an emacs repo here: > > https://git.sr.ht/~g20r/emacs > > which uses the 3.0-based wip-elisp. It builds and runs but segfaults > easily. I've started rebasing it on a more current emacs. Those > changes aren't published yet. It's not a good sign that it segfaults easily; Someone(TM) should figure out the source of the crashes even if rebasing happens to fix them, which I wouldn't necessarily count on. I'll try to do some debugging in the next few days. > I haven't been able to get the guile-emacs package in guix working. The > build gets stuck at collecting/processing OKURI-NASI entries after a few > hours. For comparison, the 3.0-based guile-emacs builds in about 20 > minutes on my machine. If anyone has that running, it would be nice to > have a comparison of the build/run speed. I can confirm that, it seems to get stuck at: Reading file "/tmp/guix-build-[...]/[...]/leim/SKK-DIC/SKK-JISYO.L" ... [...] Collecting OKURI-NASI entries ... [...] collected 70% ... even after running for quite a while: guix build -c32 guile-emacs 5.29s user 0.47s system 0% cpu 28:02:53.21 total I'm not sure what's going on here, as I've definitely installed the guile-emacs package before (though not recently) and it doesn't use the standard emacs and guile packages, for obvious reasons. I can probably use guix time-machine to figure out what's happening. That build phase was always excruciatingly slow, but not *that* slow. -- „Die Philosophen haben die Welt nur verschieden *interpretiert*, es kömmt drauf an, sie zu *verändern*.“ -- Karl Marx