Re: BUG #14334: vacuumdb.c build failure on openbsd

From: jungle Boogie <jungleboogie0(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: jungleboogie0+psql(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14334: vacuumdb.c build failure on openbsd
Date: 2016-09-21 20:25:38
Message-ID: CAKE2PDua6iE9DqkxiywQjWosE44t0V27-tp3PsrEoZgSktoaHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Alvaro,
On 21 September 2016 at 12:22, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> wrote:
> jungle Boogie wrote:
>
>> http://man.openbsd.org/OpenBSD-current/man2/select.2
>>
>> Also has #include <sys/select.h>
>
> So "current" is 6.0? We don't have a lot of OpenBSD machines in the
> buildfarm; would you be able to contribute one? The one we have
> (curculio) runs 5.9 and has been running fine with the committed code.
> https://wiki.postgresql.org/wiki/Buildfarm
>

6.0 is a release version and will only receive patches for the base OS.

-current/snapshot is what I'm running and it's the development version
of openbsd. In a few months, current will be marked and released as
6.1. Basically I'm following the development branch of OpenBSD:
http://www.openbsd.org/faq/current.html

> It makes portability work easier if we see right away that a commit has
> broken something.
>
> Can you try HEAD with the following patch applied and let me know if it
> works?

I wrote to the maintainer of postgresql on openbsd and asked if he
could take a look at this email and see if he can reproduce the
problem.

Meanwhile, I came across this.
It looks like 8 days ago select.h was modified, but I have no idea if
this is causing the postgresql failure.
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/sys/select.h

I will checkout buildfarm and see what it takes to run it!

>
> --
> Álvaro Herrera https://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
-------
inum: 883510009027723
sip: jungleboogie(at)sip2sip(dot)info

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2016-09-21 20:33:54 Re: BUG #14334: vacuumdb.c build failure on openbsd
Previous Message Alvaro Herrera 2016-09-21 19:22:51 Re: BUG #14334: vacuumdb.c build failure on openbsd