Laptop running 14.2-RELEASE-p3 with current KDE6 desktop. System and ports are up-to-date. I'm using plasma6-kwallet-pam in order to unlock the kwallet on login. PAM configuration is as follows: /usr/local/etc/pam.d/sddm:auth optional pam_kwallet5.so /usr/local/etc/pam.d/sddm:password optional pam_kwallet5.so /usr/local/etc/pam.d/sddm:session optional pam_kwallet5.so Setup used to work fine, kwallet was unlocked on login and so were my SSH keys und kontact credentials. After applying the latest ports updates, kwallet is no longer being unlocked. Syslog says: # zgrep kwall /var/log/messages* Jun 4 12:50:29 lap2 pkg[8113]: kf6-kwallet-6.14.1 installed Jun 4 12:55:12 lap2 kernel: pid 9530 (kwalletd6), jid 0, uid 1973: exited on signal 6 (no core dump - other error) (last line repeated with every KDE login) Versions installed are: kf5-kwallet-5.116.0_3 kf6-kwallet-6.14.1 kwalletmanager-25.04.1 plasma6-kwallet-pam-6.3.5
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=041358f9ec725772827b3b2b0650ef9aca49700e commit 041358f9ec725772827b3b2b0650ef9aca49700e Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-06-08 18:01:27 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-06-08 18:07:16 +0000 security/plasma6-kwallet-pam: force rebuilding after KDE Frameworks update Some binaries have been renamed in kf6-kwallet-6.14, therefore the kwallet-pam module needs to be rebuilt. PR: 287364 Reported by: Thomas Broda security/plasma6-kwallet-pam/Makefile | 1 + 1 file changed, 1 insertion(+)
A commit in branch 2025Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=86db79c5148d47a4f105463a34f2aa7483fe8c8b commit 86db79c5148d47a4f105463a34f2aa7483fe8c8b Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-06-08 18:01:27 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-06-08 18:13:13 +0000 security/plasma6-kwallet-pam: force rebuilding after KDE Frameworks update Some binaries have been renamed in kf6-kwallet-6.14, therefore the kwallet-pam module needs to be rebuilt. PR: 287364 Reported by: Thomas Broda (cherry picked from commit 041358f9ec725772827b3b2b0650ef9aca49700e) security/plasma6-kwallet-pam/Makefile | 1 + 1 file changed, 1 insertion(+)
Max, can we close this PR?
Fixed, thanks for report!