Re: AIX support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AIX support
Date
Msg-id 378182.1770935342@sss.pgh.pa.us
Whole thread Raw
In response to RE: AIX support  (Aditya Kamath <Aditya.Kamath1@ibm.com>)
Responses RE: AIX support
List pgsql-hackers
Aditya Kamath <Aditya.Kamath1@ibm.com> writes:
> Please find attached the patch (See: v4-0001-Add-AIX-support-for-Postgresql-using-meson-build-.patch)

This doesn't work for me. "meson setup" gets through all its
configuration probes and then dies while trying to make the
ninja recipe:


$ meson setup build ...
...
Found ninja-1.12.1 at /opt/freeware/bin/ninja

ERROR: Multiple producers for Ninja target "src/interfaces/libpq/libpq.a". Please rename your targets.

A full log can be found at /home/tgl/pgsql/build/meson-logs/meson-log.txt


This is on p9-aix1-postgres1.  There was no meson installed on the GCC
compile farm machine, so I can't say whether earlier iterations of
the patch worked any better.

I'm still wondering why you didn't simply reverse the effects of
0b16bb877 on the meson files.  Do we really need to do anything
different from what was working before?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible
Next
From: Chao Li
Date:
Subject: Re: Odd usage of errmsg_internal in bufmgr.c