From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35774: Test guix-system.sh fails when building from guix-1.0.0.tar.gz because docker-image.tmpl is missing Date: Sat, 18 May 2019 12:27:33 +0200 Message-ID: <8736lcxdka.fsf@gnu.org> References: <438b4c0e-acad-c902-1d7e-86e3061abb40@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRwZS-0000jm-NU for bug-guix@gnu.org; Sat, 18 May 2019 06:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRwZR-0001Mv-VP for bug-guix@gnu.org; Sat, 18 May 2019 06:28:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46325) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hRwZR-0001Mm-S7 for bug-guix@gnu.org; Sat, 18 May 2019 06:28:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hRwZR-00063F-OP for bug-guix@gnu.org; Sat, 18 May 2019 06:28:05 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <438b4c0e-acad-c902-1d7e-86e3061abb40@gmail.com> (Ting-Wei Lan's message of "Fri, 17 May 2019 21:40:00 +0800") 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: Ting-Wei Lan Cc: 35774-done@debbugs.gnu.org Hello, Ting-Wei Lan skribis: > The last line of tests/guix-system.sh is: > guix system -n docker-image gnu/system/examples/docker-image.tmpl > It doesn't work when building from guix-1.0.0.tar.gz because the file > gnu/system/examples/docker-image.tmpl doesn't exist in the source > tarball. If I manually download the file from the git repository and put > it into the extracted source tree, the test passes. Good catch, fixed in 1b0d2b2afc2ec38c025263005199dbcd347087c8. Ludo=E2=80=99.