* bug#49304: `make check-system` fails to run on master
@ 2021-06-30 23:09 Domagoj Stolfa
[not found] ` <handler.49304.B.16250945768763.ack@debbugs.gnu.org>
0 siblings, 1 reply; 3+ messages in thread
From: Domagoj Stolfa @ 2021-06-30 23:09 UTC (permalink / raw)
To: 49304
[-- Attachment #1: Type: text/plain, Size: 417 bytes --]
Hi:
Running `make check-system` on master results in
ice-9/eval.scm:142:16: In procedure compile-top-call:
error: channel-source->package: unbound variable
hint: Did you forget `(use-modules (gnu ci))'?
make: *** [Makefile:6888: check-system] Error 1
After a quick bisect, the offending commit seems to be https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fda0959a1426198f5588be691d1414807cb547cd
--
Domagoj
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#49304: Acknowledgement (`make check-system` fails to run on master)
[not found] ` <handler.49304.B.16250945768763.ack@debbugs.gnu.org>
@ 2021-07-01 0:18 ` Domagoj Stolfa
2021-07-01 6:53 ` Mathieu Othacehe
0 siblings, 1 reply; 3+ messages in thread
From: Domagoj Stolfa @ 2021-07-01 0:18 UTC (permalink / raw)
To: 49304
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
After some more discussion with Tobias on IRC, it seems that this was caused
by a `git pull` followed by a `make` and lacked a `make clean-go`. After running
`make clean-go` and rebuilding, the problem went away.
--
Domagoj
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#49304: Acknowledgement (`make check-system` fails to run on master)
2021-07-01 0:18 ` bug#49304: Acknowledgement (`make check-system` fails to run on master) Domagoj Stolfa
@ 2021-07-01 6:53 ` Mathieu Othacehe
0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2021-07-01 6:53 UTC (permalink / raw)
To: Domagoj Stolfa; +Cc: 49304-done
Hello,
> After some more discussion with Tobias on IRC, it seems that this was caused
> by a `git pull` followed by a `make` and lacked a `make clean-go`. After running
> `make clean-go` and rebuilding, the problem went away.
I can confirm this was caused by an API mismatch in
gnu/system/install.scm after the kmscon-configuration record edit in the
commit you spotted.
Closing as removing the associated .go file fixes it.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-01 6:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30 23:09 bug#49304: `make check-system` fails to run on master Domagoj Stolfa
[not found] ` <handler.49304.B.16250945768763.ack@debbugs.gnu.org>
2021-07-01 0:18 ` bug#49304: Acknowledgement (`make check-system` fails to run on master) Domagoj Stolfa
2021-07-01 6:53 ` Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.