Release: 1.4.0
Environment
Sun UltraSPARC, Solaris 7
Description
When doing "cd checks; make check-TESTS", all tests (except version.test, mds.test, genkey1024.test) fail. The logs of the failed tests are attached as a combined file.
This never occurred with 1.2.* versions. Otherwise, gpg seems to work correctly, thus the bug might be with the tests only.
Configuration and making:
env CFLAGS=-O2 MAKE=gmake ./configure --prefix=/dpi --datadir=/dpi/lib --libexecdir=/dpi/lib --disable-nls --disable-gnupg-iconv --with-zlib=/dpi --with-bzip2=/dpi --without-readline
env AM_LDFLAGS=-R/dpi/lib gmake
How To Repeat
cd checks; make check-TESTS
Fix
Unknown