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.user Subject: Re: guile 2.0 and slib build procedure: cache bug? Date: Fri, 11 Mar 2022 15:05:47 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8780"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) Cc: guile-user@gnu.org To: Mikael Djurfeldt Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Mar 11 21:06:06 2022 Return-path: Envelope-to: guile-user@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 1nSlWX-00026M-1d for guile-user@m.gmane-mx.org; Fri, 11 Mar 2022 21:06:05 +0100 Original-Received: from localhost ([::1]:33982 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSlWV-00019A-Mv for guile-user@m.gmane-mx.org; Fri, 11 Mar 2022 15:06:03 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSlWL-000192-FU for guile-user@gnu.org; Fri, 11 Mar 2022 15:05:53 -0500 Original-Received: from [2605:2700:0:2:a800:ff:fe4b:be00] (port=64170 helo=s1.lexort.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSlWJ-0007Y9-5s for guile-user@gnu.org; Fri, 11 Mar 2022 15:05:52 -0500 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id E80DC4107C4; Fri, 11 Mar 2022 15:05:48 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1647029148; bh=ouiwKp0N7WDUNVNg6M9NmGyRoNMdswbMk2A0QZULKx0=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=ZmCbZVnj7nNSbacCxEO8zLdu2I0obw4Dati/o5xsxnV50AbZJqt/QGGBfj7rpXy5v whQqRj90BZowMIBeumRcQxlQzLN+EUU8lVkFCf9TCl7RF9ub4Ii8pizA1HKpZbLDhn kN/wNWhMpjaggQNeicqHp/gUPvdDfdw2OwvJg9Y4= OpenPGP: id=098ED60E In-Reply-To: (Mikael Djurfeldt's message of "Fri, 11 Mar 2022 19:50:34 +0100") X-Host-Lookup-Failed: Reverse DNS lookup failed for 2605:2700:0:2:a800:ff:fe4b:be00 (failed) Received-SPF: pass client-ip=2605:2700:0:2:a800:ff:fe4b:be00; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 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, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18195 Archived-At: --=-=-= Content-Type: text/plain Mikael Djurfeldt writes: > Hi Greg! > > The procedure module-export-all! was introduced in 2.0.1. > > It appears that the guile.init (which is distributed with slib, not guile) > which you are using requires guile 2.0.1. Thanks for replying. Sorry, I wasn't precise and meant the 2.0 branch, and in fact I am using 2.0.14. It has module-export-all!, and when thre is no compiled file everything works as it should. BUt with the compiled file, something goes wrong. I guess this is just "2.0.14's complier has a bug, or slib's code invokes unefined bahavior", and since it doesn't happen with the latest 2.2.x there's nothing much that can be (or should be) done. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQS7wyAjWilQwVHG9Vsf2nroCY7WDgUCYiurmwAKCRAf2nroCY7W DjUAAJ0eQ8tj6SKe1/GvI8ylFNppg01TVQCbBFny4CRVu8P3YIsB7v7gblB6bk8= =KBhc -----END PGP SIGNATURE----- --=-=-=--