Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Steven Chamberlain
Brad King wrote: > FYI, the IS_NEWER_THAN check actually documents that it returns true > when the times are exactly equal: Thanks for pointing that out! I suppose it is not working as expected, then, but I can't see why. kfreebsd does have st_mtim, and the code for that looks right to me:

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Steven Chamberlain
Hi, I've tried looking at this from the other direction -- on ZFS with high-resolution timestamps, I'm trying to find a way to reproduce the issue as seen on the Debian buildds. Here are timestamps in Build/Tests/RunCMake/Configure/RerunCMake-build/ right after `file(WRITE "${input}" "2")`,

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Brad King
On 04/06/2016 05:42 PM, Steven Chamberlain wrote: > | if(${BuildDepends_BINARY_DIR}/Project/multi2-real.txt > | IS_NEWER_THAN ${BuildDepends_BINARY_DIR}/Project/multi2-stamp.txt) > > If multi2-real.txt and multi2-stamp.txt are created within 1 second of > each other, the test will most

Still Failing: g-i-installation_debian_jessie_hurd_lxde/161

2016-04-07 Thread jenkins
See https://jenkins.debian.net/job/g-i-installation_debian_jessie_hurd_lxde/161/ and https://jenkins.debian.net/job/g-i-installation_debian_jessie_hurd_lxde/161//console and https://jenkins.debian.net/job/g-i-installation_debian_jessie_hurd_lxde/161//artifact/results/ if there are any.

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Steven Chamberlain
Samuel Thibault wrote: > BTW, you may find > set abort_noattach=ask-yes > > useful in .muttrc :) Thanks! I will try that. And maybe more sleep, or coffee. Patch might be attached. Regards, -- Steven Chamberlain ste...@pyro.eu.org --- a/Tests/RunCMake/Configure/RunCMakeTest.cmake +++

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Samuel Thibault
Samuel Thibault, on Thu 07 Apr 2016 13:07:18 +0200, wrote: > Steven Chamberlain, on Thu 07 Apr 2016 11:54:26 +0100, wrote: > > Samuel Thibault wrote: > > > Nothing was attached :) > > > > Sorry - attached! > > Mmm, nope :) BTW, you may find set abort_noattach=ask-yes useful in .muttrc :)

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Samuel Thibault
Steven Chamberlain, on Thu 07 Apr 2016 11:54:26 +0100, wrote: > Samuel Thibault wrote: > > Nothing was attached :) > > Sorry - attached! Mmm, nope :) Samuel

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Steven Chamberlain
Samuel Thibault wrote: > Nothing was attached :) Sorry - attached! Christoph found that increasing some of these sleeps to 3 seconds allowed the test to pass *some* of the time. The first sleep in Tests/RunCMake/Configure/RunCMakeTest.cmake should make CustomCMakeOutput.txt newer than

Re: Bug#815231: cmake: FTBFS on kfreebsd, hurd: 2 tests fail: BuildDepends, RunCMake.Configure

2016-04-07 Thread Samuel Thibault
Steven Chamberlain, on Thu 07 Apr 2016 01:47:58 +0100, wrote: > Christoph Egger wrote: > > Start 284: RunCMake.Configure > > 284/371 Test #284: RunCMake.Configure > > ...***Failed3.19 sec > > I have a wild idea what might be happening here. Please could