Robert Daniels wrote these words on 03/05/08 05:13 CST: > Right now I'm running into a test failure that I haven't been able to > work around (someone has reported this upstream, but no response yet. > See https://bugs.g10code.com/gnupg/issue878 ). The failure is in test > sm-sign+verify, and looks to be related to libksba. So far, I've tried > updating to libksba-1.0.3, and applying patches from debian to libksba, > and gnupg, but no luck. Also checked that this error also occurs in > gnupg-2.0.7. > > Anyone else seeing this error? Or know how to fix it?
At first I had trouble recreating the error. Here's what I've found so far. If you run configure, make and then make check, everything is fine. If you run make install *then* run make check, it will fail at the spot you say it will. Not sure why. I turned verbosity on (in the runtest script remove the --no-echo and add --verbose) and it gives a clue about bad data in an installed file ($prefix/share/gnppg/qualified.txt). So, moral of the story is: Run make check before make install (as the book suggests :-) ) and there are no issues. -- Randy rmlscsi: [bogomips 1003.22] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 14:57:00 up 18 days, 6:42, 1 user, load average: 0.01, 0.02, 0.08 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
