From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ting-Wei Lan Subject: bug#35774: Test guix-system.sh fails when building from guix-1.0.0.tar.gz because docker-image.tmpl is missing Date: Fri, 17 May 2019 21:40:00 +0800 Message-ID: <438b4c0e-acad-c902-1d7e-86e3061abb40@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------20B1FE98D22043CF0DE1B3BE" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRd6p-0004Ky-FS for bug-guix@gnu.org; Fri, 17 May 2019 09:41:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRd6n-0003RM-4m for bug-guix@gnu.org; Fri, 17 May 2019 09:41:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44253) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hRd6c-0003HH-Ml for bug-guix@gnu.org; Fri, 17 May 2019 09:41:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hRd6c-0004dQ-Jd for bug-guix@gnu.org; Fri, 17 May 2019 09:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:33852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRd5k-0003Tp-MC for bug-guix@gnu.org; Fri, 17 May 2019 09:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRd5i-0001f9-Hg for bug-guix@gnu.org; Fri, 17 May 2019 09:40:08 -0400 Received: from mail-pf1-x432.google.com ([2607:f8b0:4864:20::432]:34759) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hRd5i-0001bZ-3f for bug-guix@gnu.org; Fri, 17 May 2019 09:40:06 -0400 Received: by mail-pf1-x432.google.com with SMTP id n19so3727956pfa.1 for ; Fri, 17 May 2019 06:40:05 -0700 (PDT) Received: from wn.lant.com.tw ([106.104.151.171]) by smtp.gmail.com with ESMTPSA id j19sm10844735pfr.155.2019.05.17.06.40.02 for (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Fri, 17 May 2019 06:40:03 -0700 (PDT) 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: 35774@debbugs.gnu.org This is a multi-part message in MIME format. --------------20B1FE98D22043CF0DE1B3BE Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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. --------------20B1FE98D22043CF0DE1B3BE Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
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.
--------------20B1FE98D22043CF0DE1B3BE--