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

2021-09-25 Thread Timo Röhling
Control: severity -1 wishlist On Fri, 14 Oct 2016 14:03:48 -0400 Brad King wrote: FWIW I would not consider this test failure to be a blocking issue for packaging a new CMake on this platform. The behavior of this logic is the same as it has been for years in CMake. It is just that this test

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

2016-11-03 Thread Julian Andres Klode
On Thu, Nov 03, 2016 at 04:57:00PM +, Steven Chamberlain wrote: > Hello, > > > Julian Andres Klode wrote: > > > Any update on this? This bug is preventing the kFreeBSD platforms > > > from getting a newer APT version, as APT requires cmake (>= 3.4) > > > to build. Because of this, APT is at

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

2016-11-03 Thread Steven Chamberlain
Hello, > Julian Andres Klode wrote: > > Any update on this? This bug is preventing the kFreeBSD platforms > > from getting a newer APT version, as APT requires cmake (>= 3.4) > > to build. Because of this, APT is at 1.3~pre3 from two months > > ago, whereas the other platforms are at 1.3.1

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

2016-10-28 Thread Samuel Thibault
Control: retitle -1 cmake: FTBFS on kfreebsd: 2 tests fail: BuildDepends, RunCMake.Configure Hello, While fixing bug #840096 (timestamp issue in build of libxslt) for hurd-i386, I happened to fix the issue for cmake too. Perhaps the same may happen for kFreeBSD. Samuel

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

2016-10-14 Thread Brad King
On 04/24/2016 11:59 AM, Andreas Beckmann wrote: > On Thu, 7 Apr 2016 14:54:20 +0100 Steven Chamberlain wrote: >> If I change all files except CustomCMakeInput.txt to have identical >> timestamps, then I can reproduce the bug as seen on the buildds: [snip] >> And finally, it seems I can avoid that

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

2016-10-10 Thread Steven Chamberlain
Hi! Julian Andres Klode wrote: > Any update on this? This bug is preventing the kFreeBSD platforms > from getting a newer APT version, as APT requires cmake (>= 3.4) > to build. Because of this, APT is at 1.3~pre3 from two months > ago, whereas the other platforms are at 1.3.1 already. There is

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

2016-10-10 Thread Julian Andres Klode
Control: affects -1 apt Control: subscribe -1 On Sat, Feb 20, 2016 at 12:00:51PM +0100, Andreas Beckmann wrote: > Package: cmake > Version: 3.4.1-2 > Severity: important > > Hi, > > cmake FTBFS on kfreebsd-* and hurd-i386: > >

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

2016-04-24 Thread Andreas Beckmann
On Thu, 7 Apr 2016 14:54:20 +0100 Steven Chamberlain wrote: > If I change all files except CustomCMakeInput.txt to have identical > timestamps, then I can reproduce the bug as seen on the buildds: > > -rw-r--r-- 1 pbuilder1 build 1420 2016-04-07 13:46:31.600236000 + >

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

2016-04-11 Thread Steven Chamberlain
Hi, I set up a UFS filesystem to build on, but could not reproduce the bug. Please could someone try the attached diff? If it fails, please share the exact error (does it fail at the -build1 step or at -build2?), and because the `ls` I added will show the file timestamps, to help debug. This

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:

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")`,

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

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 +++

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

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 :)

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

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

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

2016-04-06 Thread Steven Chamberlain
Hi, > Steven Chamberlain writes: > > Could someone with access to the hurd-i386 or kfreebsd porter boxes > > try the attached patch please? Christoph Egger wrote: > Start 284: RunCMake.Configure > 284/371 Test #284: RunCMake.Configure >

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

2016-04-06 Thread Christoph Egger
Hi FWIW on the 3.2 build (with the patch) I started untill I noticed it wasn't quite the right version Steven Chamberlain writes: > Andreas Beckmann wrote: >> 292 - RunCMake.Configure (Failed) > > Could someone with access to the hurd-i386 or kfreebsd porter boxes > try

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

2016-04-06 Thread Christoph Egger
Steven Chamberlain writes: > Steven Chamberlain wrote: >> Could someone with access to the hurd-i386 or kfreebsd porter boxes >> try the attached patch please? > > Here's how to run that test on its own, verbosely, in an already-built > Debian build tree: > > $

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

2016-04-06 Thread Steven Chamberlain
Steven Chamberlain wrote: > Could someone with access to the hurd-i386 or kfreebsd porter boxes > try the attached patch please? Here's how to run that test on its own, verbosely, in an already-built Debian build tree: $ Build/bin/cmake "-DCMAKE_MODULE_PATH=Tests/RunCMake"

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

2016-04-06 Thread Steven Chamberlain
Hi, Andreas Beckmann wrote: > 292 - RunCMake.Configure (Failed) Could someone with access to the hurd-i386 or kfreebsd porter boxes try the attached patch please? Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org --- a/Tests/RunCMake/Configure/RunCMakeTest.cmake +++

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

2016-04-06 Thread Steven Chamberlain
Hi, Andreas Beckmann wrote: > The following tests FAILED: > 113 - BuildDepends (Failed) I finally figured this out! The BuildDepends test will fail when run on a filesystem not having sub-second granularity. So for example, it fails on kfreebsd UFS, and whatever filesystem the hurd-i386

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

2016-02-20 Thread Andreas Beckmann
Package: cmake Version: 3.4.1-2 Severity: important Hi, cmake FTBFS on kfreebsd-* and hurd-i386: https://buildd.debian.org/status/fetch.php?pkg=cmake=hurd-i386=3.4.1-2=1450146549 https://buildd.debian.org/status/fetch.php?pkg=cmake=kfreebsd-amd64=3.4.1-2=1451070849