GNU bug report logs - #61938
No console messages with offload inferior

Previous Next

Package: guix;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 3 Mar 2023 15:48:02 UTC

Severity: normal

To reply to this bug, email your comments to 61938 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#61938; Package guix. (Fri, 03 Mar 2023 15:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 03 Mar 2023 15:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: bug-guix <at> gnu.org
Subject: No console messages with offload inferior
Date: Fri, 3 Mar 2023 10:47:34 -0500
I see no console messages when running an offload build from a
manifest containing an inferior. It's only when the inferior is
included that the logging disappears. A sample manifest exhibiting the
issue:

$ guix build --system=aarch64-linux --manifest=test.scm

--8<---------------cut here---------------start------------->8---
(use-modules
 (guix channels)
 (guix inferior))

(define channels
  (list (channel
         (name 'guix)
         (url "https://git.savannah.gnu.org/git/guix.git")
         (commit
          "312f1f41d3f3f3e5d2c36ff46920c6dce1c21a17"))))

(define (pinned-version name)
  (car (lookup-inferior-packages (inferior-for-channels channels) name)))

(packages->manifest
 `(,(pinned-version "ungoogled-chromium")))
--8<---------------cut here---------------end--------------->8---




Information forwarded to bug-guix <at> gnu.org:
bug#61938; Package guix. (Tue, 18 Apr 2023 17:18:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: bug-guix <at> gnu.org
Subject: Re: No console messages with offload inferior
Date: Tue, 18 Apr 2023 13:17:34 -0400
On Fri, Mar 3, 2023 at 10:47 AM Greg Hogan <code <at> greghogan.com> wrote:
>
> I see no console messages when running an offload build from a
> manifest containing an inferior. It's only when the inferior is
> included that the logging disappears. A sample manifest exhibiting the
> issue:

I am also seeing this issue when building a local profile. There is no
obvious pattern to what triggers the lack of messages, but it is
consistent. For example, I recently changed my manifest to pin the
version of "libreoffice" and no longer see display logging after the
package listing ("The following packages will be installed: ...") even
though I can see packages being built (ls /tmp).




This bug report was last modified 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.