Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409725 - media-libs/FusionSound-1.1.1-r1: fails to compile against libav-0.8.1
Summary: media-libs/FusionSound-1.1.1-r1: fails to compile against libav-0.8.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 409685
  Show dependency tree
 
Reported: 2012-03-26 08:14 UTC by Agostino Sarubbo
Modified: 2012-04-22 10:25 UTC (History)
2 users (show)

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


Attachments
build.log (FusionSound-1.1.1-r1:20120325-191840.log,34.06 KB, text/plain)
2012-03-26 08:14 UTC, Agostino Sarubbo
Details
FusionSound-1.1.1-libav-0.8.1.patch (FusionSound-1.1.1-libav-0.8.1.patch,637 bytes, patch)
2012-04-15 21:10 UTC, Davide Pesavento (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-03-26 08:14:52 UTC
Created attachment 306685 [details]
build.log

$summary
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2012-04-15 21:10:29 UTC
Created attachment 309091 [details, diff]
FusionSound-1.1.1-libav-0.8.1.patch

Try this patch please.
Comment 2 Agostino Sarubbo gentoo-dev 2012-04-16 08:02:58 UTC
(In reply to comment #1)
> Try this patch please.

The patch 'itself' does not look good, but include of that header make it fixed.
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2012-04-16 10:58:41 UTC
Could you point out what's not good about it specifically?
Comment 4 Agostino Sarubbo gentoo-dev 2012-04-16 11:16:28 UTC
I applied the patch after all present patch and it does not work. Specifically in your patch there is: 

 #include <avcodec.h>
 #include <avformat.h>
+#include <libavutil/mathematics.h>

but in the source code I see:

#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2012-04-16 12:26:13 UTC
Ah yes sorry, I forgot to say that my patch must be applied before all other patches :)
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2012-04-16 12:27:20 UTC
(In reply to comment #5)
> Ah yes sorry, I forgot to say that my patch must be applied before all other
> patches :)

At which point probably the other patches won't apply anymore :/
Well, I'll re-diff it, it's trivial anyway.
Comment 7 Davide Pesavento (RETIRED) gentoo-dev 2012-04-17 13:20:38 UTC
Fixed in CVS, thanks Ago!
Comment 8 Joerg Bornkessel (RETIRED) gentoo-dev 2012-04-22 10:25:14 UTC
Thanks for your help out,
didnt have time to take a closer look on this bug ...