GNOME Bugzilla – Bug 728977
Testsuite fails to run
Last modified: 2017-08-23 09:38:13 UTC
Created attachment 275166 [details] build.log Hi, this appears to be a regression over 2.38.2. It fails both from 2.40.* release tarballs and master: $ export LC_ALL="C"; git clean -fxd .; ( git status; git describe; ./autogen.sh; make -j16; make check -j1 ) 2>&1 |tee build.log
Also you might want to check why 2.40.2 tag points to the same commit as 2.34.2.
So to add a bit some confusion, I did have a problem with unittests but not this one. When running configure with --without-pkcs11, unitttests would fail at the connection test because it is added to test_programs outside the ifdefs but it's sources are defined inside the ifdef. Attaching a patch to solve that issue which is the only problem I am having with 2.40.* for now.
Created attachment 275169 [details] [review] 0001-test-connection-is-not-PKCS-11-related.patch
(In reply to comment #1) > Also you might want to check why 2.40.2 tag points to the same commit as > 2.34.2. bug 684247 comment 1. Except that I fixed it later, and it doesn't show up in a fresh checkout, so I'm not sure why you're still seeing it. (Maybe "git fetch --prune" would help?)
No luck with that either, iirc this is normal with git, unless you push the tag again, my copy will not be updated and stay here forever, unlike branches. No big deal anyway :), I'll remove it from my local copy now.
*** Bug 727422 has been marked as a duplicate of this bug. ***
*** Bug 758134 has been marked as a duplicate of this bug. ***
Could you push this commit please ? I think I lost my write access with the move to git years ago.
*** Bug 755928 has been marked as a duplicate of this bug. ***