[Bug 235533] sysutils/smartmontools update-smart-drivedb does not work with gpg even if installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 5 17:05:20 UTC 2019


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

            Bug ID: 235533
           Summary: sysutils/smartmontools update-smart-drivedb does not
                    work with gpg even if installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: 000.fbsd at quip.cz
                CC: samm at os2.kiev.ua
             Flags: maintainer-feedback?(samm at os2.kiev.ua)
                CC: samm at os2.kiev.ua

update-smart-drivedb does not work with gpg even if gnupg is installed
It shows:
/usr/local/sbin/update-smart-drivedb: gpg: not found ('--no-verify' to ignore)

The problem is this PATH in update-smart-drivedb script

export PATH="/usr/bin:/bin"

Script cannot find gpg executable installed in to /usr/local/bin/gpg

Adding /usr/local/bin to PATH should fix it.

export PATH="/usr/bin:/bin:/usr/local/bin"

If this script depends on gpg, then it should be listed as package dependency.
(maybe optional)

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


More information about the freebsd-ports-bugs mailing list