Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2017 07:07:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220325] databases/postgresql*-{client,server}: Poudriere build broken with GSSAPI option
Message-ID:  <bug-220325-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220325

            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@FreeBSD.org
          Reporter: chris@chrullrich.net
                CC: cy@FreeBSD.org, hrs@FreeBSD.org
                CC: cy@FreeBSD.org, hrs@FreeBSD.org

The PostgreSQL ports support building with the usual Kerberos variants: bas=
e,
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 ea=
ch
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220325-13>