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

bootstrap-vcpkg.sh failure with G++ 6.3.0 #12381

Closed
Pospelove opened this issue Jul 11, 2020 · 4 comments
Closed

bootstrap-vcpkg.sh failure with G++ 6.3.0 #12381

Pospelove opened this issue Jul 11, 2020 · 4 comments
Assignees
Labels
category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)

Comments

@Pospelove
Copy link
Contributor

Pospelove commented Jul 11, 2020

Describe the bug
Vcpkg bootstrap fails with compilation errors (see logs).

Environment

  • OS: Ubuntu 18.0
  • Compiler: G++ 6.3.0

Reproducing
Build this commit or newer e62d136.
Older versions of vcpkg are built successfully.

Expected behavior
Vcpkg builds successfully.

Failure logs
logs_full.txt

@linquize
Copy link

The build fails with g++-6
Why do you use g++-6 in Ubuntu 18.04?
Ubuntu 18.04 comes with g++-7 by default.

@Pospelove
Copy link
Contributor Author

Why shouldn't I?
According to readme:

Prerequisites for Linux:

Git
g++ >= 6

So if it is not expected to build on g++ 6, readme should be updated.

@JackBoosY JackBoosY added the category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) label Jul 13, 2020
@Pospelove Pospelove changed the title bootstrap-vcpkg.sh failure on Ubuntu bootstrap-vcpkg.sh failure on G++ 6.3.0 Jul 19, 2020
@Pospelove Pospelove changed the title bootstrap-vcpkg.sh failure on G++ 6.3.0 bootstrap-vcpkg.sh failure with G++ 6.3.0 Jul 19, 2020
@lebdron
Copy link
Contributor

lebdron commented Jan 10, 2021

Seems to be fixed in #12950 , should the issue be closed?

@Pospelove
Copy link
Contributor Author

I think there is no real need to test this so closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Projects
None yet
Development

No branches or pull requests

4 participants