From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:28:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FA716A4CE; Fri, 20 Feb 2004 21:28:47 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1676B43D1D; Fri, 20 Feb 2004 21:28:47 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.203.241) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA927002A3ADD; Sat, 21 Feb 2004 16:28:45 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 730CC415E; Sat, 21 Feb 2004 16:28:44 +1100 (EST) Date: Sat, 21 Feb 2004 16:28:44 +1100 From: Tim Robbins To: Greg Lewis Message-ID: <20040221052844.GA3631@cat.robbins.dropbear.id.au> References: <200402202248.i1KMmOCZ018289@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402202248.i1KMmOCZ018289@freefall.freebsd.org> User-Agent: Mutt/1.4.1i cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/63118: e2fsprogs thinks devices are zero bytes in size X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 05:28:47 -0000 On Fri, Feb 20, 2004 at 02:48:24PM -0800, Greg Lewis wrote: > Synopsis: e2fsprogs thinks devices are zero bytes in size > > State-Changed-From-To: open->feedback > State-Changed-By: glewis > State-Changed-When: Fri Feb 20 14:48:05 PST 2004 > State-Changed-Why: > Tim, please try the updated e2fsprogs port I just committed. This works well, except that it didn't compile properly until I removed a previous version (1.32) of the package; it was picking up ext2_fs.h from /usr/local/include instead of the copy in the work directory: ls.c: In function `list_super2': ls.c:262: error: structure has no member named `s_jnl_backup_type' ls.c:264: error: structure has no member named `s_jnl_backup_type' ls.c:269: error: structure has no member named `s_jnl_backup_type' gmake[2]: *** [ls.o] Error 1 gmake[2]: Leaving directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.35/lib/e2p' [...] The sysutils/fsck_ext2fs port should either be deleted now, or marked BROKEN on 5.x. Tim