From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Thu, 19 Mar 2015 12:51:26 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2015-03-18 In-Reply-To: <20150319103012.GC2415@tarshish> References: <20150319073018.35B45100D3A@stock.ovh.net> <550AA255.3060206@imgtec.com> <20150319103012.GC2415@tarshish> Message-ID: <550AB83E.5050400@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Baruch, On 19/03/15 11:30, Baruch Siach wrote: > Hi Vicente, > > On Thu, Mar 19, 2015 at 11:17:57AM +0100, Vicente Olivert Riera wrote: >> On 19/03/15 08:30, Thomas Petazzoni wrote: >>> Build statistics for 2015-03-18 >>> =============================== >>> mipsel | lua-periphery-1.0.4-1 | NOK | http://autobuild.buildroot.net/results/901c2d922ea4d126bf6cb1f4e36324601e3a4664/ >>> mips64el | lua-periphery-1.0.4-1 | NOK | http://autobuild.buildroot.net/results/4d795b723facfde23792e5e2a0c170902d89c621/ >>> mips64el | lua-periphery-1.0.4-1 | NOK | http://autobuild.buildroot.net/results/a97d1bda93b5fa9ce975145b82a752c957c24cab/ >>> mipsel | lua-periphery-1.0.4-1 | NOK | http://autobuild.buildroot.net/results/f01e4aa07856db6b7bb63ca07eac1ed0987f3e7f/ >> >> The failure is actually in c-periphery. I have fixed it upstream... >> >> https://github.com/vsergeev/c-periphery/commit/0fdfac3264f1dce32991f4ec30d084e34b35181d >> >> ...and since c-periphery is "git-cloned" into lua-periphery... >> >> $ grep clone output/build/lua-periphery-1.0.4-1/lua-periphery/Makefile >> git clone git://github.com/vsergeev/c-periphery --depth 1 --branch v1.0.1 >> >> ...then this problem is automatically fixed in Buildroot! :-) > > That is nice for this bug fix, but IMO it is bad for reproducibility. That is, > lua-periphery build different source code every time this external repo > updates. Yes, I agree with that. Perhaps you could ask lua-periphery upstream and tell them to not do that :P Regards, -- Vincent > baruch >