From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build Date: Fri, 08 Sep 2017 10:32:56 +0200 Message-ID: <87mv65k2tj.fsf@gnu.org> References: <20170814175108.j4gm3x5vjtglr2xx@abyayala> 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]:60901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqEjn-0007LY-6J for bug-guix@gnu.org; Fri, 08 Sep 2017 04:34:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqEji-0002Gv-9P for bug-guix@gnu.org; Fri, 08 Sep 2017 04:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqEji-0002GQ-5C for bug-guix@gnu.org; Fri, 08 Sep 2017 04:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqEjh-0008Qk-Q8 for bug-guix@gnu.org; Fri, 08 Sep 2017 04:34:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170814175108.j4gm3x5vjtglr2xx@abyayala> (ng0@infotropique.org's message of "Mon, 14 Aug 2017 17:51:08 +0000") 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: ng0 Cc: 28087@debbugs.gnu.org Hi ng0, Sorry for the late reply. ng0 skribis: > I offload my builds by default. > The build in question succeeded. Now I wanted to read the log of the succ= essful build to check > the configure options. > I thought I'd just do: > > guix build --log-file --no-grafts --check --no-build-hook --rounds=3D2 --= verbosity=3D5 mate-session-manager Note: don=E2=80=99t use =E2=80=9C--log-file=E2=80=9D along with =E2=80=9C--= check=E2=80=9D; these are two different things. > Verbosity was just added later, and so was --check and --no-grafts and --= rounds. > The only time I did not get was when the build was grafted, which got me = a log > file with the content of the graft locationA -> locationB in it. > > Every other try just gives me: > guix build: error: no build log for '/gnu/store/l5cznxxdnbf803mkjavmg9kaj= icy7751-mate-session-manager-1.18.1.drv' > > Is this a bug or just a mistake of where I put "--log-file"? Can you still reproduce this? If so, can you manually check whether the log file you=E2=80=99re looking f= or is actually in /var/log/guix/drvs on your machine? TIA, Ludo=E2=80=99.