* bug#75564: `guix system reconfigure` fails when adding modem-manager-service-type
@ 2025-01-14 20:31 Simen Endsjø
2025-01-14 20:40 ` bug#75564: False alarm! modem-manager-service-type was already added Simen Endsjø
0 siblings, 1 reply; 2+ messages in thread
From: Simen Endsjø @ 2025-01-14 20:31 UTC (permalink / raw)
To: 75564
[-- Attachment #1: Type: text/plain, Size: 3207 bytes --]
When adding `modem-manager-service-type' to my system configuration, I
get some strange errors.
┌────
│ (service modem-manager-service-type)
└────
┌────
│ The following derivations will be built:
│ /gnu/store/h30fcngf8nman7mdblf9vvv1khg988iq-dbus-system-services.drv
│ /gnu/store/gmx0cdbmpkk8595l50h5hslzny4a82qw-dbus-configuration.drv
│ /gnu/store/i7lsa3mdg09kqcq4wk8wq3infv65h6za-udev-rules.d.drv
│ /gnu/store/bgns25vp9iw8xldyzygs174wwyh4jjmm-udev-hwdb.d.drv
│ /gnu/store/jglw9pf12piwb50pmrlyv529rczm9hsg-hwdb.bin.drv
│ /gnu/store/mkr5yh8nabndhbggijypcbi1gm0ymfv4-udev.drv
│ /gnu/store/sfxsha3xbvfc713i5gn1klz12cf7grha-etc.drv
│ /gnu/store/y8vwpnxbsqracln3r6xnf34lrb5xgwp5-activate-service.scm.drv
│ /gnu/store/2zza681bd6jad37np3apmzrr2ybnbaqc-activate.scm.drv
│ /gnu/store/75gi5447gmnxhgq98r8yxsm7wl76c9hv-provenance.drv
│ /gnu/store/nw2pzdjzbhviv683527yswg7yqswak3j-boot.drv
│ /gnu/store/hpnw4n79a304dqa1zlp4w4kf2y8hzmyc-system.drv
│ /gnu/store/6insvgwzyclkq31s4a9w2wknv3nm37g4-grub.cfg.drv
│
│ building /gnu/store/75gi5447gmnxhgq98r8yxsm7wl76c9hv-provenance.drv...
│ building /gnu/store/h30fcngf8nman7mdblf9vvv1khg988iq-dbus-system-services.drv...
│ \builder for `/gnu/store/h30fcngf8nman7mdblf9vvv1khg988iq-dbus-system-services.drv' failed with exit code 1
│ build of /gnu/store/h30fcngf8nman7mdblf9vvv1khg988iq-dbus-system-services.drv failed
│ View build log at '/var/log/guix/drvs/h3/0fcngf8nman7mdblf9vvv1khg988iq-dbus-system-services.drv.gz'.
│ cannot build derivation `/gnu/store/gmx0cdbmpkk8595l50h5hslzny4a82qw-dbus-configuration.drv': 1 dependencies couldn't be built
│ building /gnu/store/bgns25vp9iw8xldyzygs174wwyh4jjmm-udev-hwdb.d.drv...
│ cannot build derivation `/gnu/store/sfxsha3xbvfc713i5gn1klz12cf7grha-etc.drv': 1 dependencies couldn't be built
│ cannot build derivation `/gnu/store/hpnw4n79a304dqa1zlp4w4kf2y8hzmyc-system.drv': 1 dependencies couldn't be built
│ guix system: error: build of `/gnu/store/hpnw4n79a304dqa1zlp4w4kf2y8hzmyc-system.drv' failed
└────
/var/log/guix/drvs/h3/0fcngf8nman7mdblf9vvv1khg988iq-dbus-system-services.drv.gz:
┌────
│ find-files: /gnu/store/63rgw3wvj35f0rah5dndj8vfyya48mha-network-manager-fortisslvpn-1.4.0/share/dbus-1/: No such file or directory
│ find-files: /gnu/store/szdxbzgdn6amkbvy57ix7brkcapwr5b8-gdm-44.1/share/dbus-1/: No such file or directory
│ Backtrace:
│ 3 (primitive-load "/gnu/store/2ghw9nlr4qalaq9wssaljg3fsga?")
│ In ice-9/eval.scm:
│ 619:8 2 (_ #f)
│ In srfi/srfi-1.scm:
│ 634:9 1 (for-each #<procedure 7fffeef5ac80 at ice-9/eval.scm:3?> ?)
│ In unknown file:
│ 0 (symlink "/gnu/store/5shf0arip96d8mj5in9v7d1b10hzicpj-?" ?)
│
│ ERROR: In procedure symlink:
│ In procedure symlink: File exists
└────
If I remove `network-manager-fortisslvpn' it starts complaining at at
`gdm'. Removing the `modem-manager-service-type', and things works fine
again.
My configuration is located at
<https://git.sr.ht/~simendsjo/dotfiles/tree/main/item/sijo/system/nrklx82126.scm>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 515 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#75564: False alarm! modem-manager-service-type was already added
2025-01-14 20:31 bug#75564: `guix system reconfigure` fails when adding modem-manager-service-type Simen Endsjø
@ 2025-01-14 20:40 ` Simen Endsjø
0 siblings, 0 replies; 2+ messages in thread
From: Simen Endsjø @ 2025-01-14 20:40 UTC (permalink / raw)
To: 75564
[-- Attachment #1: Type: text/plain, Size: 79 bytes --]
Don't mind me. %desktop-services already included modem-manager-service-type.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 515 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-14 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 20:31 bug#75564: `guix system reconfigure` fails when adding modem-manager-service-type Simen Endsjø
2025-01-14 20:40 ` bug#75564: False alarm! modem-manager-service-type was already added Simen Endsjø
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).