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

[ace] vcpkg install ace:x64-windows fails on Visual Studio 2019 16.5 #10522

Closed
traversaro opened this issue Mar 23, 2020 · 12 comments
Closed

[ace] vcpkg install ace:x64-windows fails on Visual Studio 2019 16.5 #10522

traversaro opened this issue Mar 23, 2020 · 12 comments
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@traversaro
Copy link
Contributor

Host Environment

  • OS: Windows
  • Compiler: Visual Studio 2019 16.5

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

Failure logs
See https://developercommunity.visualstudio.com/content/problem/954522/internal-compiler-error-1925286104.html .

Additional context
This is not directly a vcpkg issue, but I recently discovered it, and as it will be only fixed with Visual Studio 2019 16.6 (that I guess it will not come out soon) I thought it was better to open a dedicate issue to raise awareness about this.

More details:

@traversaro traversaro added the category:port-bug The issue is with a library, which is something the port should already support label Mar 23, 2020
@LilyWangL LilyWangL self-assigned this Mar 24, 2020
@LilyWangL
Copy link
Contributor

Thanks for your issue, it's very useful to other users who need install ace on Visual Studio 16.5.

@jwillemsen
Copy link
Contributor

See also DOCGroup/ACE_TAO#1059

@ghost
Copy link

ghost commented Mar 31, 2020

Applies to VS 2019 16.5.2 and 16.5.3 also :(
I saw somewhere it may be fixed in 16.6 :)

@SkyFire
Copy link

SkyFire commented Apr 13, 2020

Still broke in the latest VS release. Micro$oft needs to get this fixed. I compiles in the preview version.
https://visualstudio.microsoft.com/vs/preview/

@jwillemsen
Copy link
Contributor

See #11369

@jwillemsen
Copy link
Contributor

Change has been merged into ACE, see DOCGroup/ACE_TAO#1114

@ghost
Copy link

ghost commented May 18, 2020

Even after #11369 I am still getting an INTERNAL COMPILER ERROR...
I even deleted my vcpkg vs2019 instance and recreated from scratch:
2>D:\Git\vs2019.prod\buildtrees\ace\src\ACE-src-6-bbdc7cf805\ace\Process_Manager.cpp(144,1): fatal error C1001: Internal compiler error. [D:\Git\vs2019.prod\buildtrees\ace\src\ACE-src-6-bbdc7cf805\ace\ACE.vcxproj]
(compiler file 'msc1.cpp', line 1532)
To work around this problem, try simplifying or changing the program near the locations listed above.
If possible please provide a repro here: https://developercommunity.visualstudio.com
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX64\x64\CL.exe
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
2>Done Building Project "D:\Git\vs2019.prod\buildtrees\ace\src\ACE-src-6-bbdc7cf805\ace\ACE.vcxproj" (Rebuild target(s)) -- FAILED.
1>Done Building Project "D:\Git\vs2019.prod\buildtrees\ace\src\ACE-src-6-bbdc7cf805\ace\ace.sln" (Rebuild target(s)) -- FAILED.

Attached log:
build-x64-windows-rel-out.log

@jwillemsen
Copy link
Contributor

jwillemsen commented May 19, 2020

The PR in vcpkg has first to be merged, the fix is in ace but there is no new ace release yet

@ghost
Copy link

ghost commented May 19, 2020

I apologize. I am still new at the git workings. I thought it had been merged, but I am mistaken.

@ghost
Copy link

ghost commented May 20, 2020

FYI @jwillemsen @traversaro I was able to compile the current ace v6.5.9 with the newly released VS 2019 16.6...

@jwillemsen
Copy link
Contributor

This should been fixed, @traversaro can you retest and close this issue when it works for you?

@traversaro
Copy link
Contributor Author

This should been fixed, @traversaro can you retest and close this issue when it works for you?

Thanks a lot @jwillemsen , I checked in traversaro/reproduce-ace-vcpkg-github-actions-fails#2 and indeed this solves the problem, thanks a lot!

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

4 participants