Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324359 - www-client/chromium fails to build with ffmpeg-0.6
Summary: www-client/chromium fails to build with ffmpeg-0.6
Status: RESOLVED DUPLICATE of bug 318969
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-0.6
  Show dependency tree
 
Reported: 2010-06-16 18:16 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-06-16 20:00 UTC (History)
1 user (show)

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


Attachments
Build log (compressed) (chromium-5.0.375.70:20100616-173921.log.bz2,43.75 KB, application/x-bzip2)
2010-06-16 18:20 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-06-16 18:16:38 UTC
easy fix:

append-flags -D__STDC_CONSTANT_MACROS

(UINT64_C isnt standard in C++ unless this macro is defined, and ffmpeg headers
require it)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-06-16 18:20:25 UTC
Created attachment 235629 [details]
Build log (compressed)
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-06-16 20:00:25 UTC
Thanks, I've applied the workaround to the 5.0.x.x versions. Older ebuilds already use it.

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