Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228833 - media-video/transcode-1.0.4-r2 fails to build with ffmpeg-0.4.9_p20080326
Summary: media-video/transcode-1.0.4-r2 fails to build with ffmpeg-0.4.9_p20080326
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-22 03:13 UTC by Benjamin Bannier
Modified: 2008-06-29 14:49 UTC (History)
0 users

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


Attachments
sed for correct include paths (correct_includes.patch,758 bytes, patch)
2008-06-22 03:14 UTC, Benjamin Bannier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Bannier 2008-06-22 03:13:54 UTC
The transcode build assumes the ffmpeg headers are in ffmpeg/, but they are in libavcodec/ instead, so configure whines about them being missing.

I attach a stupid, ugly and brute-force patch to the ebuild that works nicely over here.

This could also be an issue of other versions of transcode (haven't tried though). I have no idea if this is a upstream transcode or ffmpeg issue.

Cheers,

Benjamin
Comment 1 Benjamin Bannier 2008-06-22 03:14:38 UTC
Created attachment 157969 [details, diff]
sed for correct include paths
Comment 2 Benjamin Bannier 2008-06-22 04:34:50 UTC
Sorry,

one important piece of information I forget: ffmpeg is at media-video/ffmpeg-0.4.9_p20080326 here.
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2008-06-22 07:23:38 UTC
It is because you are mixing branches: stable transcode with testing (~arch) ffmpeg version. ~transcode-1.0.4 works with ~ffmpeg-0.4.9_p20070616, if you use ffmpeg-0.4.9_p20080326 you should use transcode-1.0.6_rc2-r1 with that. See bug 214740.

The ffmpeg dependency for <=transcode-1.0.5-r2 needs an update to prevent this mixing.
Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2008-06-29 14:49:02 UTC
+  29 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> transcode-1.0.4.ebuild,
+  transcode-1.0.4-r2.ebuild, -transcode-1.0.5-r2.ebuild:
+  Fix deps for ffmpeg wrt bug #228833.
+