From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: bug#29091: VPATH builds are broken Date: Mon, 6 Nov 2017 15:10:28 +0000 Message-ID: References: , <87vaiosuzt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBj3L-00080o-1N for bug-guix@gnu.org; Mon, 06 Nov 2017 10:11:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBj3G-0000ez-05 for bug-guix@gnu.org; Mon, 06 Nov 2017 10:11:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBj3F-0000ev-TT for bug-guix@gnu.org; Mon, 06 Nov 2017 10:11:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eBj3F-0000vx-NK for bug-guix@gnu.org; Mon, 06 Nov 2017 10:11:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vaiosuzt.fsf@gnu.org> Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: "29091@debbugs.gnu.org" <29091@debbugs.gnu.org> LGTM. Thanks for the quick fix! Eric Bavier, Scientific Libraries, Cray Inc. ________________________________________ From: Ludovic Court=E8s Sent: Sunday, November 5, 2017 07:41 To: Eric Bavier Cc: 29091@debbugs.gnu.org Subject: Re: bug#29091: VPATH builds are broken Hi Eric, Eric Bavier skribis: > Starting at commit 2890ad332fcdfd4bc92b127d783975437c8b718b, vpath builds= no longer work. I.e. one must configure and build in $(top_srcdir). I be= lieve this also means that `make distcheck` will fail. I get the following= backtrace from compile-all.scm: Good catch! AFAICS this is fixed by the attached patch. I=92ll commit it soon if that=92s fine with you. Thanks for your report! Ludo=92.