Summary: | sysutils/password-store extensions not getting loaded at runtime | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Adam Jimerson <vendion> |
Component: | Individual Port(s) | Assignee: | Rene Ladan <rene> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(rene) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Adam Jimerson
2017-12-29 13:27:27 UTC
A commit references this bug: Author: rene Date: Sat Jan 6 17:41:32 UTC 2018 New revision: 458281 URL: https://svnweb.freebsd.org/changeset/ports/458281 Log: Make system extensions work with password-store. System extensions are installed in PREFIX/lib/password-store/extensions/ Bump PORTREVISION PR: 224672 Submitted by: Adam Jimerson (vendion@gmail.com) MFH: 2018Q1 Changes: head/sysutils/password-store/Makefile Fixed in 1.7.1_2, thanks for the report. It seems as though this issue has been regressed with version 1.7.3_1 as it's not able to find installed extensions like pass-otp again. (In reply to Adam Jimerson from comment #3) Okay sorry for the spam, I just saw this change in the ports tree https://svnweb.freebsd.org/ports/head/sysutils/password-store/files/pass.in?revision=491655&view=markup that changes the directory that pass will check for extensions from %%PREFIX%%/lib to %%PREFIX%%/libexec but there was no note able it in the UPDATING file. Should there have been an entry there to notify users of this change, rather than silently breaking it and leaving it to users to figure out after the fact? A commit references this bug: Author: rene Date: Wed Apr 10 13:13:21 UTC 2019 New revision: 498562 URL: https://svnweb.freebsd.org/changeset/ports/498562 Log: Belatedly add an entry to UPDATING for sysutils/password-store PR: 224672 Reported by: Adam Jimerson vendion@gmail.com Changes: head/UPDATING I added an entry to UPDATING, thanks for the suggestion. |