From: Alan Woodland (alan.woodland_at_gmail_dot_com)
Date: Tue Nov 10 2009 - 08:42:52 PST
2009/11/2 Stefan Kluth <[email protected]>: > > Hi Alan, > > the vanilla blcr 0.8.2 from > > https://ftg.lbl.gov/CheckpointRestart/CheckpointRestart.shtml > > build and check fine on ubuntu hardy, if that is of any consolation to you. > > For karmic (sid) I guess I'll have to wait for a new package ... I am happy > to run some tests if that is needed. > Just to confirm - 0.8.2-5, which includes the 2.6.31 patches should hit the Debian archive tonight, is in http://incoming.debian.org at the moment and works fine on Ubuntu Karmic with the 2.6.31 kernel. The tests passed, except prctl(). The problem with the prctl test is actually that the configure test lives inside the "if cr_build_libcr" conditional, but I've been using --with-installed-libcr because the tests are the only part of the package that doesn't end up in a Debian package. If I don't configure with this flag it passes. I guess the fix is to either always run this test in configure, or do it when building one of the tests or the library? Alan