Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2005 23:23:41 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/81929: [MAINTAINER] mail/bogofilter-sqlite: fix build failures (FAIL: t.lock3)
Message-ID:  <E1Df2ar-0002MV-Nu@libertas.emma.line.org>
Resent-Message-ID: <200506052130.j55LU228023316@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81929
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter-sqlite: fix build failures (FAIL: t.lock3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 21:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.11-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #1: Tue May 31 16:56:46 CEST 2005
>Description:
The patch below skips the overzealous t.lock3 test that is very delicate WRT
timing, I/O and such, and broke on pointyhat and often breaks on user systems,
too.  t.lock3 is prone to falsely asserting failure.

The patch also skips t.valgrind which is pretty environment-dependent.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- bogofilter-sqlite-0.94.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter-sqlite/Makefile /usr/home/emma/ports/mail/bogofilter-sqlite/Makefile
--- /usr/ports/mail/bogofilter-sqlite/Makefile	Tue May 31 16:14:44 2005
+++ /usr/home/emma/ports/mail/bogofilter-sqlite/Makefile	Sun Jun  5 23:17:11 2005
@@ -24,4 +24,7 @@
 
 MASTERDIR=	${.CURDIR}/../bogofilter
 
+pre-configure:
+		${REINPLACE_CMD} 's/^INTEGRITY_TESTS.*/INTEGRITY_TESTS=t.lock1/' ${WRKSRC}/src/tests/Makefile.in
+
 .include "${MASTERDIR}/Makefile"
--- bogofilter-sqlite-0.94.13.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Df2ar-0002MV-Nu>