[Bug 220325] databases/postgresql*-{client,server}: Poudriere build broken with GSSAPI option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 28 07:07:52 UTC 2017


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

            Bug ID: 220325
           Summary: databases/postgresql*-{client,server}: Poudriere build
                    broken with GSSAPI option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: chris at chrullrich.net
                CC: cy at FreeBSD.org, hrs at FreeBSD.org
                CC: cy at FreeBSD.org, hrs at FreeBSD.org

The PostgreSQL ports support building with the usual Kerberos variants: base,
ports Heimdal, ports MIT. The way they do this, however, breaks badly when
building within poudriere.

Poudriere builders have no packages installed initially, and prepare for each
port build by installing the packages declared as dependencies by the port.
Hence, any dependency undeclared by the port, e.g. as LIB_DEPENDS, will not be
satisfied during build.

The PostgreSQL ports are affected by this because they:

- declare a dependency on security/krb5 only if it is already installed
- never declare a dependency on security/heimdal at all

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


More information about the freebsd-ports-bugs mailing list