ports/179955: databases/tablelog: does not build with pgsql 92
John Marino
draco at marino.st
Tue Jun 25 11:00:02 UTC 2013
>Number: 179955
>Category: ports
>Synopsis: databases/tablelog: does not build with pgsql 92
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 25 11:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: John Marino
>Release:
>Organization:
>Environment:
>Description:
This port won't build with the non-default pgsql 92 client.
table_log.c: In function 'table_log':
table_log.c:134: warning: implicit declaration of function 'RelationGetNamespace'
table_log.c:140: error: dereferencing pointer to incomplete type
table_log.c: In function '__table_log':
table_log.c:301: error: dereferencing pointer to incomplete type
table_log.c:310: error: dereferencing pointer to incomplete type
table_log.c:312: error: dereferencing pointer to incomplete type
table_log.c:346: error: dereferencing pointer to incomplete type
table_log.c:354: error: dereferencing pointer to incomplete type
table_log.c:373: error: dereferencing pointer to incomplete type
table_log.c:381: error: dereferencing pointer to incomplete type
table_log.c: In function 'table_log_restore_table':
table_log.c:794: error: 'timestamptz_out' undeclared (first use in this function)
table_log.c:794: error: (Each undeclared identifier is reported only once
table_log.c:794: error: for each function it appears in.)
>How-To-Repeat:
Set the default pgsql version to 92, then rebuild everything including this port
>Fix:
The project looks stagnant, last release in 2007.
Suggest adding makefile directives to indicate that pgsql 92 not supported, e.g. WANT_PGSQL_VERSION= 91-
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list