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] [ogg] Building ogg fails at ./autogen.sh #2594

Closed yurysch closed 4 months ago

yurysch commented 5 months ago

Building for 64-bit arch, ogg build fails at the configuration step. I verified that ltmain.sh is copied to the ogg root directory (ogg-git).

./autogen.sh 
Updating build configuration files for libogg, please wait....
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
autoreconf-2.72: error: libtoolize failed with exit status: 1

logs.zip

Running the following command (from autogen.sh) manually in ogg-git succeeds:

autoreconf -if
1480c1 commented 4 months ago

haven't been able to reproduce, if you still have the issue, you can comment and I can reopen and check again