unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build
@ 2017-08-14 17:51 ng0
  2017-09-08  8:32 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: ng0 @ 2017-08-14 17:51 UTC (permalink / raw)
  To: 28087

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

I offload my builds by default.
The build in question succeeded. Now I wanted to read the log of the successful build to check
the configure options.
I thought I'd just do:

guix build --log-file --no-grafts --check --no-build-hook --rounds=2 --verbosity=5 mate-session-manager

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/l5cznxxdnbf803mkjavmg9kajicy7751-mate-session-manager-1.18.1.drv'

Is this a bug or just a mistake of where I put "--log-file"?
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build
  2017-08-14 17:51 bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build ng0
@ 2017-09-08  8:32 ` Ludovic Courtès
  2018-01-08 14:36   ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-09-08  8:32 UTC (permalink / raw)
  To: ng0; +Cc: 28087

Hi ng0,

Sorry for the late reply.

ng0 <ng0@infotropique.org> skribis:

> I offload my builds by default.
> The build in question succeeded. Now I wanted to read the log of the successful build to check
> the configure options.
> I thought I'd just do:
>
> guix build --log-file --no-grafts --check --no-build-hook --rounds=2 --verbosity=5 mate-session-manager

Note: don’t use “--log-file” along with “--check”; 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/l5cznxxdnbf803mkjavmg9kajicy7751-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’re looking for is
actually in /var/log/guix/drvs on your machine?

TIA,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build
  2017-09-08  8:32 ` Ludovic Courtès
@ 2018-01-08 14:36   ` Ludovic Courtès
  2020-09-14 16:14     ` zimoun
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2018-01-08 14:36 UTC (permalink / raw)
  To: ng0; +Cc: 28087

ng0,

Does “guix build --log-file” work for you now?

I’d suggest closing this bug unless you have more info to provide.

Thanks,
Ludo’.

ludo@gnu.org (Ludovic Courtès) skribis:

> Hi ng0,
>
> Sorry for the late reply.
>
> ng0 <ng0@infotropique.org> skribis:
>
>> I offload my builds by default.
>> The build in question succeeded. Now I wanted to read the log of the successful build to check
>> the configure options.
>> I thought I'd just do:
>>
>> guix build --log-file --no-grafts --check --no-build-hook --rounds=2 --verbosity=5 mate-session-manager
>
> Note: don’t use “--log-file” along with “--check”; 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/l5cznxxdnbf803mkjavmg9kajicy7751-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’re looking for is
> actually in /var/log/guix/drvs on your machine?
>
> TIA,
> Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build
  2018-01-08 14:36   ` Ludovic Courtès
@ 2020-09-14 16:14     ` zimoun
  0 siblings, 0 replies; 4+ messages in thread
From: zimoun @ 2020-09-14 16:14 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28087-done, ng0

Dear,

On Mon, 08 Jan 2018 at 15:36, ludo@gnu.org (Ludovic Courtès) wrote:

> I’d suggest closing this bug unless you have more info to provide.

Since, it was 2 years ago, I am closing this bug.  Feel free to re-open
if there is more info to provide.

All the best,
simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-14 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-14 17:51 bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build ng0
2017-09-08  8:32 ` Ludovic Courtès
2018-01-08 14:36   ` Ludovic Courtès
2020-09-14 16:14     ` zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).