Bug 287364 - sysutils/kf6-kwallet: no longer being unlocked via plasma6-kwallet-pam
Summary: sysutils/kf6-kwallet: no longer being unlocked via plasma6-kwallet-pam
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-07 19:05 UTC by Thomas Broda
Modified: 2025-06-08 20:48 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Broda 2025-06-07 19:05:55 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-06-08 18:08:14 UTC
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(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-06-08 18:14:17 UTC
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(+)
Comment 3 Zsolt Udvari freebsd_committer freebsd_triage 2025-06-08 20:03:35 UTC
Max, can we close this PR?
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2025-06-08 20:48:38 UTC
Fixed, thanks for report!