[Bug 224672] sysutils/password-store extensions not getting loaded at runtime

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 29 13:27:27 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224672

            Bug ID: 224672
           Summary: sysutils/password-store extensions not getting loaded
                    at runtime
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rene at FreeBSD.org
          Reporter: vendion at gmail.com
          Assignee: rene at FreeBSD.org
             Flags: maintainer-feedback?(rene at FreeBSD.org)

The password-store 1.7.1_1 installed through pkg does not not seem to search
for extensions under /usr/local/lib/password-store/extensions instead it seems
it may still be looking for them under the default
/usr/lib/password-store/extensions directory (I only skimmed through the
Makefile so I may have missed where it corrects this, and didn't see a patch
for it).

Steps to reproduce:
1. Install one or more extension(s) for password-store with /usr/local PREFIX
(list of extensions can be found here https://www.passwordstore.org/)
2. Try to use the installed extension: pass otp Shopping/www.amazon.com/(email
redacted)

Expected results:
In my above example of using the pass-otp extension I would expect a valid one
time password for my Amazon login to be returned.

Actual results:
Pass returns the following error: "Error: otp is not in the password store."
which seems to imply that it tried to find a otp.gpg file within the password
store directory.

In my case I have two extensions installed
[vendion at Heimdall][~]% ls /usr/local/lib/password-store/extensions
otp.bash*       update.bash*

I have not tested the pass-update extension as I have no need to update a
password currently but I expect the same results.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list