Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5Fp4-0004fd-C5 for pgsql-hackers@arkaria.postgresql.org; Mon, 01 May 2017 18:13:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d5Fp3-0000YN-OX for pgsql-hackers@arkaria.postgresql.org; Mon, 01 May 2017 18:13:21 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d5Fp3-0000Y9-5p; Mon, 01 May 2017 18:13:21 +0000 Received: from yoda.llamalab.com ([194.14.207.58] helo=yoda.mksoft.nu) by makus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d5Foz-0006w8-N5; Mon, 01 May 2017 18:13:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=NfKin/x8c9HSci6uvogbds0zXvyZXrVP8wHlcxrRe48=; b=E3P0zb29bp3H8wu5iZqakYZS8Z03+ja5s32q6oagLl9dDCq9Nt34jRRlYLH7xwnn7rHPWYpDcmv0+YcADbII7BMglll7T5YW3yY9+hXAsYdbR4f28Xf8Oa998RNZR9qXmqysa4dTKl6rCpacAaA+UoJDOchLpoGYpoVe9apLK7cDu/hePxky/Ihip6ZUGbjWbLWJ34r1Pyp+RFmHeP7BlOBCmJYuaRCNh9wa3LvSkeGY8gJzoOYndB5IZbk9IuI817e7ufoa/iwQq7aek7YR/J8TQP3RvwLfKltxjd5xuIyZMg3T8qieW2hipDySqJVyO8Wa7NAUPtICfQQ6KhMXKQ==; Received: from c83-250-83-50.bredband.comhem.se ([83.250.83.50] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1d5Foo-0000a3-61; Mon, 01 May 2017 20:13:14 +0200 Subject: Re: [buildfarm-members] BuildFarm client release 4.19 To: Andrew Dunstan , PostgreSQL-development , buildfarm-members@postgresql.org References: <3eef634f-4d0a-8f27-e4e9-67080b44f637@2ndQuadrant.com> From: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= Message-ID: Date: Mon, 1 May 2017 20:13:02 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <3eef634f-4d0a-8f27-e4e9-67080b44f637@2ndQuadrant.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -4.3 (----) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-hackers Precedence: bulk Sender: pgsql-hackers-owner@postgresql.org On 2017-04-19 15:59, Andrew Dunstan wrote: > I have released version 4.19 of the PostgreSQL Buildfarm client. It can > be downloaded from > I don't know if it's only me or if others have noticed this also but I have the buildfarm client set up like this: /home/pgbf /home/pgbf/build-farm-4 /home/pgbf/buildfarm@ -> build-farm-4.19/ /home/pgbf/buildroot and then I have a cron job that does this: x y * * * cd /home/pgbf/buildfarm && ./run_build.pl REL9_6_STABLE and when it tries to run I get the following error: cannot create /usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs/lastcomand.log: No such file or directory gmake is not GNU Make - please fix config file at ./run_build.pl line 343. if I manually create the directory loach.lastrun-logs the script then continues normally. I am no perl guru so I can't figure out really what is going on here. I think that the directory /usr/home/pgbf/buildroot/REL9_6_STABLE/loach.lastrun-logs needs to be created before the PGBuild/Utils.pm sub run_log tries to write to it. /Mikael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers