From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22354: Test failure when running distcheck from out-of-tree build Date: Tue, 12 Jan 2016 17:51:42 +0100 Message-ID: <87ziwan3kx.fsf@gnu.org> References: <87r3hnuple.fsf@T420.taylan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ2At-0005vj-K8 for bug-guix@gnu.org; Tue, 12 Jan 2016 11:52:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ2As-0003oF-JS for bug-guix@gnu.org; Tue, 12 Jan 2016 11:52:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ2As-0003oB-GU for bug-guix@gnu.org; Tue, 12 Jan 2016 11:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aJ2As-0004xz-BU for bug-guix@gnu.org; Tue, 12 Jan 2016 11:52:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87r3hnuple.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Tue, 12 Jan 2016 10:14:21 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: "Taylan Ulrich \"=?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=\"" Cc: 22354-done@debbugs.gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > If one runs distcheck from within the build directory of an out-of-tree > build (perhaps a strange combination), the guix-environment.sh test > fails with the following log snippet. [...] > ./configure: ./config.status: /home/taylan/src/guix/build/guix-0.9.1/_bui= ld/sub/test-tmp/store/d41iyl2gyk0r: bad interpreter: No such file or direct= ory I think you=E2=80=99re hitting the shebang limit (127 chars) that prevents = you from running test from that build tree. ./configure emits a warning in this case, which you should see in =E2=80=98config.log=E2=80=99. So, not a bug, but it would have been nicer if =E2=80=98make check=E2=80=99= had failed directly. Commit bb25130 does that. Though now that I look again at the error above, I see that we=E2=80=99re b= elow the 127 char limit. Weird. Thanks, Ludo=E2=80=99.