Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2015 15:05:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198781] [PATCH] devel/ice: Make EGD conditional/Fix build with LibreSSL
Message-ID:  <bug-198781-13-zoZD8swHYx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198781-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198781-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198781

--- Comment #3 from Michael Gmelin <grembo@FreeBSD.org> ---
Using the patch and libressl, Ice unit tests fail (you can also see this in the
poudriere output you attached yourself). It works with openssl from ports, but
the resulting libraries link against system OpenSSL. So the port (and
potentially its slaves) need more work done to support WITH_OPENSSL_PORT=yes
properly. Unit test output:

*** running tests 49/86 in
/wrkdirs/usr/ports/devel/ice/work/Ice-3.5.1/cpp/test/IceSSL/configuration
*** configuration: Default 
*** test started: 03/21/15 19:29:24
starting server... ok
starting client... ok
testing manual initialization... -! 03/21/15 19:29:24.229 warning: connection
exception:
   TcpTransceiver.cpp:284: Ice::ConnectionLostException:
   connection lost: recv() returned zero
   local address = 127.0.0.1:30678
   remote address = 127.0.0.1:12010
failed!
AllTests.cpp:235: assertion `false' failed
unexpected exit status: expected: 0, got -6
('test in
/wrkdirs/usr/ports/devel/ice/work/Ice-3.5.1/cpp/test/IceSSL/configuration
failed with exit status', 256)

As it turns out, the unit test python scripts have an issue introduced upstream
that prevent the build from failing. I'll fix this shortly and also report it
upstream, so that a failed unit test will actually result in a failed build.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198781-13-zoZD8swHYx>