[Bug 239611] databases/pldebugger: Fails to build with PostgreSQL 11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 3 09:41:14 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239611
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 at FreeBSD.org
Reporter: tobik at freebsd.org
Blocks: 239514
Flags: maintainer-feedback?(amdmi3 at FreeBSD.org)
Assignee: amdmi3 at 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_VAR'
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_VAR'
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=239514
[Bug 239514] [exp-run] databases/postgresql: Make PostreSQL 11 new default
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list