From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55023) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7ffS-0005I9-W9 for guix-patches@gnu.org; Fri, 28 Feb 2020 08:27:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7ffS-0006vW-3m for guix-patches@gnu.org; Fri, 28 Feb 2020 08:27:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54820) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7ffR-0006vO-Ub for guix-patches@gnu.org; Fri, 28 Feb 2020 08:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j7ffR-00045W-Rk for guix-patches@gnu.org; Fri, 28 Feb 2020 08:27:01 -0500 Subject: bug#38619: Byte compilation of Emacs autoloads Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Fri, 28 Feb 2020 13:25:50 +0000 In-Reply-To: <878skni46p.fsf@ambrevar.xyz> References: <87lfremcr7.fsf@gmail.com> <87tv3c72v4.fsf@ambrevar.xyz> <87h7zbn1cf.fsf@gmail.com> <878skni46p.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Maxim Cournoyer Message-ID: <30B4A18F-B3E9-4C73-B4D3-C90BB9475601@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 38619-done@debbugs.gnu.org Hi Pierre! On February 28, 2020 7:03:42 AM UTC, Pierre Neidhardt wrote: >Hi Maxim, > >Maxim Cournoyer writes: > >> Eager macro-expansion failure: (file-missing "Searching for program" >"No such file or directory" "git") >> Searching for program: No such file or directory, git > >What's up with that? Is this an problem in one of our packages? It looks like evaluating the emacs-tuareg autoload file causes the message= to be emitted=2E I'd look this way=2E >> ; "emacs-edbi" ;build fails >> ; "emacs-edbi-sqlite" ;(depends on emacs-edbi) If I'm not mistaken, Efraim promptly fixed those already, after I reported= it=2E I'm closing this bug, since the changes have been merged to master=2E Enjoy! Maxim