From: Leo Famulari <leo@famulari.name>
To: Aiko Kyle <aikokyle@gmail.com>
Cc: 52943@debbugs.gnu.org
Subject: bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64
Date: Sat, 1 Jan 2022 23:51:34 -0500 [thread overview]
Message-ID: <YdEvVvT7k01JrYA2@jasmine.lan> (raw)
In-Reply-To: <CAPWcbYEu4hcP6KQq8pumbk5+9uALiKdibR_kJ8KER-kCf9mDug@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 437 bytes --]
On Sat, Jan 01, 2022 at 09:11:49PM -0700, Aiko Kyle wrote:
> Attached is the output of guix system shepherd-graph
> gnu/system/examples/desktop.tmpl on commit 2a49ddb513
Thanks, and I've attached a graph of the same operating system
declaration from the same revision of Guix but for x86_64, along with
rendered images of both graphs.
The graphs clearly show that xorg-server is provided in two places on
aarch64. The question is why?
[-- Attachment #2: graph-x86_64 --]
[-- Type: text/plain, Size: 13617 bytes --]
digraph "Guix shepherd-service" {
"user-file-systems" [label = "user-file-systems", shape = box, fontname = sans];
"file-systems" -> "user-file-systems" [color = darkviolet];
"file-systems" [label = "file-systems", shape = box, fontname = sans];
"user-processes" -> "file-systems" [color = dimgrey];
"user-homes" -> "file-systems" [color = darkgoldenrod];
"urandom-seed" -> "file-systems" [color = magenta];
"user-processes" [label = "user-processes", shape = box, fontname = sans];
"nscd" -> "user-processes" [color = darkseagreen];
"guix-daemon" -> "user-processes" [color = dimgrey];
"syslogd" -> "user-processes" [color = darkseagreen];
"term-tty6" -> "user-processes" [color = peachpuff4];
"term-tty5" -> "user-processes" [color = red];
"term-tty4" -> "user-processes" [color = darkseagreen];
"term-tty3" -> "user-processes" [color = darkgoldenrod];
"term-tty2" -> "user-processes" [color = dimgrey];
"term-tty1" -> "user-processes" [color = magenta];
"term-auto" -> "user-processes" [color = red];
"ntpd" -> "user-processes" [color = red];
"dbus-system" -> "user-processes" [color = peachpuff4];
"avahi-daemon" -> "user-processes" [color = cyan3];
"wpa-supplicant" -> "user-processes" [color = dimgrey];
"networking" -> "user-processes" [color = darkviolet];
"xorg-server" -> "user-processes" [color = red];
"mcron" -> "user-processes" [color = darkgoldenrod];
"nscd" [label = "nscd", shape = box, fontname = sans];
"guix-daemon" [label = "guix-daemon", shape = box, fontname = sans];
"syslogd" [label = "syslogd", shape = box, fontname = sans];
"dbus-system" -> "syslogd" [color = peachpuff4];
"wpa-supplicant" -> "syslogd" [color = dimgrey];
"dbus-system" [label = "dbus-system", shape = box, fontname = sans];
"elogind" -> "dbus-system" [color = darkviolet];
"upower-daemon" -> "dbus-system" [color = dimgrey];
"avahi-daemon" -> "dbus-system" [color = cyan3];
"wpa-supplicant" -> "dbus-system" [color = dimgrey];
"networking" -> "dbus-system" [color = darkviolet];
"xorg-server" -> "dbus-system" [color = red];
"elogind" [label = "elogind", shape = box, fontname = sans];
"upower-daemon" [label = "upower-daemon", shape = box, fontname = sans];
"avahi-daemon" [label = "avahi-daemon", shape = box, fontname = sans];
"wpa-supplicant" [label = "wpa-supplicant", shape = box, fontname = sans];
"networking" -> "wpa-supplicant" [color = darkviolet];
"networking" [label = "networking", shape = box, fontname = sans];
"ntpd" -> "networking" [color = red];
"avahi-daemon" -> "networking" [color = cyan3];
"ntpd" [label = "ntpd", shape = box, fontname = sans];
"xorg-server" [label = "xorg-server", shape = box, fontname = sans];
"term-tty6" [label = "term-tty6", shape = box, fontname = sans];
"console-font-tty6" -> "term-tty6" [color = darkviolet];
"console-font-tty6" [label = "console-font-tty6", shape = box, fontname = sans];
"term-tty5" [label = "term-tty5", shape = box, fontname = sans];
"console-font-tty5" -> "term-tty5" [color = peachpuff4];
"console-font-tty5" [label = "console-font-tty5", shape = box, fontname = sans];
"term-tty4" [label = "term-tty4", shape = box, fontname = sans];
"console-font-tty4" -> "term-tty4" [color = red];
"console-font-tty4" [label = "console-font-tty4", shape = box, fontname = sans];
"term-tty3" [label = "term-tty3", shape = box, fontname = sans];
"console-font-tty3" -> "term-tty3" [color = cyan3];
"console-font-tty3" [label = "console-font-tty3", shape = box, fontname = sans];
"term-tty2" [label = "term-tty2", shape = box, fontname = sans];
"console-font-tty2" -> "term-tty2" [color = blue];
"console-font-tty2" [label = "console-font-tty2", shape = box, fontname = sans];
"term-tty1" [label = "term-tty1", shape = box, fontname = sans];
"console-font-tty1" -> "term-tty1" [color = darkseagreen];
"console-font-tty1" [label = "console-font-tty1", shape = box, fontname = sans];
"term-auto" [label = "term-auto", shape = box, fontname = sans];
"mcron" [label = "mcron", shape = box, fontname = sans];
"user-homes" [label = "user-homes", shape = box, fontname = sans];
"user-processes" -> "user-homes" [color = dimgrey];
"urandom-seed" [label = "urandom-seed", shape = box, fontname = sans];
"user-processes" -> "urandom-seed" [color = dimgrey];
"root-file-system" [label = "root-file-system", shape = box, fontname = sans];
"file-systems" -> "root-file-system" [color = darkviolet];
"file-system-/boot/efi" -> "root-file-system" [color = cyan3];
"file-system-/dev/pts" -> "root-file-system" [color = red];
"file-system-/sys/kernel/debug" -> "root-file-system" [color = cyan3];
"file-system-/dev/shm" -> "root-file-system" [color = peachpuff4];
"file-system-/sys/firmware/efi/efivars" -> "root-file-system" [color = red];
"file-system-/gnu/store" -> "root-file-system" [color = magenta];
"file-system-/run/systemd" -> "root-file-system" [color = darkseagreen];
"file-system-/run/user" -> "root-file-system" [color = magenta];
"file-system-/sys/fs/cgroup/elogind" -> "root-file-system" [color = dimgrey];
"file-system-/sys/fs/cgroup" -> "root-file-system" [color = dimgrey];
"file-system-/sys/fs/cgroup/cpuset" -> "root-file-system" [color = blue];
"file-system-/sys/fs/cgroup/cpu" -> "root-file-system" [color = cyan3];
"file-system-/sys/fs/cgroup/cpuacct" -> "root-file-system" [color = magenta];
"file-system-/sys/fs/cgroup/memory" -> "root-file-system" [color = darkgoldenrod];
"file-system-/sys/fs/cgroup/devices" -> "root-file-system" [color = magenta];
"file-system-/sys/fs/cgroup/freezer" -> "root-file-system" [color = red];
"file-system-/sys/fs/cgroup/blkio" -> "root-file-system" [color = peachpuff4];
"file-system-/sys/fs/cgroup/perf_event" -> "root-file-system" [color = red];
"file-system-/sys/fs/cgroup/pids" -> "root-file-system" [color = darkviolet];
"file-system-/var/cache/fontconfig" -> "root-file-system" [color = magenta];
"udev" -> "root-file-system" [color = cyan3];
"virtual-terminal" -> "root-file-system" [color = peachpuff4];
"file-system-/boot/efi" [label = "file-system-/boot/efi", shape = box, fontname = sans];
"file-systems" -> "file-system-/boot/efi" [color = darkviolet];
"file-system-/dev/pts" [label = "file-system-/dev/pts", shape = box, fontname = sans];
"file-systems" -> "file-system-/dev/pts" [color = darkviolet];
"file-system-/sys/kernel/debug" [label = "file-system-/sys/kernel/debug", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/kernel/debug" [color = darkviolet];
"file-system-/dev/shm" [label = "file-system-/dev/shm", shape = box, fontname = sans];
"file-systems" -> "file-system-/dev/shm" [color = darkviolet];
"file-system-/sys/firmware/efi/efivars" [label = "file-system-/sys/firmware/efi/efivars", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/firmware/efi/efivars" [color = darkviolet];
"file-system-/gnu/store" [label = "file-system-/gnu/store", shape = box, fontname = sans];
"file-systems" -> "file-system-/gnu/store" [color = darkviolet];
"file-system-/run/systemd" [label = "file-system-/run/systemd", shape = box, fontname = sans];
"file-systems" -> "file-system-/run/systemd" [color = darkviolet];
"file-system-/run/user" [label = "file-system-/run/user", shape = box, fontname = sans];
"file-systems" -> "file-system-/run/user" [color = darkviolet];
"file-system-/sys/fs/cgroup/elogind" [label = "file-system-/sys/fs/cgroup/elogind", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/elogind" [color = darkviolet];
"file-system-/sys/fs/cgroup" [label = "file-system-/sys/fs/cgroup", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup" [color = darkviolet];
"file-system-/sys/fs/cgroup/elogind" -> "file-system-/sys/fs/cgroup" [color = dimgrey];
"file-system-/sys/fs/cgroup/cpuset" -> "file-system-/sys/fs/cgroup" [color = blue];
"file-system-/sys/fs/cgroup/cpu" -> "file-system-/sys/fs/cgroup" [color = cyan3];
"file-system-/sys/fs/cgroup/cpuacct" -> "file-system-/sys/fs/cgroup" [color = magenta];
"file-system-/sys/fs/cgroup/memory" -> "file-system-/sys/fs/cgroup" [color = darkgoldenrod];
"file-system-/sys/fs/cgroup/devices" -> "file-system-/sys/fs/cgroup" [color = magenta];
"file-system-/sys/fs/cgroup/freezer" -> "file-system-/sys/fs/cgroup" [color = red];
"file-system-/sys/fs/cgroup/blkio" -> "file-system-/sys/fs/cgroup" [color = peachpuff4];
"file-system-/sys/fs/cgroup/perf_event" -> "file-system-/sys/fs/cgroup" [color = red];
"file-system-/sys/fs/cgroup/pids" -> "file-system-/sys/fs/cgroup" [color = darkviolet];
"file-system-/sys/fs/cgroup/cpuset" [label = "file-system-/sys/fs/cgroup/cpuset", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/cpuset" [color = darkviolet];
"file-system-/sys/fs/cgroup/cpu" [label = "file-system-/sys/fs/cgroup/cpu", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/cpu" [color = darkviolet];
"file-system-/sys/fs/cgroup/cpuacct" [label = "file-system-/sys/fs/cgroup/cpuacct", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/cpuacct" [color = darkviolet];
"file-system-/sys/fs/cgroup/memory" [label = "file-system-/sys/fs/cgroup/memory", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/memory" [color = darkviolet];
"file-system-/sys/fs/cgroup/devices" [label = "file-system-/sys/fs/cgroup/devices", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/devices" [color = darkviolet];
"file-system-/sys/fs/cgroup/freezer" [label = "file-system-/sys/fs/cgroup/freezer", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/freezer" [color = darkviolet];
"file-system-/sys/fs/cgroup/blkio" [label = "file-system-/sys/fs/cgroup/blkio", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/blkio" [color = darkviolet];
"file-system-/sys/fs/cgroup/perf_event" [label = "file-system-/sys/fs/cgroup/perf_event", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/perf_event" [color = darkviolet];
"file-system-/sys/fs/cgroup/pids" [label = "file-system-/sys/fs/cgroup/pids", shape = box, fontname = sans];
"file-systems" -> "file-system-/sys/fs/cgroup/pids" [color = darkviolet];
"file-system-/var/cache/fontconfig" [label = "file-system-/var/cache/fontconfig", shape = box, fontname = sans];
"file-systems" -> "file-system-/var/cache/fontconfig" [color = darkviolet];
"udev" [label = "udev", shape = box, fontname = sans];
"swap-/swapfile" -> "udev" [color = darkseagreen];
"file-system-/boot/efi" -> "udev" [color = cyan3];
"file-system-/dev/pts" -> "udev" [color = red];
"file-system-/sys/kernel/debug" -> "udev" [color = cyan3];
"file-system-/dev/shm" -> "udev" [color = peachpuff4];
"file-system-/sys/firmware/efi/efivars" -> "udev" [color = red];
"file-system-/gnu/store" -> "udev" [color = magenta];
"file-system-/run/systemd" -> "udev" [color = darkseagreen];
"file-system-/run/user" -> "udev" [color = magenta];
"file-system-/sys/fs/cgroup/elogind" -> "udev" [color = dimgrey];
"file-system-/sys/fs/cgroup" -> "udev" [color = dimgrey];
"file-system-/sys/fs/cgroup/cpuset" -> "udev" [color = blue];
"file-system-/sys/fs/cgroup/cpu" -> "udev" [color = cyan3];
"file-system-/sys/fs/cgroup/cpuacct" -> "udev" [color = magenta];
"file-system-/sys/fs/cgroup/memory" -> "udev" [color = darkgoldenrod];
"file-system-/sys/fs/cgroup/devices" -> "udev" [color = magenta];
"file-system-/sys/fs/cgroup/freezer" -> "udev" [color = red];
"file-system-/sys/fs/cgroup/blkio" -> "udev" [color = peachpuff4];
"file-system-/sys/fs/cgroup/perf_event" -> "udev" [color = red];
"file-system-/sys/fs/cgroup/pids" -> "udev" [color = darkviolet];
"file-system-/var/cache/fontconfig" -> "udev" [color = magenta];
"urandom-seed" -> "udev" [color = magenta];
"term-tty6" -> "udev" [color = peachpuff4];
"term-tty5" -> "udev" [color = red];
"term-tty4" -> "udev" [color = darkseagreen];
"term-tty3" -> "udev" [color = darkgoldenrod];
"term-tty2" -> "udev" [color = dimgrey];
"term-tty1" -> "udev" [color = magenta];
"term-auto" -> "udev" [color = red];
"upower-daemon" -> "udev" [color = dimgrey];
"xorg-server" -> "udev" [color = red];
"swap-/swapfile" [label = "swap-/swapfile", shape = box, fontname = sans];
"virtual-terminal" [label = "virtual-terminal", shape = box, fontname = sans];
"term-tty6" -> "virtual-terminal" [color = peachpuff4];
"term-tty5" -> "virtual-terminal" [color = red];
"term-tty4" -> "virtual-terminal" [color = darkseagreen];
"term-tty3" -> "virtual-terminal" [color = darkgoldenrod];
"term-tty2" -> "virtual-terminal" [color = dimgrey];
"term-tty1" -> "virtual-terminal" [color = magenta];
"host-name" [label = "host-name", shape = box, fontname = sans];
"term-tty6" -> "host-name" [color = peachpuff4];
"term-tty5" -> "host-name" [color = red];
"term-tty4" -> "host-name" [color = darkseagreen];
"term-tty3" -> "host-name" [color = darkgoldenrod];
"term-tty2" -> "host-name" [color = dimgrey];
"term-tty1" -> "host-name" [color = magenta];
"term-auto" -> "host-name" [color = red];
"xorg-server" -> "host-name" [color = red];
"sysctl" [label = "sysctl", shape = box, fontname = sans];
"loopback" [label = "loopback", shape = box, fontname = sans];
"wpa-supplicant" -> "loopback" [color = dimgrey];
"networking" -> "loopback" [color = darkviolet];
}
[-- Attachment #3: graph-x86_64.png --]
[-- Type: image/png, Size: 674730 bytes --]
[-- Attachment #4: graph-aarch64.png --]
[-- Type: image/png, Size: 668336 bytes --]
next prev parent reply other threads:[~2022-01-02 4:54 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-01 23:54 bug#52943: Cannot build guix as part of guix system reconfigure after commit 224d437fb4 on aarch64 Aiko Kyle
2022-01-02 2:13 ` Leo Famulari
2022-01-02 4:11 ` Aiko Kyle
2022-01-02 4:51 ` Leo Famulari [this message]
2022-01-02 6:36 ` Aiko Kyle
2022-01-03 21:38 ` Akira Kyle
2022-01-04 1:13 ` Akira Kyle
2022-01-04 1:16 ` Akira Kyle
2022-01-09 4:39 ` Chris Marusich
2022-01-15 13:27 ` Pierre Langlois
2022-01-16 1:00 ` Chris Marusich
2022-01-17 4:46 ` Chris Marusich
2022-01-17 18:51 ` Pierre Langlois
2022-01-18 5:33 ` Vagrant Cascadian
2022-01-19 19:28 ` Vagrant Cascadian
2022-01-29 18:33 ` Leo Famulari
2022-01-29 20:54 ` Pierre Langlois
2022-01-29 21:06 ` Leo Famulari
2022-01-29 21:35 ` Pierre Langlois
2022-10-07 8:48 ` Christopher Baines
2022-10-20 14:57 ` Mathieu Othacehe
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=YdEvVvT7k01JrYA2@jasmine.lan \
--to=leo@famulari.name \
--cc=52943@debbugs.gnu.org \
--cc=aikokyle@gmail.com \
/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).