On 22-05-2015 08:22, Fernando de Oliveira wrote: > On 22-05-2015 06:54, Fernando de Oliveira wrote: >> On 22-05-2015 03:25, Jeremy Henty wrote: >> >>> In tests/ and tests/pkits/ we have: >>> >>> GNUPGHOME=`/bin/pwd` >>> >>> whereas in tests/openpgp/ we have: >>> >>> GNUPGHOME=$(abs_builddir) >>> >>> I attach a sed script that fixes this inconsistency. If you run it >>> before configuring then the tests pass even when the top directory >>> path contains symbolic links. >> >> Glad you solved it. Perhaps you could tell upstream about this problem? >> >> > > Please, notice the warning about backing up your ~/.gnupg. > > Thanks for the report and the fix. > > Fixed at revision 16013.
Forgot to write: I used /tmp as a symlink, to have more space gor the builds and tests. Turned up that when opening new tabs in some terminal emulators and in the build logs, the path was the resolved symbolic link. Then I decided to use mount --bind in the fstab, instead. Perhaps some of the test failures had this cause. If I may, would suggest you to do the same modification. Thanks, again. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
