Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 10:52:58 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179955: databases/tablelog: does not build with pgsql 92
Message-ID:  <201306251052.r5PAqwos098895@oldred.freebsd.org>
Resent-Message-ID: <201306251100.r5PB01OF039832@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251052.r5PAqwos098895>