Summary: | media-libs/libvpx fails to compile with -std=gnu11 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | chromium |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | libvpx-1.3.0:20150308-012123.log |
Description
Agostino Sarubbo
![]() Created attachment 398480 [details]
libvpx-1.3.0:20150308-012123.log
build log
This build failure has nothing to do with ABI breakage caused by C++11. I'm not sure this is even something that we need to "fix". Programs written for an older version of C are not guaranteed to build under newer versions of the language. In this case, max_align_t was added as a standard type in C11, but the program sources define it in a conflicting way. It's something for upstream to worry about, if they care. |