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: Mon, 08 Jan 2018 15:36:29 +0100 Message-ID: <87wp0se7te.fsf@gnu.org> References: <20170814175108.j4gm3x5vjtglr2xx@abyayala> <87mv65k2tj.fsf@gnu.org> 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]:39073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYYXw-00014i-Uu for bug-guix@gnu.org; Mon, 08 Jan 2018 09:37:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYYXu-0004aB-8g for bug-guix@gnu.org; Mon, 08 Jan 2018 09:37:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59950) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYYXu-0004a5-5y for bug-guix@gnu.org; Mon, 08 Jan 2018 09:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eYYXu-0001Ib-0L for bug-guix@gnu.org; Mon, 08 Jan 2018 09:37:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mv65k2tj.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 08 Sep 2017 10:32:56 +0200") 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 ng0, Does =E2=80=9Cguix build --log-file=E2=80=9D work for you now? I=E2=80=99d suggest closing this bug unless you have more info to provide. Thanks, Ludo=E2=80=99. ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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 suc= cessful 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/l5cznxxdnbf803mkjavmg9ka= jicy7751-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= for is > actually in /var/log/guix/drvs on your machine? > > TIA, > Ludo=E2=80=99.