From nobody@FreeBSD.org  Wed Aug 10 15:03:01 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DC57716A44B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Aug 2005 15:03:01 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 747AE43D53
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Aug 2005 15:03:01 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j7AF31BE037699
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Aug 2005 15:03:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j7AF31uD037698;
	Wed, 10 Aug 2005 15:03:01 GMT
	(envelope-from nobody)
Message-Id: <200508101503.j7AF31uD037698@www.freebsd.org>
Date: Wed, 10 Aug 2005 15:03:01 GMT
From: Marcus Grando <marcus@corp.grupos.com.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: sysutils/e2fsprogs
X-Send-Pr-Version: www-2.3

>Number:         84760
>Category:       ports
>Synopsis:       Update port: sysutils/e2fsprogs
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 15:10:17 GMT 2005
>Closed-Date:    Mon Aug 15 11:47:16 GMT 2005
>Last-Modified:  Mon Aug 15 12:10:16 GMT 2005
>Originator:     Marcus Grando
>Release:        FreeBSD 6.0-BETA2
>Organization:
Grupos Internet
>Environment:
FreeBSD marcus.grupos.com.br 6.0-BETA2 FreeBSD 6.0-BETA2 #0: Wed Aug 10 10:47:39 BRT 2005     root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS  i386
>Description:
- Fix build

Add files:

files/patch-e2fsck::Makefile.in

Note:

All tests fail because of expect on line like that (see test/*.fail):
+ Memory used: 927522608, time: 1915302477.23/791622215.62/791622215.62
>How-To-Repeat:
      
>Fix:
diff -ruN e2fsprogs.orig/Makefile e2fsprogs/Makefile
--- e2fsprogs.orig/Makefile     Mon Jul  4 07:09:14 2005
+++ e2fsprogs/Makefile  Wed Aug 10 10:03:14 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=      e2fsprogs
 PORTVERSION=   1.38
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
diff -ruN e2fsprogs.orig/files/patch-e2fsck::Makefile.in e2fsprogs/files/patch-e2fsck::Makefile.in
--- e2fsprogs.orig/files/patch-e2fsck::Makefile.in      Wed Dec 31 21:00:00 1969
+++ e2fsprogs/files/patch-e2fsck::Makefile.in   Wed Aug 10 10:01:07 2005
@@ -0,0 +1,11 @@
+--- e2fsprogs-1.38/e2fsck/Makefile.in.orig     Wed Jun 29 14:42:20 2005
++++ e2fsprogs-1.38/e2fsck/Makefile.in  Wed Aug 10 09:59:41 2005
+@@ -14,7 +14,7 @@
+ 
+ PROGS=                e2fsck
+ MANPAGES=     e2fsck.8
+-XTRA_CFLAGS=  -DRESOURCE_TRACK
++XTRA_CFLAGS=  # -DRESOURCE_TRACK
+ 
+ LIBS= $(LIBEXT2FS) $(LIBCOM_ERR) $(LIBBLKID) $(LIBUUID) $(LIBINTL)
+ DEPLIBS= $(LIBEXT2FS) $(LIBCOM_ERR) $(LIBBLKID) $(DEPLIBUUID)
>Release-Note:
>Audit-Trail:

From: Matthias Andree <matthias.andree@gmx.de>
To: bug-followup@FreeBSD.org, marcus@corp.grupos.com.br
Cc:  
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Thu, 11 Aug 2005 18:24:01 +0200

 There must be a reason why we see this line with the bogus data on
 FreeBSD 6 and 7, but not on 4 and 5. What GCC version is FreeBSD 6
 using? GCC 4 already?
 
 -- 
 Matthias Andree

From: Marcus Grando <marcus@corp.grupos.com.br>
To: Matthias Andree <matthias.andree@gmx.de>
Cc: bug-followup@FreeBSD.org,  pav@FreeBSD.org
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Thu, 11 Aug 2005 15:17:40 -0300

 Well,
 
 I don't know. I try find anything, but don't see nothing. Maybe gcc how 
 you talk.
 
 # uname -r
 6.0-BETA2
 # gcc -v
 Using built-in specs.
 Configured with: FreeBSD/i386 system compiler
 Thread model: posix
 gcc version 3.4.4 [FreeBSD] 20050518
 
 # uname -r
 5.4-RELEASE-p6
 # gcc -v
 Using built-in specs.
 Configured with: FreeBSD/i386 system compiler
 Thread model: posix
 gcc version 3.4.2 [FreeBSD] 20040728
 
 Regards
 
 Matthias Andree wrote:
 > 
 > There must be a reason why we see this line with the bogus data on
 > FreeBSD 6 and 7, but not on 4 and 5. What GCC version is FreeBSD 6
 > using? GCC 4 already?
 > 
 
 -- 
 Marcus Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br

From: Marcus Grando <marcus@corp.grupos.com.br>
To: bug-followup@FreeBSD.org
Cc: matthias.andree@gmx.de
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Sun, 14 Aug 2005 10:06:50 -0300

 Hi Matthias,
 
 About this PR, any position? Tomorrow branch of 6.0 are created, and 
 this port are broken.
 
 Only thing of this patch do is remove "Memory" printf's.
 
 Regards
 
 -- 
 Marcus Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br

From: Matthias Andree <matthias.andree@gmx.de>
To: Marcus Grando <marcus@corp.grupos.com.br>
Cc: bug-followup@FreeBSD.org, matthias.andree@gmx.de, vs@freebsd.org,
	Theodore Ts'o <tytso@mit.edu>
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Mon, 15 Aug 2005 13:05:50 +0200

 The patch in <http://www.freebsd.org/cgi/query-pr.cgi?pr=84760>
 looks fine to me - please commit.
 
 Ted, do you have any insight on the patch failures as Marcus described?
 
 Thanks,
 
 -- 
 Matthias Andree
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Aug 15 11:47:06 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84760 

From: Pav Lucistnik <pav@FreeBSD.org>
To: matthias.andree@gmx.de, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Mon, 15 Aug 2005 13:47:02 +0200

 Note that this still leaves 10 tests failing on 6.0/amd64 ..
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 The answer to the all-encompassing question on life, the universe
 and everything: close windows and reboot.

From: Matthias Andree <matthias.andree@gmx.de>
To: Pav Lucistnik <pav@FreeBSD.org>
Cc: matthias.andree@gmx.de, bug-followup@FreeBSD.org
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Mon, 15 Aug 2005 14:00:10 +0200

 On Mon, 15 Aug 2005, Pav Lucistnik wrote:
 
 > Note that this still leaves 10 tests failing on 6.0/amd64 ..
 
 Thanks - wasn't aware of that. I don't have AMD64 to test, and no funds
 to get a AMD64 machine. So if someone could lend me a SSH2 account (for
 pubkey authorization) on a AMD64 computer that would be much appreciated.
 
 Can I have a look at the failed tests or the whole workdir (the *.failed
 files are particularly important - just "find $WRKSRC -name '*.failed'
 -print" should do) please?
 
 -- 
 Matthias Andree

From: Pav Lucistnik <pav@FreeBSD.org>
To: Matthias Andree <matthias.andree@gmx.de>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/84760: Update port: sysutils/e2fsprogs
Date: Mon, 15 Aug 2005 14:08:18 +0200

 --=-ouB4dTqQOnhQlM3aoXLa
 Content-Type: text/plain; charset=ISO8859-2
 Content-Transfer-Encoding: quoted-printable
 
 Matthias Andree p=ED=B9e v po 15. 08. 2005 v 14:00 +0200:
 > On Mon, 15 Aug 2005, Pav Lucistnik wrote:
 >=20
 > > Note that this still leaves 10 tests failing on 6.0/amd64 ..
 >=20
 > Thanks - wasn't aware of that. I don't have AMD64 to test, and no funds
 > to get a AMD64 machine. So if someone could lend me a SSH2 account (for
 > pubkey authorization) on a AMD64 computer that would be much appreciated.
 >=20
 > Can I have a look at the failed tests or the whole workdir (the *.failed
 > files are particularly important - just "find $WRKSRC -name '*.failed'
 > -print" should do) please?
 
 http://hood.oook.cz/irc/e2fsprogs.typescript
 http://hood.oook.cz/irc/e2fsprogs.work.tbz
 
 I'm sorry but I can't provide you with a shell here.
 
 --=20
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Stupidity got us into this mess -- why can't it get us out?
 
 --=-ouB4dTqQOnhQlM3aoXLa
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 
 iD8DBQBDAIWyntdYP8FOsoIRAhQaAKCP2Og79L379KOQcKZNb7v+bhc02ACfSmHf
 GZEHnFL1y6YC/1GkMdnspJw=
 =9RrP
 -----END PGP SIGNATURE-----
 
 --=-ouB4dTqQOnhQlM3aoXLa--
>Unformatted:
