View previous topic :: View next topic |
Author |
Message |
ManfredB Veteran
Joined: 27 Dec 2007 Posts: 1745
|
Posted: Mon Feb 22, 2021 8:01 am Post subject: [gelöst] ffmpeg-Installation scheitert |
|
|
Hallo zusammen,
ich habe eben eine Aktualisierung von gentoo-unstable durchgeführt, doch die scheitert.
media-video/ffmpeg-4.3.2
zeigt folgende Meldung an:
Code: |
make: *** [/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/ffbuild/common.mak:59: libswscale/x86/yuv2rgb.o] Error 1
make: *** Waiting for unfinished jobs....
echo skipping strip -x libswscale/x86/scale.o
skipping strip -x libswscale/x86/scale.o
* ERROR: media-video/ffmpeg-4.3.2::gentoo failed (compile phase):
* emake failed
|
Ich habe versucht herauszubekommen, was es mit libswcale auf sich hat, aber bin nicht fündig geworden.
Hat jemand einen Tipp, wie ich das Problem lösen kann?
Danke im voraus.
Gruß
Manfred
Last edited by ManfredB on Mon Feb 22, 2021 10:08 am; edited 1 time in total |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1746 Location: Germany
|
|
Back to top |
|
|
ManfredB Veteran
Joined: 27 Dec 2007 Posts: 1745
|
Posted: Mon Feb 22, 2021 9:00 am Post subject: |
|
|
Wie funktioniert das?
Ich habe so etwas noch nie gemacht.
Gruß
Manfred |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Mon Feb 22, 2021 9:03 am Post subject: |
|
|
wgetpaste _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
ManfredB Veteran
Joined: 27 Dec 2007 Posts: 1745
|
Posted: Mon Feb 22, 2021 9:15 am Post subject: |
|
|
Folgend Meldung habe ich bekommen:
Code: |
Connecting to dpaste.com|35.173.69.207|:80... connected.
HTTP request sent, awaiting response... 413 Request Entity Too Large
2021-02-22 10:11:44 ERROR 413: Request Entity Too Large.
|
Nun weiss ich nicht weiter.
Gruß
Manfred |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Mon Feb 22, 2021 9:23 am Post subject: |
|
|
Probieren Sie transfer.sh aus, damit Sie bis zu 10 GB hochladen können _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
ManfredB Veteran
Joined: 27 Dec 2007 Posts: 1745
|
Posted: Mon Feb 22, 2021 9:30 am Post subject: |
|
|
Ich habe mir das build.log einmal angeschaut.
Der Fehler wird es ziemlich am Ende angezeigt, daher kann ich das doch hier liefern.
Code: |
nasm -f elf64 -DPIC -I./ -Isrc// -I/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/libswscale/x86/ -Pconfig.asm -MD libswscale/x86/input.d -o libswscale/x86/input.o src/libswscale/x86/input.asm
echo skipping strip -x libswscale/x86/input.o
skipping strip -x libswscale/x86/input.o
nasm -f elf64 -DPIC -I./ -Isrc// -I/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/libswscale/x86/ -Pconfig.asm -MD libswscale/x86/output.d -o libswscale/x86/output.o src/libswscale/x86/output.asm
x86_64-pc-linux-gnu-gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -DBUILDING_swscale -march=native -O2 -pipe -march=znver1 -std=c11 -fPIC -pthread -I/usr/include/freetype2 -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -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 -march=native -O2 -pipe -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 -fdiagnostics-color=auto -Wno-maybe-uninitialized -I/usr/include/SDL2 -D_REENTRANT -MMD -MF libswscale/x86/rgb2rgb.d -MT libswscale/x86/rgb2rgb.o -c -o libswscale/x86/rgb2rgb.o src/libswscale/x86/rgb2rgb.c
echo skipping strip -x libswscale/x86/output.o
skipping strip -x libswscale/x86/output.o
nasm -f elf64 -DPIC -I./ -Isrc// -I/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/libswscale/x86/ -Pconfig.asm -MD libswscale/x86/rgb_2_rgb.d -o libswscale/x86/rgb_2_rgb.o src/libswscale/x86/rgb_2_rgb.asm
nasm -f elf64 -DPIC -I./ -Isrc// -I/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/libswscale/x86/ -Pconfig.asm -MD libswscale/x86/scale.d -o libswscale/x86/scale.o src/libswscale/x86/scale.asm
echo skipping strip -x libswscale/x86/rgb_2_rgb.o
skipping strip -x libswscale/x86/rgb_2_rgb.o
x86_64-pc-linux-gnu-gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -DBUILDING_swscale -march=native -O2 -pipe -march=znver1 -std=c11 -fPIC -pthread -I/usr/include/freetype2 -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -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 -march=native -O2 -pipe -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 -fdiagnostics-color=auto -Wno-maybe-uninitialized -I/usr/include/SDL2 -D_REENTRANT -MMD -MF libswscale/x86/swscale.d -MT libswscale/x86/swscale.o -c -o libswscale/x86/swscale.o src/libswscale/x86/swscale.c
x86_64-pc-linux-gnu-gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -DBUILDING_swscale -march=native -O2 -pipe -march=znver1 -std=c11 -fPIC -pthread -I/usr/include/freetype2 -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -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 -march=native -O2 -pipe -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 -fdiagnostics-color=auto -Wno-maybe-uninitialized -I/usr/include/SDL2 -D_REENTRANT -MMD -MF libswscale/x86/yuv2rgb.d -MT libswscale/x86/yuv2rgb.o -c -o libswscale/x86/yuv2rgb.o src/libswscale/x86/yuv2rgb.c
src/libswscale/x86/yuv2rgb.c: In function ‘ff_yuv2rgb_init_x86’:
src/libswscale/x86/yuv2rgb.c:91:24: error: ‘yuva420_rgb32_ssse3’ undeclared (first use in this function); did you mean ‘yuva420_rgb32_mmx’?
91 | return yuva420_rgb32_ssse3;
| ^~~~~~~~~~~~~~~~~~~
| yuva420_rgb32_mmx
src/libswscale/x86/yuv2rgb.c:91:24: note: each undeclared identifier is reported only once for each function it appears in
src/libswscale/x86/yuv2rgb.c:95:24: error: ‘yuv420_rgb32_ssse3’ undeclared (first use in this function); did you mean ‘yuv420_rgb32_mmx’?
95 | return yuv420_rgb32_ssse3;
| ^~~~~~~~~~~~~~~~~~
| yuv420_rgb32_mmx
src/libswscale/x86/yuv2rgb.c:99:24: error: ‘yuva420_bgr32_ssse3’ undeclared (first use in this function); did you mean ‘yuva420_bgr32_mmx’?
99 | return yuva420_bgr32_ssse3;
| ^~~~~~~~~~~~~~~~~~~
| yuva420_bgr32_mmx
src/libswscale/x86/yuv2rgb.c:103:24: error: ‘yuv420_bgr32_ssse3’ undeclared (first use in this function); did you mean ‘yuv420_bgr32_mmx’?
103 | return yuv420_bgr32_ssse3;
| ^~~~~~~~~~~~~~~~~~
| yuv420_bgr32_mmx
src/libswscale/x86/yuv2rgb.c:105:20: error: ‘yuv420_rgb24_ssse3’ undeclared (first use in this function); did you mean ‘yuv420_rgb24_mmxext’?
105 | return yuv420_rgb24_ssse3;
| ^~~~~~~~~~~~~~~~~~
| yuv420_rgb24_mmxext
src/libswscale/x86/yuv2rgb.c:107:20: error: ‘yuv420_bgr24_ssse3’ undeclared (first use in this function); did you mean ‘yuv420_bgr24_mmxext’?
107 | return yuv420_bgr24_ssse3;
| ^~~~~~~~~~~~~~~~~~
| yuv420_bgr24_mmxext
nasm -f elf64 -DPIC -I./ -Isrc// -I/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/libswscale/x86/ -Pconfig.asm -MD libswscale/x86/yuv_2_rgb.d -o libswscale/x86/yuv_2_rgb.o src/libswscale/x86/yuv_2_rgb.asm
src/libswscale/x86/yuv2rgb.c:109:20: error: ‘yuv420_rgb16_ssse3’ undeclared (first use in this function); did you mean ‘yuv420_rgb16_mmx’?
109 | return yuv420_rgb16_ssse3;
| ^~~~~~~~~~~~~~~~~~
| yuv420_rgb16_mmx
src/libswscale/x86/yuv2rgb.c:111:20: error: ‘yuv420_rgb15_ssse3’ undeclared (first use in this function); did you mean ‘yuv420_rgb15_mmx’?
111 | return yuv420_rgb15_ssse3;
| ^~~~~~~~~~~~~~~~~~
| yuv420_rgb15_mmx
make: *** [/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2/ffbuild/common.mak:59: libswscale/x86/yuv2rgb.o] Error 1
make: *** Waiting for unfinished jobs....
echo skipping strip -x libswscale/x86/yuv_2_rgb.o
skipping strip -x libswscale/x86/yuv_2_rgb.o
echo skipping strip -x libswscale/x86/scale.o
skipping strip -x libswscale/x86/scale.o
* ERROR: media-video/ffmpeg-4.3.2::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=media-video/ffmpeg-4.3.2::gentoo'`,
* the complete build log and the output of `emerge -pqv '=media-video/ffmpeg-4.3.2::gentoo'`.
* The complete build log is located at '/var/tmp/portage/media-video/ffmpeg-4.3.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-4.3.2/temp/environment'.
* Working directory: '/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2-abi_x86_64.amd64'
* S: '/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2'
* Messages for package media-video/ffmpeg-4.3.2:
* ERROR: media-video/ffmpeg-4.3.2::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=media-video/ffmpeg-4.3.2::gentoo'`,
* the complete build log and the output of `emerge -pqv '=media-video/ffmpeg-4.3.2::gentoo'`.
* The complete build log is located at '/var/tmp/portage/media-video/ffmpeg-4.3.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-4.3.2/temp/environment'.
* Working directory: '/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2-abi_x86_64.amd64'
* S: '/var/tmp/portage/media-video/ffmpeg-4.3.2/work/ffmpeg-4.3.2'
|
Ich hoffe, daß das ausreicht, denn alles davor ist ohne Fehler durchgelaufen.
Gruß
Manfred
P.S. ich habe mir auch mal das ebuild angeschaut und dort eine Zeile gefunden, in der nacheinander
libpostproc
libswscale
libswresample
libavcodec
libavdevice
libavfilter
usw.
kommen. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Mon Feb 22, 2021 9:40 am Post subject: |
|
|
Schauen Sie sich diese an.
Versuchen Sie, den Patch anzuwenden _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
ManfredB Veteran
Joined: 27 Dec 2007 Posts: 1745
|
Posted: Mon Feb 22, 2021 10:08 am Post subject: |
|
|
Hallo zusammen,
nachdem mir fedeliallalinea den patch angeboten hat,
habe ich die Installation erneut durchgeführt.
Diesmal mit Erfolg.
Nun sage ich ganz herzlichen Dank für die Geduld, die ihr mit meinem Problem gezeigt habt.
Und vor allem für die Hilfe, die zum Erfolg geführt hat.
Das freut mich in diesem Forum sehr!!!
Gruß
Manfred |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Mon Feb 22, 2021 10:19 am Post subject: |
|
|
Vielleicht sollten wir einen neuen bug report öffnen. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Christian99 Veteran
Joined: 28 May 2009 Posts: 1713
|
|
Back to top |
|
|
|