Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2017 10:53:01 +0100
From:      Kurt Jaeger <lists@opsec.eu>
To:        Lacey Powers <lacey.leanne@gmail.com>, freebsd-ports@freebsd.org
Subject:   Re: Bug 213486 databases/pg_rman unbreak and update to 1.3.3
Message-ID:  <20170305095301.GM13006@home.opsec.eu>
In-Reply-To: <20170305094214.GL13006@home.opsec.eu>
References:  <CAA7NH1-P2LGveVAwmh9DFoGm%2B%2BQ15OQbUGWN_rmFnOcSmPmEXQ@mail.gmail.com> <20170305094214.GL13006@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> > Is
> > there a committer that would take a look at it and see if there are changes
> > that were needed to commit it? I'd appreciate it.
> > 
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213486
> 
> testbuild@work.

Two build problems:

init.c:87:51: error: too many arguments to function call, expected 2, have 3
        controlFile = get_controlfile(pgdata, "pg_rman", &crc_ok);
                      ~~~~~~~~~~~~~~~                    ^~~~~~~
/usr/local/include/postgresql/server/common/controldata_utils.h:15:1: note: 
      'get_controlfile' declared here
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
^
1 error generated.
backup.c:872:51: error: too many arguments to function call, expected 2, have 3
        controlFile = get_controlfile(pgdata, "pg_rman", &crc_ok);
                      ~~~~~~~~~~~~~~~                    ^~~~~~~
/usr/local/include/postgresql/server/common/controldata_utils.h:15:1: note: 
      'get_controlfile' declared here
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
^
gmake[1]: *** [<builtin>: init.o] Error 1

-- 
pi@opsec.eu            +49 171 3101372                         3 years to go !



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