guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to get the path of the logfile after an unsuccesful build?


From: Mark H Weaver
Subject: Re: how to get the path of the logfile after an unsuccesful build?
Date: Fri, 09 Mar 2018 16:49:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

ng0 <address@hidden> writes:

> did we ever talk about that there's too little information on how to get
> the current log file of a failed build? I need this right now (the full log)
> and I can't remember how, and making use of the log folder in var/log/guix/ 
> won't
> help either.

Why won't /var/log/guix help?  To see the most recent build logs for a
given package, say 'icecat', I do this:

  ls -ltr /var/log/guix/drvs/*/*-icecat* | tail

This might not work for offloaded builds, though.

      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]