unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 61938@debbugs.gnu.org
Subject: bug#61938: No console messages with offload inferior
Date: Fri, 3 Mar 2023 10:47:34 -0500	[thread overview]
Message-ID: <CA+3U0Zmi9ST4udYEM5pCUb-CGYGj4vq=ymeJbpQSW=9oEgt+xQ@mail.gmail.com> (raw)

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




             reply	other threads:[~2023-03-03 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 15:47 Greg Hogan [this message]
2023-04-18 17:17 ` bug#61938: No console messages with offload inferior Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+3U0Zmi9ST4udYEM5pCUb-CGYGj4vq=ymeJbpQSW=9oEgt+xQ@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=61938@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).