[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#815495: zeromq3: FTBFS on kFreeBSD: 'xucred cred' has incomplete type



Steven Chamberlain wrote:
> I used a messy sid chroot, maybe with some outdated or extra packages in
> there.  I'll try again in a clean sid chroot.

Done that, and I still *usually* get all tests pass on kfreebsd-amd64.
The buildd environment should be basically the same.

I get random failures about 1 time in 5, such as:

| FAIL: test_security_curve
| =========================
| 
| lt-test_security_curve: tests/test_security_curve.cpp:140: int main(): Assertion `rc == 0' failed.
| FAIL test_security_curve (exit status: 134)

| FAIL: test_inproc_connect
| =========================
| 
| Assertion failed: state == active || state == waiting_for_delimiter (src/pipe.cpp:473)
| FAIL test_inproc_connect (exit status: 134)


> I think you need to `cat ./test-suite.log` or export TEST_VERBOSE=1

Please see the attached, it will show the reason for test failures in
the build log, which should help figure out what is wrong on Linux.

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
--- debian/rules.orig	2015-07-11 13:00:28.000000000 +0100
+++ debian/rules	2016-02-22 13:50:43.806205288 +0000
@@ -14,9 +14,9 @@
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 ifneq ($(DO_TEST), no)
-	dh_auto_test
+	dh_auto_test -- VERBOSE=1
 else
-	-dh_auto_test
+	-dh_auto_test -- VERBOSE=1
 endif
 endif
 

Attachment: signature.asc
Description: Digital signature


Reply to: