Re: [buildfarm-members] BuildFarm client release 4.19

Поиск
Список
Период
Сортировка
От Mikael Kjellström
Тема Re: [buildfarm-members] BuildFarm client release 4.19
Дата
Msg-id 1b1da59b-3280-7934-6a59-c57d8c86c84c@mksoft.nu
обсуждение исходный текст
Ответ на Re: [buildfarm-members] BuildFarm client release 4.19  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: [buildfarm-members] BuildFarm client release 4.19  (Mikael Kjellström <mikael.kjellstrom@mksoft.nu>)
Список buildfarm-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



В списке buildfarm-members по дате отправления:

Предыдущее
От: Mikael Kjellström
Дата:
Сообщение: Re: [buildfarm-members] BuildFarm client release 4.19
Следующее
От: Mikael Kjellström
Дата:
Сообщение: Re: [buildfarm-members] BuildFarm client release 4.19