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

[aom] Build error on x64-linux #42870

Closed
xengine-qyt opened this issue Dec 23, 2024 · 2 comments
Closed

[aom] Build error on x64-linux #42870

xengine-qyt opened this issue Dec 23, 2024 · 2 comments
Assignees
Labels
requires:more-information This Issue requires more information to solve

Comments

@xengine-qyt
Copy link

Operating system

rockylinux 9.5

Compiler

gcc 11.5.0 20240719 (Red Hat 11.5.0-2) (GCC)

Steps to reproduce the behavior

./vcpkg install ffmpeg[all-nonfree,iconv,drawtext,fontconfig,amf,aom,ass,fdk-aac,ffmpeg,ffplay,ffprobe,nvcodec,opengl,opencl,qsv,x264,x265,webp]:x64-linux

Failure logs

-- Fetching https://aomedia.googlesource.com/aom d6f30ae474dd6c358f26de0a0fc26a0d7340a84c...
gCMake Error at scripts/cmake/vcpkg_from_git.cmake:155 (message):
After fetching d6f30ae474dd6c358f26de0a0fc26a0d7340a84c, the requested REF
(d6f30ae474dd6c358f26de0a0fc26a0d7340a84c) does not match its commit SHA
returned by git rev-parse ([proxychains] DLL init: proxychains-ng 4.17

d6f30ae474dd6c358f26de0a0fc26a0d7340a84c). This is usually caused by
trying to set REF to a named branch or tag rather than a commit SHA. REF
must be a commit SHA. If the git server does not advertise commit SHAs
(uploadpack.allowReachableSHA1InWant is false), you can set FETCH_REF to a
named branch in which the desired commit SHA is in the history. For
example, you may be able to fix this error by changing "REF
d6f30ae474dd6c358f26de0a0fc26a0d7340a84c" to "REF a-commit-sha FETCH_REF
d6f30ae474dd6c358f26de0a0fc26a0d7340a84c".

  [Expected : ( d6f30ae474dd6c358f26de0a0fc26a0d7340a84c )])
  [  Actual : ( [proxychains] DLL init: proxychains-ng 4.17

d6f30ae474dd6c358f26de0a0fc26a0d7340a84c )]
Call Stack (most recent call first):
ports/aom/portfile.cmake:1 (vcpkg_from_git)
scripts/ports.cmake:196 (include)

error: building aom:x64-linux failed with: BUILD_FAILED
See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information.
Elapsed time to handle aom:x64-linux: 1.7 s
Please ensure you're using the latest port files with git pull and vcpkg update.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+aom
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[aom]+Build+error+on+x64-linux&body=Copy+issue+body+from+%2Fhome%2Frockylinux%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

Additional context

No response

@xengine-qyt xengine-qyt added the category:port-bug The issue is with a library, which is something the port should already support label Dec 23, 2024
@WangWeiLin-MV WangWeiLin-MV added requires:more-information This Issue requires more information to solve and removed category:port-bug The issue is with a library, which is something the port should already support labels Dec 23, 2024
@xengine-qyt xengine-qyt reopened this Dec 23, 2024
@WangWeiLin-MV
Copy link
Contributor

Using the latest version of vcpkg for local installation does not reproduce the issue.

Please clean ${VCPKG_DOWNLOADS}/temp and try with latest vcpkg.

@xengine-qyt
Copy link
Author

OK,it's last version. may be proxy problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:more-information This Issue requires more information to solve
Projects
None yet
Development

No branches or pull requests

2 participants