m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

mingw64 [vorbis] build vorbis fails #2580

Closed job-so closed 5 months ago

job-so commented 5 months ago

Hi Folks,

using https://github.com/m-ab-s/media-autobuild_suite/commit/4b263b7915da5b21e6f3d32de22f555dc25255ec

Vorbis does not compile due to ogg missing. (no standalone binaries requested) Had to manually preinstall ogg library : pacman -S mingw-w64-x86_64-libogg

Same Issue as #2491 ?

Warning: We will not accept any issues lacking any form of logs or logs.zip!
media-autobuild_suite  (64bit) 
    Starting 64bit compilation of all tools
Imported default FFmpeg options from .bat
License: nonfree
Imported default mpv options from .bat
media-autobuild_suite  (64bit): compiling global tools 
    Starting 64bit compilation of global tools
media-autobuild_suite  (64bit): compiling audio tools  
    Starting 64bit compilation of audio tools
  Running git update for vorbis...
┌ vorbis git  ......................................... [Recently updated]
├ Running autogen...
├ Running configure...
Likely error (tail of the failed operation logfile):
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking pkg-config is at least version 0.9.0... yes
checking for OGG... no
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed.
configure: error: must have Ogg installed!
configure failed. Check D:/ETALON/ffmpeg/media-autobuild_suite/build/vorbis-git/build-64bit/ab-suite.configure.log
This is required for other packages, so this script will exit.
  Creating diagnostics file...

logs-20240119_1430.zip