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

rm: unknown option -- g, missing autogen.sh #2600

Closed kdy1968 closed 4 months ago

kdy1968 commented 4 months ago

cleared folder , media-autobuild_suite-master, downloaded from git hub, re-ran same error

ad-suite.autogen.stripped.log states /build/media-suite_helper.sh: line 1530: ./autogen.sh: No such file or directory

compile.stripped.log states ./autogen.sh /build/media-suite_helper.sh: line 1530: ./autogen.sh: No such file or directory autogen failed. Check C:/media-autobuild_suite-master/build/ab-suite.autogen.log This is required for other packages, so this script will exit

/build/media-suite_compile.sh: line 88: /build/media-suite_deps.sh: No such file or directory
11:32:39 Warning: We will not accept any issues lacking any form of logs or logs.zip!
11:32:39
        Starting 64bit compilation of all tools
Imported default FFmpeg options from .bat
License: nonfree
Imported default mpv options from .bat
11:32:47
        Starting 64bit compilation of global tools
11:32:47 ├ Running download_rustup...
11:32:47 ├ Running install_rust...
11:33:03 ├ Stripping...
11:33:04 └ rustinstall  ....................................... [Updated]
11:33:04 ├ Running rustup_update...
11:33:04 ├ Running set_default_toolchain...
11:33:05 ├ Installing libunistring... done
11:33:06 libidn2 2.3.0  ................................. [Not installed]
11:33:07 ┌ libidn2-2.3.0  .................................. [Downloaded]
11:33:07 ├ Running extract...
11:33:08 ├ Running configure...
11:34:27 ├ Running make...
11:34:42 ├ Running install...
11:34:44 ├ Stripping...
11:34:44 └ libidn2-2.3.0  ..................................... [Updated]
11:34:45 libpsl 0.21.0  ................................. [Not installed]
11:34:45 ┌ libpsl-0.21.0  .................................. [Downloaded]
11:34:45 ├ Running extract...
11:34:47 ├ Running configure...
11:35:10 ├ Running make...
11:35:15 ├ Running install...
11:35:16 ├ Stripping...
11:35:17 └ libpsl-0.21.0  ..................................... [Updated]
11:35:17 ├ Installing brotli... done
11:35:20   Running git update for curl...
11:35:20 ┌ curl git  .................................... [Files missing]
11:35:22 ├ Installing nghttp2... done
11:35:23 ├ Running autoreconf...
11:35:47 ├ Running configure...
11:37:47 ├ Running make...
11:38:23 ├ Running install...
11:38:34 ├ Running ca-bundle...
11:38:36 ├ Stripping...
11:38:36 └ curl-git  .......................................... [Updated]
11:38:36
        Starting 64bit compilation of audio tools
11:38:37 ├ Installing wavpack... done
11:38:40 ├ Installing lame... done
rm: unknown option -- g
Try 'rm --help' for more information.
rm: unknown option -- g
Try 'rm --help' for more information.
11:38:43   Running git clone for ...
 git seems to be down
Try again later or <Enter> to continue

if you're sure nothing depends on it.

logs.zip

1480c1 commented 4 months ago

Not sure fully yet, but it seems your suite is misconfigured or failed to configure itself properly

/build/media-suite_compile.sh: line 88: /build/media-suite_deps.sh: No such file or directory

Can you try clearing it, and instead using a shorter path like C:/mabs?

1480c1 commented 4 months ago

no response