Page MenuHome GnuPG

Most checks fail in gnupg-1.4.0 on Solaris
Closed, ResolvedPublic

Description

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

Event Timeline

Why are you running making an nternal target (check-TESTS)? That won't work because other preconditions ar enot satisfied.

The proper way is to do a

make check

from the top directory. BTW, using AM_LDFLAGS is not a good idea; it is used internally. Use only LDFLAGS.

Got report that it is fine now.

werner removed a project: Restricted Project.Jan 24 2005, 2:48 PM