unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#61938: No console messages with offload inferior
@ 2023-03-03 15:47 Greg Hogan
  2023-04-18 17:17 ` Greg Hogan
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-03-03 15:47 UTC (permalink / raw)
  To: 61938

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




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

* bug#61938: No console messages with offload inferior
  2023-03-03 15:47 bug#61938: No console messages with offload inferior Greg Hogan
@ 2023-04-18 17:17 ` Greg Hogan
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Hogan @ 2023-04-18 17:17 UTC (permalink / raw)
  To: 61938

On Fri, Mar 3, 2023 at 10:47 AM Greg Hogan <code@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).




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

end of thread, other threads:[~2023-04-18 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 15:47 bug#61938: No console messages with offload inferior Greg Hogan
2023-04-18 17:17 ` Greg Hogan

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