[Bug 264306] databases/pgadmin3: compiler error: kwlist.h:28:50: error: too many arguments

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 28 May 2022 07:11:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264306

            Bug ID: 264306
           Summary: databases/pgadmin3: compiler error: kwlist.h:28:50:
                    error: too many arguments
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ohartmann@walstatt.org

This is happening on poudriere running on host 14-CURRENT, jail is 13-STABLE:

In file included from db/keywords.c:33:
/usr/local/include/postgresql/server/parser/kwlist.h:28:50: error: too many
arguments provided to function-like macro invocation
PG_KEYWORD("abort", ABORT_P, UNRESERVED_KEYWORD, BARE_LABEL)
                                                 ^
db/keywords.c:31:9: note: macro 'PG_KEYWORD' defined here
#define PG_KEYWORD(a,b,c) {a,c},

Same happens on 13-STABLE and 14-URRENT when compiling the port via /usr/ports
and make.

PostgreSQL 13 and 14 are in use.

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