Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 11:15:45 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179958: databases/slony1: does not build with pgsql 92
Message-ID:  <201306251115.r5PBFjAE072117@oldred.freebsd.org>
Resent-Message-ID: <201306251120.r5PBK0g5044518@freefall.freebsd.org>

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

>Number:         179958
>Category:       ports
>Synopsis:       databases/slony1: 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:20:00 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.

slony1_funcs.c: In function '_Slony_I_logTrigger':
slony1_funcs.c:515: error: dereferencing pointer to incomplete type
slony1_funcs.c:537: error: dereferencing pointer to incomplete type
slony1_funcs.c:586: error: too few arguments to function 'set_config_option'
slony1_funcs.c:587: error: dereferencing pointer to incomplete type
slony1_funcs.c:626: error: too few arguments to function 'set_config_option'
slony1_funcs.c:640: error: dereferencing pointer to incomplete type
slony1_funcs.c:664: error: dereferencing pointer to incomplete type
slony1_funcs.c:750: error: too few arguments to function 'set_config_option'
slony1_funcs.c:752: error: too few arguments to function 'set_config_option'
slony1_funcs.c:783: error: dereferencing pointer to incomplete type
slony1_funcs.c:823: error: dereferencing pointer to incomplete type
slony1_funcs.c:838: error: dereferencing pointer to incomplete type
slony1_funcs.c:877: error: dereferencing pointer to incomplete type
slony1_funcs.c:893: error: dereferencing pointer to incomplete type
slony1_funcs.c:905: error: dereferencing pointer to incomplete type
slony1_funcs.c: In function '_Slony_I_denyAccess':
slony1_funcs.c:1012: error: dereferencing pointer to incomplete type
slony1_funcs.c: In function '_Slony_I_lockedSet':
slony1_funcs.c:1052: error: dereferencing pointer to incomplete type
slony1_funcs.c: In function 'slon_quote_literal':
slony1_funcs.c:1114: warning: pointer targets in passing argument 1 of 'pg_mblen' differ in signedness
>How-To-Repeat:
Set the default pgsql version to 92, then rebuild everything including this port
>Fix:
This looks like the last version of Slony1.
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?201306251115.r5PBFjAE072117>