Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138413 - media-sound/gqmpeg-0.91.1 installs too many docs with non-case sorted alphabets
Summary: media-sound/gqmpeg-0.91.1 installs too many docs with non-case sorted alphabets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 17:27 UTC by James Rowe
Modified: 2007-02-04 20:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gqmpeg-fix_dodoc.patch (gqmpeg-fix_dodoc.patch,480 bytes, patch)
2006-06-28 17:27 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.