| Summary: | media-video/ffmpeg-6.1.1-r5, bad immediate value for 8-bit offset, on ARM MUSL | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marius Dinu <marius+gentoo> |
| Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
| Status: | UNCONFIRMED --- | ||
| Severity: | normal | CC: | marius+gentoo, toolchain |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=937331 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
Created attachment 899035 [details]
emerge --info
I can't attach the complete build log - file too large. It is suspicious that the error is the same as bug 937331. Please refrain from filing further bugs until we can determine if your system or toolchain is broken. OK... In the meantime, I tried previous ffmpeg versions. Last one working is v4.4.4-r10. |
emerge fails with this error: armv7a-unknown-linux-musleabihf-gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -fomit-frame-pointer -march=armv7ve+neon-vfpv3 -mcpu=cortex-a17 -mfpu=neon-vfpv3 -mfloat-abi=hard -mfp16-format=ieee -mcpu=cortex-a17 -std=c11 -fPIC -marm -pthread -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O2 -pipe -fomit-frame-pointer -march=armv7ve+neon-vfpv3 -mcpu=cortex-a17 -mfpu=neon-vfpv3 -mfloat-abi=hard -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -Wno-maybe-uninitialized -MMD -MF fftools/ffmpeg_mux.d -MT fftools/ffmpeg_mux.o -c -o fftools/ffmpeg_mux.o src/fftools/ffmpeg_mux.c {standard input}: Assembler messages: {standard input}:2564: Error: bad immediate value for 8-bit offset (256) {standard input}:2604: Error: bad immediate value for 8-bit offset (256) {standard input}:2747: Error: bad immediate value for 8-bit offset (256) make: *** [/var/tmp/portage/media-video/ffmpeg-6.1.1-r5/work/ffmpeg-6.1.1/ffbuild/common.mak:81: fftools/ffmpeg_mux.o] Error 1 Reproducible: Always