Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ffmpeg] build failure #7379

Closed
wuyingnan opened this issue Jul 23, 2019 · 6 comments
Closed

[ffmpeg] build failure #7379

wuyingnan opened this issue Jul 23, 2019 · 6 comments
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@wuyingnan
Copy link

wuyingnan commented Jul 23, 2019

Host Environment

  • OS: [Windows 10 1903 x64]
  • Compiler: vc with Visual Studio 2019

To Reproduce
Steps to reproduce the behavior:
./vcpkg install ffmpeg:x64-windows

Failure logs

Building package ffmpeg[core]:x64-windows... 
-- Using cached G:/vcpkg-master/downloads/ffmpeg-4.1.tar.bz2                                                                                                                                                                                                                   
-- Using source at G:/vcpkg-master/buildtrees/ffmpeg/src/ffmpeg-4-df5e227e2d                                                                                                                                                                                                   
-- Downloading https://www.tortall.net/projects/yasm/snapshots/v1.3.0.6.g1962/yasm-1.3.0.6.g1962.exe...                                                                                                                                                                        
-- Downloading https://www.tortall.net/projects/yasm/snapshots/v1.3.0.6.g1962/yasm-1.3.0.6.g1962.exe... Failed. Status: 7;"Couldn't connect to server"                                                                                                                         
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:172 (message):                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
Failed to download file.                                                                                                                                                                                                                                                       
If you use a proxy, please set the HTTPS_PROXY and HTTP_PROXY environment                                                                                                                                                                                                       variables to "https://user:password@your-proxy-ip-address:port/".                                                                                                                                                                                                              
Otherwise, please submit an issue at https://github.com/Microsoft/vcpkg/issues                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
Call Stack (most recent call first):                                                                                                                                                                                                                                             
scripts/cmake/vcpkg_find_acquire_program.cmake:267 (vcpkg_download_distfile)                                                                                                                                                                                                   
ports/ffmpeg/portfile.cmake:25 (vcpkg_find_acquire_program)                                                                                                                                                                                                                    
scripts/ports.cmake:74 (include)

Additional context

Can not download the tool YASM required by ffmpeg portfile. The server tortall.net failed to response. I have tried to download YASM in China or through proxy in French, Japan, US. Switch yasm to nasm in portfile resolved this problem.
@wuyingnan wuyingnan added the category:port-bug The issue is with a library, which is something the port should already support label Jul 23, 2019
@MVoz
Copy link
Contributor

MVoz commented Jul 23, 2019

@LilyWangL LilyWangL added category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) and removed category:port-bug The issue is with a library, which is something the port should already support labels Jul 23, 2019
@sbr-dev
Copy link
Contributor

sbr-dev commented Jul 23, 2019

Same here. Was working few days ago.

@cbezault cbezault added category:port-bug The issue is with a library, which is something the port should already support and removed category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) labels Jul 24, 2019
@ghost
Copy link

ghost commented Jul 24, 2019

FYI - It appears the download site it back up as I just tried to download the file and it was successful:
https://www.tortall.net/projects/yasm/snapshots/v1.3.0.6.g1962/yasm-1.3.0.6.g1962.exe

You can either try the package install again or download the file and put in the ./downloads folder and try the package install again - either way should work now. -

@cloudhan
Copy link
Member

https://github.com/yasm/yasm/releases page contains the prebuilt binary, maybe switch to it for more robust file hosting

@sbr-dev
Copy link
Contributor

sbr-dev commented Jul 29, 2019

It seems the issue was fixed 4 days ago ;) It's working using vcpkg.

@wuyingnan
Copy link
Author

It seems this issue was about a temporary server failure. Now it's working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

6 participants