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

Full log


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---




This bug report was last modified 2 years and 56 days ago.

Previous Next


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