GNU bug report logs - #79745
Installing "keychain" as a base package will break system

Previous Next

Package: guix;

Reported by: Dakota Logan <dklogan <at> riseup.net>

Date: Sat, 1 Nov 2025 00:49:02 UTC

Severity: normal

To reply to this bug, email your comments to 79745 AT debbugs.gnu.org.

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#79745; Package guix. (Sat, 01 Nov 2025 00:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dakota Logan <dklogan <at> riseup.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 01 Nov 2025 00:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dakota Logan <dklogan <at> riseup.net>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: Installing "keychain" as a base package will break system
Date: Sat, 01 Nov 2025 00:47:48 +0000
If keychain is included as one of the base-packages in a Guix System
operating-system config, it will leave the user unable to use any
commands. ls, which, cat, etc. all get wiped out.

I'm not a Guile expert, but I think the way it's installed to /bin
might have a clue:

    > (arguments
    >  `(#:tests? #f ; No test suite
    >    #:phases (modify-phases %standard-phases
    >               (delete 'configure)
    >               (replace 'install
    >                 (lambda _
    >                   (install-file "keychain"
    >                                 (string-append %output "/bin/"))
    >                   (install-file "keychain.1"
    >                                 (string-append %output
"/share/man/man1"))
    >                   #t)))))




This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.