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

Bug 138413

Summary: media-sound/gqmpeg-0.91.1 installs too many docs with non-case sorted alphabets
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gqmpeg-fix_dodoc.patch

Description James Rowe 2006-06-28 17:27:26 UTC
The gqmpeg ebuild uses bash's pattern matching which is locale dependent,
if you're using a locale whose alphabet isn't case sorted then it will
install way too many files.

  In my case, with en_GB, that is ABOUT-NLS AUTHORS ChangeLog config.guess
config.h.in config.rpath config.sub configure configure.in COPYING depcomp
FAQ gqmpeg.1 gqmpeg.desktop gqmpeg.png gqmpeg.spec gqmpeg.spec.in INSTALL
install-sh intl NEWS plugin po README skins SKIN-SPECS SKIN-SPECS-V1 src
TODO.  It will of course depend on the sorting method defined by your
locale, it could be worse or better than en_GB whilst still not being what
was expected.

  The attached patch just changes the dodoc() call to use a static list.
The patch also changes the behaviour not to include the generic autotools
files.  It makes more sense that overriding LC_COLLATE and friends in my
opinion.

Thanks


James
Comment 1 James Rowe 2006-06-28 17:27:57 UTC
Created attachment 90390 [details, diff]
gqmpeg-fix_dodoc.patch
Comment 2 Alexis Ballier gentoo-dev 2007-02-04 20:29:50 UTC
Fixed, thanks.