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.5k stars 257 forks source link

[mpv] Can't open file '/build/mpv-git/bootstrap.py': [Errno 2] No such file or directory #2483

Open OliverMD15 opened 11 months ago

OliverMD15 commented 11 months ago
23:32:24 ┌ mpv git  .................................. [Recently updated]
23:32:24 ├ Running bootstrap...
Likely error (tail of the failed operation logfile):
CPPFLAGS: -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1
CFLAGS: -fstack-protector-strong -mtune=generic -O2 -pipe -mthreads
CXXFLAGS: -fstack-protector-strong -mtune=generic -O2 -pipe -mthreads
LDFLAGS: -pipe -static-libgcc -fstack-protector-strong -static-libstdc++
/usr/bin/python bootstrap.py
/usr/bin/python.exe: can't open file '/build/mpv-git/bootstrap.py': [Errno 2] No such file or directory
bootstrap failed. Check C:/Download/Media-Autobuild/build/mpv-git/ab-suite.bootstrap.log
This is required for other packages, so this script will exit.
23:32:24   Creating diagnostics file...

logs.zip

Biswa96 commented 11 months ago

waf build system was removed in this upstream commit https://github.com/mpv-player/mpv/commit/f2cce5f38f4031bf1a4b4919ec90e4e8f8c66a77

mpv now has to be built with meson.

netExtra commented 11 months ago

waf build system was removed in this upstream commit mpv-player/mpv@f2cce5f

mpv now has to be built with meson.

Is there a way to choose the previous mpv build 0.35 before WAF got removed?

H7-26 commented 11 months ago

@netExtra Open the file _build\media-suitedeps.sh and replace in line 73 "https://github.com/mpv-player/mpv.git" with "https://github.com/mpv-player/mpv.git#release/0.36".

waf build system was removed after the 0.36 release.

assy1204 commented 9 months ago

I was able to build by specifying sdk-1.3.261 for vulkan-loader and release/0.36 for mpv in extra.sh, but when I tried to build it today, it failed due to an error.

Found mpv_extra.sh. Sourcing script... ├ Running pre vcs from mpv_extra.sh... Running git clone for mpv... Running git update for mpv... ┌ mpv git ............................................ [Recently updated] ├ Running bootstrap... ├ Running configure... ├ Running build... Likely error (tail of the failed operation logfile): clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LD:/build_suite/local64/lib' [-Wunused-command-line-argument] clang: error: unsupported option '-mwindows' for target 'x86_64-w64-windows-gnu'

Waf: Leaving directory `/build/mpv-git/build' Build failed -> task in 'objects' failed with exit status 1 (run with -v to display more information) -> task in 'objects' failed with exit status 1 (run with -v to display more information) -> task in 'objects' failed with exit status 1 (run with -v to display more information) -> task in 'objects' failed with exit status 1 (run with -v to display more information)

I hope 1480c1 comes back...

I'm translating from English to Japanese with Google. This may be a strange sentence.