GNU bug report logs - #73214
swaylock-1.8.0 build failure

Previous Next

Package: guix;

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.

View this report as an mbox folder, status mbox, maintainer mbox


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):

From: "bdju" <bdju <at> tilde.team>
To: <bug-guix <at> gnu.org>
Subject: swaylock-1.8.0 build failure
Date: Thu, 12 Sep 2024 17:23:07 -0500
[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):

From: Rutherther <rutherther <at> protonmail.com>
To: 73214 <at> debbugs.gnu.org
Cc: bdju <bdju <at> tilde.team>
Subject: Re: swaylock-1.8.0 build failure
Date: Sun, 15 Sep 2024 11:53:47 +0000
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):

From: "bdju" <bdju <at> tilde.team>
To: "Rutherther" <rutherther <at> protonmail.com>, <73214-done <at> debbugs.gnu.org>
Subject: Re: swaylock-1.8.0 build failure
Date: Sun, 15 Sep 2024 06:57:03 -0500
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.