From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Q6U6LVpqjV+rAQAA0tVLHw (envelope-from ) for ; Mon, 19 Oct 2020 10:28:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ECeHKFpqjV+3FwAAbx9fmQ (envelope-from ) for ; Mon, 19 Oct 2020 10:28:42 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CC4A39402DD for ; Mon, 19 Oct 2020 10:28:41 +0000 (UTC) Received: from localhost ([::1]:60716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUSP8-0003aV-QE for larch@yhetil.org; Mon, 19 Oct 2020 06:28:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59184) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUSNt-0002qW-OP for help-guix@gnu.org; Mon, 19 Oct 2020 06:27:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59810) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUSNs-00079y-5S; Mon, 19 Oct 2020 06:27:20 -0400 Received: from pop.92-184-105-55.mobile.abo.orange.fr ([92.184.105.55]:57540 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kUSNj-00087t-Di; Mon, 19 Oct 2020 06:27:16 -0400 From: Mathieu Othacehe To: divoplade Subject: Re: Configuration for Cuirass References: <78f08542a333b6fc25b14a99f8f254ad090482a5.camel@divoplade.fr> <87eelzq3ue.fsf@gnu.org> <32e79f73e3884ed6ee5bea1a2835fe6d5063c034.camel@divoplade.fr> <87r1pzoek2.fsf@gnu.org> <87362b1qr7.fsf@gnu.org> <778a55a3e69ca5b95710a1fda3db72cb8bd39b1a.camel@divoplade.fr> <87pn5fzem2.fsf@gnu.org> <2413a21d8c3a47dd3d889fbd2852864a0b02c1b8.camel@divoplade.fr> <87zh4jsad6.fsf@gnu.org> <1f4fe8af4c408906cfc0aca8de49c8e357e14026.camel@divoplade.fr> Date: Mon, 19 Oct 2020 12:27:08 +0200 In-Reply-To: <1f4fe8af4c408906cfc0aca8de49c8e357e14026.camel@divoplade.fr> (divoplade's message of "Sun, 18 Oct 2020 19:50:49 +0200") Message-ID: <87wnzmmryb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: wXythPWOcNW9 Hello, > I was missing that, thank you. Unfortunately, it did not change the > error. That's unfortunate. I tried the following specification: --8<---------------cut here---------------start------------->8--- (list '((#:name . "my-packages" (#:load-path-inputs . ("guix")) (#:package-path-inputs . ("divoplade-site")) (#:proc-input . "guix") (#:proc-file . "build-aux/cuirass/gnu-system.scm") (#:proc . cuirass-jobs) (#:proc-args (subset "pomdappi" "update-gandi" "index-page" "orange-livebox-ipv4")) (#:inputs . (((#:name . "divoplade-site") (#:url . "file:///home/mathieu/tmp/divoplade-site/") (#:load-path . ".") (#:branch . "master") (#:no-compile? . #t)) ((#:name . "guix") (#:url . "git://git.savannah.gnu.org/guix.git") (#:load-path . ".") (#:branch . "master") (#:no-compile? . #t)))) (#:build-outputs . ()))) --8<---------------cut here---------------end--------------->8--- by running Cuirass with the following command: --8<---------------cut here---------------start------------->8--- ./pre-inst-env cuirass -S ~/tmp/test.scm -D test.db --8<---------------cut here---------------end--------------->8--- directly from a Cuirass checkout. It works fine here, not sure what's wrong with the service. Mathieu