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

bzip2:x86-windows build failure #17704

Closed
jorgemin99 opened this issue May 6, 2021 · 3 comments
Closed

bzip2:x86-windows build failure #17704

jorgemin99 opened this issue May 6, 2021 · 3 comments
Assignees
Labels
category:question This issue is a question

Comments

@jorgemin99
Copy link

Host Environment

  • OS: Windows
  • Compiler: 2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9

To Reproduce
Steps to reproduce the behavior:
./vcpkg install pcl

Failure logs
Building package bzip2[core]:x86-windows...
-- Fetching https://sourceware.org/git/bzip2.git...
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:105 (message):
Command failed: "C:/Program Files/Git/cmd/git.exe" fetch https://sourceware.org/git/bzip2.git 75a94bea3918e612b879d6a11ca64b8689526147 --depth 1 -n
Working Directory: C:/vcpkg/downloads/git-tmp
Error code: 128
See logs for more information:
C:\vcpkg\buildtrees\bzip2\git-fetch-x86-windows-err.log

Call Stack (most recent call first):
scripts/cmake/vcpkg_from_git.cmake:91 (vcpkg_execute_required_process)
ports/bzip2/portfile.cmake:1 (vcpkg_from_git)
scripts/ports.cmake:142 (include)

Error: Building package bzip2:x86-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with .\vcpkg update, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: bzip2:x86-windows
Vcpkg version: 2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9

Additionally, attach any relevant sections from the log files above.

C:\vcpkg> .\vcpkg update
Using local portfile versions. To update the local portfiles, use git pull.
No packages need updating.

C:\vcpkg>git pull
fatal: not a git repository (or any of the parent directories): .git


git-fetch-x86-windows-err.log

@JonLiu1993 JonLiu1993 self-assigned this May 7, 2021
@JonLiu1993 JonLiu1993 added the requires:repro The issue is not currently repro-able label May 7, 2021
@JonLiu1993
Copy link
Member

@jorgemin99 ,you can do so by setting HTTP_PROXY, and HTTPS_PROXY environment variables.

See "Syncing with github":

set HTTPS_PROXY=http://<login_internet>:<password_internet>@aproxy:aport
set HTTP_PROXY=http://<login_internet>:<password_internet>@aproxy:aport
set NO_PROXY=localhost,my.company

@JackBoosY JackBoosY added category:question This issue is a question and removed requires:repro The issue is not currently repro-able labels May 8, 2021
@JonLiu1993
Copy link
Member

@jorgemin99 ,does this still be a problem for you?

@NancyLi1013
Copy link
Contributor

fatal: unable to access 'https://sourceware.org/git/bzip2.git/': Could not resolve host: sourceware.org

Please make sure if you have access to https://sourceware.org/git/bzip2.git/.

Closing this issue for now for inactive thread. Please feel free to reopen this issue if it is still a problem for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

4 participants