From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Gregg Sangster" Newsgroups: gmane.lisp.guile.devel Subject: =?utf-8?q?Re=3A?= Guile 3 and wip-elisp/Emacs Date: Fri, 22 Oct 2021 20:38:51 +0200 Message-ID: <47-61730500-7-7bf5db80@259557268> References: <8735ot58za.fsf@dustycloud.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="39006"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 5.2.0 Cc: "Andy Wingo" , =?utf-8?q?Ludovic_Court=C3=A8s?= , guile-devel@gnu.org To: "Christine Lemmer-Webber" Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Oct 22 20:39:24 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 1mdzRs-0009wX-0R for guile-devel@m.gmane-mx.org; Fri, 22 Oct 2021 20:39:24 +0200 Original-Received: from localhost ([::1]:50114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdzRq-0001Is-F2 for guile-devel@m.gmane-mx.org; Fri, 22 Oct 2021 14:39:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40768) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdzRc-0001GI-8F for guile-devel@gnu.org; Fri, 22 Oct 2021 14:39:08 -0400 Original-Received: from sngstr.ca ([159.69.206.127]:47346 helo=mail.sngstr.ca) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdzRa-0001zg-EN; Fri, 22 Oct 2021 14:39:07 -0400 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPA id 8CFDC400A6; Fri, 22 Oct 2021 20:38:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thesangsters.ca; s=dkim; t=1634927933; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to; bh=2Wsr/2QF4QH1EBokIf8VX33jssvhTL1ErNjjDMEhDug=; b=tKVPCdNO8r8RroR3pn87N9gtGWcsj8fVQdpy0N+S1SZ6M2qRVZchhidNOEHgYLeXNzeUEk 7Mzrt79nufFWN/WqcCJS0va+SjkUgqf1hi/i3T9q0UJm2+CBkrl6vhURyBPjaRycoM59aP Hk++v7MkHAHnR7JYsoJqeKX6bfXCy+M= In-Reply-To: <8735ot58za.fsf@dustycloud.org> X-Last-TLS-Session-Version: None Received-SPF: pass client-ip=159.69.206.127; envelope-from=gregg@thesangsters.ca; helo=mail.sngstr.ca X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.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:20932 Archived-At: Hi Christine, On Friday, October 22, 2021 12:17 EDT, Christine Lemmer-Webber wrote: > Christine Lemmer-Webber writes: > > I missed earlier in the thread that Gregg said that we should use > > --disable-jit. Once I did that it was fine. So ignore this bit! > > > > - Christine > > It wasn't this either! It turns out it's that ,L elisp and geiser do= n't > seem to get along (yet). The same thing happens with me in Guile's > stable release. > > Also notably, --disable-jit doesn't seem to have been the culprit for= me > then; I got it to compile fine without it, I think? --disable-jit isn't needed. My initial rebasing was done in the guile-= for-guile-emacs guix environment and around the guile 2 to 3 transition= it became necessary. After switching to the guile-next environment, t= he jit version compiles fine. -- Gregg