Hi,
the testsuite also fails on kfreebsd-*.
I looked into SVN, please could you consider to do what is written in
debian/changelog for 5.1.37-1, i.e. really
"Ignore errors in testsuite on all archs but amd64, i386, ia64 and s390".
The snippet bellow in debian/rules should suffice.
Thanks
Petr
ifneq (,$(filter $(ARCH), amd64 i386 ia64 s390))
TESTSUITE_FAIL_CMD=exit 1
else
TESTSUITE_FAIL_CMD=true
endif
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]