[FFmpeg-trac] #6711(undetermined:new): error 'libavcodec/x86/proresdsp.o' has no sections

FFmpeg trac at avcodec.org
Mon Oct 2 15:40:26 EEST 2017


#6711: error 'libavcodec/x86/proresdsp.o' has no sections
-------------------------------------+-------------------------------------
             Reporter:  hydra3333    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 Building with commit 2f7ca0b94e49c2bfce8bda3f883766101ebd7a9b produces at
 least the following errors ... which I have just noticed as it doesn't
 crash my rdp-build-script based cross-compiling script.

 /home/u/Desktop/ffmpeg-windows-build-helpers-withOpenCL-
 master/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-strip:
 error: the input file 'libavcodec/x86/proresdsp.o' has no sections
 ffbuild/common.mak:82: recipe for target 'libavcodec/x86/proresdsp.o'
 failed
 make: [libavcodec/x86/proresdsp.o] Error 1 (ignored)
 CC      libavcodec/x86/proresdsp_init.o
 X86ASM  libavcodec/x86/qpel.o
 STRIP   libavcodec/x86/qpel.o
 X86ASM  libavcodec/x86/qpeldsp.o
 CC      libavcodec/x86/qpeldsp_init.o
 STRIP   libavcodec/x86/qpeldsp.o
 X86ASM  libavcodec/x86/rv34dsp.o
 CC      libavcodec/x86/rv34dsp_init.o
 STRIP   libavcodec/x86/rv34dsp.o
 X86ASM  libavcodec/x86/rv40dsp.o
 CC      libavcodec/x86/rv40dsp_init.o
 STRIP   libavcodec/x86/rv40dsp.o
 X86ASM  libavcodec/x86/sbrdsp.o
 STRIP   libavcodec/x86/sbrdsp.o
 CC      libavcodec/x86/sbrdsp_init.o
 X86ASM  libavcodec/x86/simple_idct.o
 X86ASM  libavcodec/x86/simple_idct10.o
 STRIP   libavcodec/x86/simple_idct10.o
 /home/u/Desktop/ffmpeg-windows-build-helpers-withOpenCL-
 master/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-strip:
 error: the input file 'libavcodec/x86/simple_idct10.o' has no sections
 ffbuild/common.mak:82: recipe for target 'libavcodec/x86/simple_idct10.o'
 failed

 How to reproduce:

 build under ubuntu 17.04 with

 ./configure --arch=x86 --target-os=mingw32
 --cross-prefix=/home/u/Desktop/ffmpeg-windows-build-helpers-withOpenCL-
 master/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-
 --pkg-config=pkg-config --pkg-config-flags=--static --enable-gray
 --enable-version3 --disable-debug --disable-doc --disable-htmlpages
 --disable-manpages --disable-podpages --disable-txtpages --disable-
 w32threads --enable-nvenc --enable-cuda --enable-cuvid --enable-d3d11va
 --enable-libsoxr --enable-fontconfig  --enable-libass --enable-libbluray
 --enable-iconv --enable-libtwolame  --enable-libzvbi --enable-libcaca
 --enable-libmodplug --extra-libs=-lstdc++ --extra-libs=-lpng --extra-
 libs=-loleaut32  --enable-libmp3lame --enable-version3 --enable-zlib
 --enable-librtmp --enable-libvorbis --enable-libtheora  --enable-libspeex
 --enable-libopenjpeg --enable-gnutls  --enable-libgsm
 --enable-libfreetype --enable-libopus  --enable-bzlib --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc
 --enable-libvpx  --enable-libilbc --enable-libwavpack --enable-libwebp
 --enable-libgme --enable-dxva2 --enable-gray  --enable-libopenh264
 --enable-libmysofa --enable-libflite --enable-lzma --enable-libsnappy
 --enable-libzimg --enable-libbs2b  --enable-gmp --enable-libfribidi
 --enable-cross-compile --enable-pic  --extra-libs=-lpsapi --extra-
 libs=-lspeexdsp  --disable-schannel
 --extra-cflags=-DLIBTWOLAME_STATIC --extra-cflags=-DMODPLUG_STATIC
 --extra-cflags=-DCACA_STATIC --enable-gpl --enable-avisynth
 --enable-frei0r --enable-filter=frei0r --enable-librubberband --enable-
 libvidstab --enable-libx264 --enable-libx265 --enable-libxavs
 --enable-libxvid --enable-libmfx  --enable-avresample  --extra-
 libs=-lpsapi  --extra-libs=-lspeexdsp  --enable-libcdio
 --extra-cflags=-mtune=generic --extra-cflags=-O3 --enable-static
 --disable-shared
 --prefix=/home/u/Desktop/ffmpeg-windows-build-helpers-withOpenCL-
 master/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32
 --enable-nonfree --enable-decklink --enable-libfdk-aac --enable-opencl
 --enable-runtime-cpudetect  --disable-libx264

 built on 2017.10.02

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6711>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list