From eugene@samaramail.ru  Thu May 19 09:24:49 2005
Return-Path: <eugene@samaramail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0FFF316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 May 2005 09:24:49 +0000 (GMT)
Received: from saturn.dewahost.net (saturn.dewahost.net [216.22.28.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 45A5A43D5E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 May 2005 09:24:48 +0000 (GMT)
	(envelope-from eugene@samaramail.ru)
Received: from [62.213.30.150] (helo=eugene.local)
	by saturn.dewahost.net with esmtp (Exim 4.50)
	id 1DYhGo-0001Jk-61; Thu, 19 May 2005 04:24:46 -0500
Received: by eugene.local (Postfix, from userid 1012)
	id A3293114EA; Thu, 19 May 2005 14:24:54 +0500 (SAMST)
Message-Id: <20050519092454.A3293114EA@eugene.local>
Date: Thu, 19 May 2005 14:24:54 +0500 (SAMST)
From: Eugene Kilachkoff <zeus@samaramail.ru>
Reply-To: Eugene Kilachkoff <zeus@samaramail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: zeus@samaramail.ru
Subject: devel/valgrind does not generate suppressions <synopsis >
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81249
>Category:       ports
>Synopsis:       devel/valgrind does not generate suppressions <synopsis >
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 19 09:30:02 GMT 2005
>Closed-Date:    Thu May 19 16:57:58 GMT 2005
>Last-Modified:  Thu May 19 16:57:58 GMT 2005
>Originator:     Eugene Kilachkoff
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD eugene.local 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Thu Apr 28 16:42:34 SAMST 2005 root@eugene.local:/usr/obj/usr/src/sys/EKERNEL i386


	
>Description:
	
	Valgrind version 3.52 uses stderr as its default output. So,
	generated suppression is directed to console rather than file.
	I use RELEASE_5_4_0 ports.
>How-To-Repeat:
	
	cd /usr/ports/devel/valgrind
	sudo make install
>Fix:

	

--- valgrind.patch begins here ---
diff -u -ur valgrind/Makefile valgrind.hacked/Makefile
--- valgrind/Makefile	Tue Apr 12 08:25:19 2005
+++ valgrind.hacked/Makefile	Thu May 19 13:38:35 2005
@@ -80,6 +80,7 @@
 .endif
 
 	@yes | ${PREFIX}/bin/valgrind --tool=memcheck --gen-suppressions=yes true \
+		2>&1 \
 		| ${SED} -e 's,.*{$$,{,'  \
 		| ${GREP} -v '^=' \
 		> ${WRKDIR}/freebsd-default.supp || \
--- valgrind.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->barner  
Responsible-Changed-By: barner 
Responsible-Changed-When: Thu May 19 10:30:56 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer (me :-). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81249 
State-Changed-From-To: open->closed 
State-Changed-By: barner 
State-Changed-When: Thu May 19 16:57:30 GMT 2005 
State-Changed-Why:  
Committed, thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81249 
>Unformatted:
