Date: Sat, 21 Feb 2004 16:28:44 +1100 From: Tim Robbins <tjr@freebsd.org> To: Greg Lewis <glewis@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/63118: e2fsprogs thinks devices are zero bytes in size Message-ID: <20040221052844.GA3631@cat.robbins.dropbear.id.au> In-Reply-To: <200402202248.i1KMmOCZ018289@freefall.freebsd.org> References: <200402202248.i1KMmOCZ018289@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040221052844.GA3631>