On Fri, Mar 3, 2017 at 1:25 PM, Tory M Blue <tmb...@gmail.com> wrote:

>
>
> On Fri, Mar 3, 2017 at 9:59 AM, Tory M Blue <tmb...@gmail.com> wrote:
>
>>
>>
>> On Fri, Mar 3, 2017 at 9:46 AM, Tory M Blue <tmb...@gmail.com> wrote:
>>
>>> I guess the first question is can I even build 2.2.3 against 9.5? Before
>>> I continue to beet my head against the desk.
>>>
>>> If the answer is yes, anyone want to take a stab at what is happening
>>> with this error in the make process
>>>
>>> gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -pthread
>>> -I../.. -I../../src/slon -I/usr/pgsql-9.5/include/ -c -o runtime_config.o
>>> runtime_config.c
>>>
>>> *runtime_config.c:* In function ‘*rtcfg_setNodeLastEvent*’:
>>>
>>> *runtime_config.c:193:45:* *error: *expected ‘*)*’ before ‘
>>> *INT64_FORMAT*’
>>>
>>>      "setNodeLastEvent: no_id=%d event_seq=" INT64_FORMAT "\n",
>>>
>>>
>>> CentOS7.2
>>>
>>>
>>> Thanks
>>>
>>
>>
>> That was very odd, I brought down the git source and configured from that
>> and it was able to make without an issue, so not sure what was missing or
>> wrong with my 2.2.3 src file. Very weird.
>>
>> But I'm good!! GIT was clean and worked.
>>
>> Thanks
>> tory
>>
>
> Just closing this out, since I made an error. I downloaded 2.3.0 which
> works with 9.5, 2.2.3 does not seem to be compatable with postgres9.5 or at
> least that is what is causing the error. Grabbed 2.2.3 source from git and
> receive the same error. 2.3.0 with Postgresl95 works fine, but 2.2.3
> encounters this error during the MAKE
>
> gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -pthread
> -I../.. -I../../src/slon -I/usr/pgsql-9.5/include/ -c -o slon.o slon.c
>
> gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -pthread
> -I../.. -I../../src/slon -I/usr/pgsql-9.5/include/ -c -o runtime_config.o
> runtime_config.c
>
> *runtime_config.c:* In function ‘*rtcfg_setNodeLastEvent*’:
>
> *runtime_config.c:193:45:* *error: *expected ‘*)*’ before ‘*INT64_FORMAT*’
>
>      "setNodeLastEvent: no_id=%d event_seq=" INT64_FORMAT "\n",
>
> *                                             ^*
>
> make[2]: *** [runtime_config.o] Error 1
>
> make[2]: Leaving directory `/home/tblue/GIT/slony1-
> engine-3204f06/src/slon'
>
> make[1]: *** [all] Error 2
>
> make[1]: Leaving directory `/home/tblue/GIT/slony1-engine-3204f06/src'
>
> make: *** [all] Error 2
>
>
> So bah!
>
Sorry for polluting the list, as 2.2.3 is a bit old now.

 slony1-engine-3204f06  can't build with postgres9.5

 slony1-engine-29a1cd9  can build with postgresql9.5 without errors (yet to
test post build but the build works).

Wondering if there is a 2.2.3 build that is between 29a and 320 that  has
all the bug fixes?

Thanks

Tory


 slony1-engine-955aa71 seems to be the first 2.2.4 build so this one is out.
_______________________________________________
Slony1-general mailing list
Slony1-general@lists.slony.info
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to