Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Aug 2019 04:20:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239637] databases/postgresql-plproxy: Fails to build with PostgreSQL 11
Message-ID:  <bug-239637-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239637
           Summary: databases/postgresql-plproxy: Fails to build with
                    PostgreSQL 11
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: tobik@freebsd.org
            Blocks: 239514
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

This is with DEFAULT_VERSIONS+=3Dpgsql=3D11 in make.conf and blocks making =
it
the default.

src/cluster.c:591:29: error: use of undeclared identifier
'ACL_KIND_FOREIGN_SERVER'; did you mean 'OBJECT_FOREIGN_SERVER'?
                aclcheck_error(aclresult, ACL_KIND_FOREIGN_SERVER,
cluster->name);
                                          ^~~~~~~~~~~~~~~~~~~~~~~
                                          OBJECT_FOREIGN_SERVER
/usr/local/include/postgresql/server/nodes/parsenodes.h:1655:2: note:
'OBJECT_FOREIGN_SERVER' declared here
        OBJECT_FOREIGN_SERVER,
        ^
src/cluster.c:660:29: error: use of undeclared identifier
'ACL_KIND_FOREIGN_SERVER'; did you mean 'OBJECT_FOREIGN_SERVER'?
                aclcheck_error(aclresult, ACL_KIND_FOREIGN_SERVER,
foreign_server->servername);
                                          ^~~~~~~~~~~~~~~~~~~~~~~
                                          OBJECT_FOREIGN_SERVER
/usr/local/include/postgresql/server/nodes/parsenodes.h:1655:2: note:
'OBJECT_FOREIGN_SERVER' declared here
        OBJECT_FOREIGN_SERVER,
        ^
2 errors generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_=
20h41m52s/logs/postgresql-plproxy-2.8_2.log

If there is no way to fix this properly, a possible fallback solution
would be to restrict the port to older PostgreSQL version via something
like USES=3Dpgsql:9.5-


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239514
[Bug 239514] [exp-run] databases/postgresql: Make PostreSQL 11 new default
--=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-239637-7788>