Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511104 - media-tv/xbmc with libsdl-1.2.15-r5 - ?
Summary: media-tv/xbmc with libsdl-1.2.15-r5 - ?
Status: RESOLVED DUPLICATE of bug 510276
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 12:27 UTC by Stanislav Lanci
Modified: 2014-05-23 13:30 UTC (History)
0 users

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


Attachments
diff patch showing changes (SDL-x86_64-headers.patch,2.47 KB, patch)
2014-05-23 12:28 UTC, Stanislav Lanci
Details | Diff
correct diff (SDL-x86_64-headers.patch,2.26 KB, patch)
2014-05-23 12:37 UTC, Stanislav Lanci
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Lanci 2014-05-23 12:27:41 UTC
Build of XBMC fails during compilation of libsquish due to problems in finding SDL headers. Problem is with architecture dependent headers in /usr/include/x86_64-pc-linux-gnu/SDL/ including SDL headers located in /usr/include/SDL/ . Changing #include "SDL_*.h"/"begin/close_code.h" exept "SDL_endian.h" to #include <SDL/*.h> on them had resolved the issue. Dont know if it is a problem of XBMC or libsdl-1.2.15-r5 as other software compiles without problem with original and changed SDL headers. Attached patch file showing what was changed.
Comment 1 Stanislav Lanci 2014-05-23 12:28:41 UTC
Created attachment 377492 [details, diff]
diff patch showing changes
Comment 2 Stanislav Lanci 2014-05-23 12:37:23 UTC
Created attachment 377494 [details, diff]
correct diff

Please disregard the previous attachment as that one was created mixing i688 and x86_64 headers. This one uses same arch headers.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-23 13:30:17 UTC

*** This bug has been marked as a duplicate of bug 510276 ***