From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: bug#38715: Issue with guile-email: unbound variable Date: Mon, 23 Dec 2019 14:48:52 +0100 Message-ID: <87a77jp2yj.fsf@jlicht.xyz> References: <87eewvpw2h.fsf@jlicht.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58176) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijO52-0006E1-6E for bug-guix@gnu.org; Mon, 23 Dec 2019 08:49:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijO51-0000kk-7a for bug-guix@gnu.org; Mon, 23 Dec 2019 08:49:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijO50-0000kA-3v for bug-guix@gnu.org; Mon, 23 Dec 2019 08:49:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijO50-0006RH-04 for bug-guix@gnu.org; Mon, 23 Dec 2019 08:49:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Arun Isaac , 38715@debbugs.gnu.org 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--- - Jelle