From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: bug#38715: Issue with guile-email: unbound variable Date: Thu, 26 Dec 2019 10:41:05 +0000 Message-ID: <874kxns726.fsf@cbaines.net> References: <87eewvpw2h.fsf@jlicht.xyz> <87a77jp2yj.fsf@jlicht.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39198) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikQai-0005EO-R6 for bug-guix@gnu.org; Thu, 26 Dec 2019 05:42:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikQag-0001rV-M4 for bug-guix@gnu.org; Thu, 26 Dec 2019 05:42:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikQag-0001rQ-JO for bug-guix@gnu.org; Thu, 26 Dec 2019 05:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ikQag-0002Lp-HS for bug-guix@gnu.org; Thu, 26 Dec 2019 05:42:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87a77jp2yj.fsf@jlicht.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38715@debbugs.gnu.org Cc: jlicht@fsfe.org --=-=-= Content-Type: text/plain Jelle Licht writes: > Arun Isaac writes: > >>> My best guess is that this has something to do with a circular >>> reference between guile modules, but I am not certain on how to easily >>> debug (and fix) this. >> >> I updated the guile-email package two days ago. I hope that is not what >> introduced this problem, and I don't see how it could have. Even `guix >> build guile-email` on the terminal fails with a guile-email unbound >> variable error. > > I do not think it was that commit, as I found the offending commit: > c7b2b539802eaa3f969e212c98eb671a1a75e9f3 > > This is the commit that adds mumimu to gnu/packages/mail.scm, as well as > to the inputs of mumi. Reverting this commit (at least) solves the issue > I had in the first mail. > > Could it be that the reference to guile-email in the version field of > mumimu created this issue? > --8<---------------cut here---------------start------------->8--- > (version (git-version (package-version guile-email) revision commit)) > --8<---------------cut here---------------end--------------->8--- I also spotted this. It looks to me sort of like a copy/paste error, I'm not sure why this variant of mu would take the version of the guile-email package. Anyway, to work around this issue I've pushed [1], which just replaces the reference with the current value. 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=03460d2bd327815535801e3780c224f91af9b445 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl4EjkFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XdqcBAAlrN3xus+bCt0lfDpcY6lw4cSy9TZqotj4aB5t685Sij5K3bF/m56lG8n yghesCOhKr1X50V8DLNZZXZFQfZ4JMC4KyhpwBt8iWq5ai6+0Pi4TAAq7l1KN/RZ cHX5Oq8jSA4SJh9WSJUpUf7/ApXq6gGXj5xZCcMGPJjfzRfQi2zFtIVxy/ZhL+pK JWWU63wbs/LoU2/JCOB4UyziuarMoqoQLTLuZ0mzjCmx7OpiGJyqMi8YRPTWShcq wIEAaQRrYvlAQYoSm8FY01cO3McH78K2D12nZ4nt2lV3Po1gdNJVcrPNOrzsz8bY +/58dK2zeU8RrEzMb9K1PMoWJR/ERpsT2mIPUyIKEhjurf+UXHadGF08ZZ3FsJBI ziyF93BdhdGs/CQAHwhYPESXmTaaF47CiaFzJit39e4YFXI69Z0kVtimZUZf9GwF 3T0g1fbu4pzxB0TMLDPeD4QLKz9nsBrn+947nFskRQjLo3beBjP19oMAtxBEqeXg uKwokBGBtkT2za1qj7M3qLp5R8izwh+mOg8026QJHcBo/ShhYACOp7GF1JUOGPj+ 9Jz3lsdkBPLnl83dplt3215zbFFTIKP1yEQyFLSAfMMdIQjdWcaAlxnVEM43grq0 42HKhsd7QZB+BSL5/PnvX1TElvpTxtm9Kgepj3tsoR/UfNRT0Sk= =VzUQ -----END PGP SIGNATURE----- --=-=-=--