Just one Travis Mac OS build failed

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Kartik Ohri <kartikohri13(at)gmail(dot)com>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Just one Travis Mac OS build failed
Date: 2020-07-14 23:11:13
Message-ID: 5F0E3B91.8080307@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

but for a very strange reason:

/Users/travis/build/amCap1712/pljava/pljava-so/build.xml:72:
/Users/travis/build/amCap1712/pljava/pljava-so/pg_config.h doesn't exist

The line in build.xml says this:

<filelist files="pg_config.h" dir="${PGSQL_INCLUDEDIR}"/>

so it is very strange for Ant to complain about pg_config.h not being
in its current directory. Of course it isn't, it's in $PGSQL_INCLUDEDIR!

It is as if the dir= is being ignored, or $PGSQL_INCLUDEDIR is unset,
or something. Just for this one build? Odd.

Regards,
-Chap

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kartik Ohri 2020-07-15 03:30:09 Re: PL/Java new build plugin
Previous Message Chapman Flack 2020-07-14 23:02:10 Re: PL/Java new build plugin