[Bug 194854] New: [patch] print/cups-base may fail to build package when PAM enabled.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 6 04:15:48 UTC 2014


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

            Bug ID: 194854
           Summary: [patch] print/cups-base may fail to build package when
                    PAM enabled.
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: draenan at gmail.com

Created attachment 149110
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149110&action=edit
Patch to Makefile to ensure ${LOCALBASE}/etc/pam.d is present.

During the configure stage of print/cups-base, if PAM is enabled the
cups.default PAM config file will be put into /etc/pam.d if the system does not
have /usr/local/etc/pam.d present (for example, a poudriere jail.)  This leads
to a failure to build the package as pkg-plist references a non-existent
/usr/local/etc/pam.d/cups.default file.

This bug was encountered with poudriere 3.0.19 in a 9.3-RELEASE jail on a
9.3-RELEASE system (amd64.)

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


More information about the freebsd-ports-bugs mailing list