From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: bug#29091: VPATH builds are broken Date: Tue, 31 Oct 2017 19:15:19 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9c19-000236-S4 for bug-guix@gnu.org; Tue, 31 Oct 2017 15:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9c14-0007iY-SE for bug-guix@gnu.org; Tue, 31 Oct 2017 15:16:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35887) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9c14-0007iU-Nj for bug-guix@gnu.org; Tue, 31 Oct 2017 15:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9c14-0004EH-Er for bug-guix@gnu.org; Tue, 31 Oct 2017 15:16:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9c0Y-00022W-G7 for bug-guix@gnu.org; Tue, 31 Oct 2017 15:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9c0T-0007Vb-9T for bug-guix@gnu.org; Tue, 31 Oct 2017 15:15:30 -0400 Received: from esa1.cray.iphmx.com ([68.232.142.33]:14417) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9c0S-0007V2-7N for bug-guix@gnu.org; Tue, 31 Oct 2017 15:15:25 -0400 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: 29091@debbugs.gnu.org Starting at commit 2890ad332fcdfd4bc92b127d783975437c8b718b, vpath builds n= o longer work. I.e. one must configure and build in $(top_srcdir). I beli= eve this also means that `make distcheck` will fail. I get the following b= acktrace from compile-all.scm: ``` Backtrace: In ice-9/boot-9.scm: 160: 15 [catch #t # ...] In unknown file: ?: 14 [apply-smob/1 #] In ice-9/boot-9.scm: 66: 13 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 12 [eval # #] In ice-9/boot-9.scm: 2412: 11 [save-module-excursion #] 4091: 10 [#] 1734: 9 [%start-stack load-stack ...] 1739: 8 [#] In unknown file: ?: 7 [primitive-load "/home/users/bavier/src/guix-work/_build/../build-a= ux/compile-all.scm"] In ice-9/r4rs.scm: 90: 6 [dynamic-wind # ...] 90: 5 [dynamic-wind # ...] In ice-9/eval.scm: 432: 4 [eval # #] 432: 3 [eval # #] 481: 2 [lp (#) (#)] In ice-9/boot-9.scm: 2903: 1 [resolve-interface (.. guix base16) #:select ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (.. guix bas= e16)) #f] ERROR: In procedure scm-error: ERROR: no code for module (.. guix base16) Makefile:5269: recipe for target 'make-go' failed make[2]: *** [make-go] Error 1 make[2]: Leaving directory '/home/users/bavier/src/guix-work/_build' Makefile:4400: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/users/bavier/src/guix-work/_build' Makefile:2990: recipe for target 'all' failed make: *** [all] Error 2 ``` Eric Bavier, Scientific Libraries, Cray Inc.