Re: Convert sepgsql tests to TAP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robins Tharakan <tharakan(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Joe Conway <mail(at)joeconway(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>
Subject: Re: Convert sepgsql tests to TAP
Date: 2025-01-24 23:41:36
Message-ID: 563763.1737762096@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robins Tharakan <tharakan(at)gmail(dot)com> writes:
> On Sat, 25 Jan 2025 at 08:59, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> alligator and lapwing are not reporting the
>> relevant log file, but what we do see is an install failure that
>> could well be down to a compile failure.

> You're probably right about that.
> This is what I see in the install.log

> In file included from database.c:21:
> sepgsql.h:17:10: fatal error: selinux/selinux.h: No such file or directory
> 17 | #include <selinux/selinux.h>
> | ^~~~~~~~~~~~~~~~~~~
> compilation terminated.

Yeah, that's about what I expected. As a workaround until Andrew
updates the BF client, you could do

- $libdir = "$tmp_loc/lib/postgresql";
+ $libdir = "$tmp_loc/lib";

at about line 429 of PGBuild/Utils.pm

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robins Tharakan 2025-01-25 00:09:57 Re: Convert sepgsql tests to TAP
Previous Message Andrew Dunstan 2025-01-24 23:20:57 Re: Convert sepgsql tests to TAP