From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 22:25:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B629198 for ; Wed, 18 Feb 2015 22:25:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 267F98DA for ; Wed, 18 Feb 2015 22:25:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMPvRi098903 for ; Wed, 18 Feb 2015 22:25:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197599] devel/librest: does not pass the tests Date: Wed, 18 Feb 2015 22:25:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 22:25:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197599 --- Comment #5 from Thierry Thomas --- (In reply to Carlos Jacobo Puga Medina from comment #4) I've just applied this patch: https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=25;filename=02_thread-tests-sleep-for-server-to-start.patch;att=1;bug=765107 and it still fails on oauth and oauth-async: gmake check-TESTS gmake[2]: Entering directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' gmake[3]: Entering directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' PASS: proxy PASS: proxy-continuous PASS: threaded Segmentation fault (core dumped) FAIL: oauth Segmentation fault (core dumped) FAIL: oauth-async PASS: oauth2 PASS: flickr PASS: lastfm Trace/BPT trap (core dumped) XFAIL: xml PASS: custom-serialize gmake[4]: Entering directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' ============================================================================ Testsuite summary for rest 0.7.92 ============================================================================ # TOTAL: 10 # PASS: 7 # SKIP: 0 # XFAIL: 1 # FAIL: 2 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log ============================================================================ Makefile:769: recipe for target 'test-suite.log' failed gmake[3]: *** [test-suite.log] Error 1 gmake[3]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' Makefile:875: recipe for target 'check-TESTS' failed gmake[2]: *** [check-TESTS] Error 2 gmake[2]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' Makefile:1011: recipe for target 'check-am' failed gmake[1]: *** [check-am] Error 2 gmake[1]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' *** Error code 2 Unfortunately, oauth is the function used by Corebird. Note: I'm testing on 10.1-STABLE / amd64. -- You are receiving this mail because: You are the assignee for the bug.