Date: Sat, 28 May 2022 07:11:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264306] databases/pgadmin3: compiler error: kwlist.h:28:50: error: too many arguments Message-ID: <bug-264306-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264306 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-STABL= E: 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/po= rts and make. PostgreSQL 13 and 14 are in use. --=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-264306-7788>