GNU bug report logs -
#61938
No console messages with offload inferior
Previous Next
To reply to this bug, email your comments to 61938 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
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):
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):
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).
Reply sent
to
Greg Hogan <code <at> greghogan.com>:
You have taken responsibility.
(Wed, 31 Dec 2025 19:51:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer.
(Wed, 31 Dec 2025 19:51:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 61938-done <at> debbugs.gnu.org (full text, mbox):
On Tue, Apr 18, 2023 at 1:18 PM Greg Hogan <code <at> greghogan.com> wrote:
>
> 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).
Closing as I think this may have been caused by the installed guix
being different from the checked out guix.
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.