Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 267402

Summary: sys-fs/e2fsprogs-1.41.5 version bump
Product: Gentoo Linux Reporter: Paul Mulders <justinkb>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: kfm, matsuu, polynomial-c, rodrigo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 269378    
Attachments: e2fsprogs-1.41.5-makefile.patch
e2fsprogs-1.41.5-create-man3dir.diff
e2fsprogs-1.41.5-makefile.patch
e2fsprogs-1.41.5.ebuild

Description Paul Mulders 2009-04-25 10:21:45 UTC
e2fsprogs 1.41.5 released April 23rd :)

Reproducible: Always
Comment 1 James Le Cuirot gentoo-dev 2009-04-25 14:17:08 UTC
Created attachment 189381 [details, diff]
e2fsprogs-1.41.5-makefile.patch

The e2fsprogs-libs package is a simple rename bump. Here's a new makefile patch for this package. It still fails though because the man3 directory doesn't get created for some reason.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-26 10:11:42 UTC
Created attachment 189474 [details, diff]
e2fsprogs-1.41.5-create-man3dir.diff

This patch got me beyond the man3 error. Unfortunately the package is not parallel make safe (had to use MAKEOPTS="-j1") and in the end I got several file collisions with the corresponding e2fsprogs-libs package:

 * Detected file collision(s):
 *
 *      /lib64/libblkid.so.1.0
 *      /usr/lib64/libblkid.a
 *      /usr/lib64/libblkid.so
 *      /usr/lib64/pkgconfig/blkid.pc
 *      /usr/share/man/man3/libblkid.3.bz2
 *      /usr/include/blkid/blkid.h
 *      /usr/include/blkid/blkid_types.h
 *      /lib64/libblkid.so.1
 *      /lib64/libblkid.so
Comment 3 SpanKY gentoo-dev 2009-04-29 21:30:05 UTC
Created attachment 189899 [details, diff]
e2fsprogs-1.41.5-makefile.patch

the updated makefile patch is incorrect as it uses hard links but with wrong paths
Comment 4 SpanKY gentoo-dev 2009-04-29 21:31:05 UTC
Created attachment 189900 [details]
e2fsprogs-1.41.5.ebuild

e2fsprogs shouldnt be installing blkid ... as such, creating man3dir is also not needed.  the blkid sed in src_unpack() needs updating.

the `make install` dependency stuff is still broken though
Comment 5 Matthias Schwarzott gentoo-dev 2009-05-11 09:29:26 UTC
(In reply to comment #4)
> 
> e2fsprogs shouldnt be installing blkid ... as such, creating man3dir is also
> not needed.  the blkid sed in src_unpack() needs updating.

I just wanted to write some similar comment, I opened Bug 269378 about moving the blkid program to util-linux.
Comment 6 kfm 2009-05-27 02:28:39 UTC
Once it's ready, fast-tracking it as stable would seem sensible as it fixes a "number of filesystem corruption bugs in resize2fs when growing or shrinking ext4 filesystems off-line", among other things. I suspect that ext4 has acquired a significant number of early adopters.
Comment 7 SpanKY gentoo-dev 2009-05-29 23:26:43 UTC
now in the tree
Comment 8 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-30 02:33:57 UTC
*** Bug 271823 has been marked as a duplicate of this bug. ***