Summary: | media-libs/xvid-1.3.7: replaces -mcpu with -mtune, leading to build failure. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Georgy Yakovlev <gyakovlev> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | bass_dr, flow |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=831211 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Georgy Yakovlev
![]() ![]() I have a fix in my personal overlay: https://github.com/bassdr/gentoo-local-overlay/tree/master/media-libs/xvid I remove the mcpu -> mtunes replacement completely, and it just works. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6772974ec4b3250f18dfaf2c142c8d439335e4a3 commit 6772974ec4b3250f18dfaf2c142c8d439335e4a3 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-08-19 01:16:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-08-19 01:17:19 +0000 media-libs/xvid: disable assembly There's a handful of very old asm impls in here for mmx+sse2 but they're non-PIC and unlikely to be worth it these days. Bug: https://bugs.gentoo.org/421841 Bug: https://bugs.gentoo.org/831044 Bug: https://bugs.gentoo.org/858431 Closes: https://bugs.gentoo.org/258804 Closes: https://bugs.gentoo.org/926543 Closes: https://bugs.gentoo.org/937019 Signed-off-by: Sam James <sam@gentoo.org> media-libs/xvid/xvid-1.3.7-r2.ebuild | 69 ++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) |