GNU bug report logs -
#73214
swaylock-1.8.0 build failure
Previous Next
Reported by: "bdju" <bdju <at> tilde.team>
Date: Thu, 12 Sep 2024 22:24:01 UTC
Severity: normal
Done: "bdju" <bdju <at> tilde.team>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73214 in the body.
You can then email your comments to 73214 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#73214
; Package
guix
.
(Thu, 12 Sep 2024 22:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"bdju" <bdju <at> tilde.team>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Thu, 12 Sep 2024 22:24:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
```
building /gnu/store/m11vmh43m3w52d6ad83r09r1sm73rzzh-swaylock-no-pam-1.8.0.drv...
\ 'configure' phasebuilder for `/gnu/store/m11vmh43m3w52d6ad83r09r1sm73rzzh-swaylock-no-pam-1.8.0.drv' failed with exit code 1
build of /gnu/store/m11vmh43m3w52d6ad83r09r1sm73rzzh-swaylock-no-pam-1.8.0.drv failed
View build log at '/var/log/guix/drvs/m1/1vmh43m3w52d6ad83r09r1sm73rzzh-swaylock-no-pam-1.8.0.drv.gz'.
cannot build derivation `/gnu/store/rs9h2wzzzxh4jqyhmmpsskll8r00kbx2-activate-service.scm.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/qwlrx2pkxrddrdkkysqb8rxsrdgjjiay-profile.drv': 1 dependencies couldn't be built
building /gnu/store/ivxklizb537nvy7al7bqfl9843bf2v2z-tear-down-network.drv...
cannot build derivation `/gnu/store/qqkymssk574v7n83nzkx0xcyzhj99i3j-system.drv': 1 dependencies couldn't be built
guix system: error: build of `/gnu/store/qqkymssk574v7n83nzkx0xcyzhj99i3j-system.drv' failed
```
Of note from build log:
```
../source/meson.build:39:11: ERROR: C shared or static library 'crypt' not found
```
build log attached
guix (GNU Guix) b46256b162e15420bb034a9e6d65ec46f1c03343
I am using Guix System
In case relevant, here is my system config where I have the
swaylock-no-pam thing defined from working around an issue some months
ago:
https://0x0.st/Xxvq.txt
[guix-build-failure_swaylock-1.8.0.txt (text/plain, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#73214
; Package
guix
.
(Sun, 15 Sep 2024 11:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73214 <at> debbugs.gnu.org (full text, mbox):
Hello,
better solution is to use pam, and we resolved how
in the #guix IRC channel. But for completion, to fix
swaylock/no-pam, libxcrypt has to be added, see:
---
(use-modules
(guix packages)
(gnu packages crypto)
(gnu packages wm))
(define-public swaylock/no-pam
(package
(inherit swaylock)
(name "swaylock-no-pam")
(inputs
(modify-inputs (package-inputs swaylock)
(delete "linux-pam")
(append libxcrypt)))))
swaylock/no-pam
Reply sent
to
"bdju" <bdju <at> tilde.team>
:
You have taken responsibility.
(Sun, 15 Sep 2024 11:58:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"bdju" <bdju <at> tilde.team>
:
bug acknowledged by developer.
(Sun, 15 Sep 2024 11:58:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 73214-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the help. Closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Oct 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.