public inbox for [email protected]
help / color / mirror / Atom feedFrom: Mikael Kjellström <[email protected]>
To: Andrew Dunstan <[email protected]>
To: PostgreSQL-development <[email protected]>
To: [email protected]
Subject: Re: BuildFarm client release 4.19
Date: Mon, 1 May 2017 20:44:53 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20buildfarm-members>
On 2017-05-01 20:25, Andrew Dunstan wrote:
> OK, that's a bug. Mea culpa.
>
> the quick fix is this patch:
>
>
> diff --git a/run_build.pl b/run_build.pl
> index aeb8966..822b4de 100755
> --- a/run_build.pl
> +++ b/run_build.pl
> @@ -1008,7 +1008,8 @@ sub writelog
>
> sub check_make
> {
> - my @out = run_log("$make -v");
> + # don't use run_log here - it's too early in the process
> + my @out = `$make -v 2>&1`;
> return undef unless ($? == 0 && grep {/GNU Make/} @out);
> return 'OK';
> }
Nope, that didn't do it.
If I zap REL9_6_STABLE and then run:
./run_build.pl REL9_6_STABLE
I get the following output:
cannot create
/usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log:
No such file or directory
cannot create
/usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log:
No such file or directory
cannot create
/usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log:
No such file or directory
Buildfarm member loach failed on REL9_6_STABLE stage pgsql-Git
/Mikael
--
Sent via buildfarm-members mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/buildfarm-members
view thread (15+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: BuildFarm client release 4.19
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox