Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287423 - media-video/vlc-1.0.2 fails with USE="kate" on big endian cpus
Summary: media-video/vlc-1.0.2 fails with USE="kate" on big endian cpus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2011-3623
  Show dependency tree
 
Reported: 2009-10-02 21:11 UTC by Mounir Lamouri (volkmar) (RETIRED)
Modified: 2009-10-02 21:51 UTC (History)
1 user (show)

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


Attachments
Patch against repository (0001-Fix-kate-module-compilation-for-Big-Endians-typo.patch,854 bytes, patch)
2009-10-02 21:13 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-10-02 21:11:45 UTC
There is an error in modules/codec/kate.c
Line 1513 shouldn't be uint8_t tmp = pixel[2]; but uint8_t tmp = p_pixel[2];
sed -i -e "s:pixel\[2\];:p_pixel\[2\];:" modules/codec/kate.c
is working

This is blocking vlc-1.0.2 stabilization for ppc
Comment 1 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-10-02 21:13:30 UTC
Created attachment 205877 [details, diff]
Patch against repository

This patch should work, I will send it upstream.
Comment 2 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-10-02 21:22:13 UTC
Patch accepted upstream, commited in repository
Comment 3 Alexis Ballier gentoo-dev 2009-10-02 21:51:19 UTC
applied, thanks