mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
414 stars 108 forks source link

failed to run ./install #127

Closed bi-kai closed 1 year ago

bi-kai commented 4 years ago

when I run ./rebuild -j8 , got error:

+ scripts/mpv-bootstrap                                           
Downloading https://waf.io/waf-2.0.9...                           
Download failed.                                                  
Downloading http://www.freehackers.org/~tnagy/release/waf-2.0.9...
Download failed.                                                  
Could not download waf-2.0.9.                                     

download waf-2.0.9 from official site manually, move it into ./mpv dir. then i got this error:

[root@lfgp000809336 mpv-build-master]# ./install          
The project was not configured: run "waf configure" first!

run waf configure, seems ok, but still got the above error. any advise?

CounterPillow commented 4 years ago

run waf configure, seems ok, but still got the above error.

If you really did run waf configure instead of ./waf configure then you've configured with system waf instead of waf-2.0.9, which will not work.

Instead of manually trying to configure and build, just run./rebuild again. I'm not sure why it failed downloading waf for you, considering it literally tries the official site you also used.

Dudemanguy commented 1 year ago

waf support no longer exists so closing.