Date: Sat, 03 Aug 2019 09:41:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239611] databases/pldebugger: Fails to build with PostgreSQL 11 Message-ID: <bug-239611-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239611 Bug ID: 239611 Summary: databases/pldebugger: Fails to build with PostgreSQL 11 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: amdmi3@FreeBSD.org Reporter: tobik@freebsd.org Blocks: 239514 Flags: maintainer-feedback?(amdmi3@FreeBSD.org) Assignee: amdmi3@FreeBSD.org plpgsql_debugger.c:367:10: error: use of undeclared identifier 'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'? case PLPGSQL_DTYPE_EXPR: ^~~~~~~~~~~~~~~~~~ PLPGSQL_DTYPE_VAR /usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_V= AR' declared here PLPGSQL_DTYPE_VAR, ^ plpgsql_debugger.c:367:10: error: duplicate case value 'PLPGSQL_DTYPE_VAR' case PLPGSQL_DTYPE_EXPR: ^ plpgsql_debugger.c:311:10: note: previous case defined here case PLPGSQL_DTYPE_VAR: ^ plpgsql_debugger.c:550:9: error: use of undeclared identifier 'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'? case PLPGSQL_DTYPE_EXPR: ^~~~~~~~~~~~~~~~~~ PLPGSQL_DTYPE_VAR /usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_V= AR' declared here PLPGSQL_DTYPE_VAR, ^ etc. http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_= 20h41m52s/logs/pldebugger-1.0_2,1.log 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-239611-7788>