Skip to content

[vcpkg baseline][stxxl] Skip baseline check for windows build#16359

Merged
strega-nil merged 1 commit intomicrosoft:masterfrom
JackBoosY:dev/jack/disable-stxxl-win-check
Feb 24, 2021
Merged

[vcpkg baseline][stxxl] Skip baseline check for windows build#16359
strega-nil merged 1 commit intomicrosoft:masterfrom
JackBoosY:dev/jack/disable-stxxl-win-check

Conversation

@JackBoosY
Copy link
Copy Markdown
Contributor

@JackBoosY JackBoosY commented Feb 22, 2021

Since there is a baseline error when building stxxl:windows:

[9/47] "C:\PROGRA~2\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x86\cl.exe"   /TP -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_SCL_SECURE_NO_WARNINGS -ID:\installed\x86-windows\include -ID:\buildtrees\stxxl\src\53f2b75236-bdc19ed4a0.clean\include -Iinclude /nologo /DWIN32 /D_WINDOWS /W4 /utf-8 /GR /EHsc /MP  /wd4127 /wd4290 /wd4250 /wd4512 /wd4355 -openmp /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /Folib\CMakeFiles\stxxl.dir\io\fileperblock_file.cpp.obj /Fdlib\CMakeFiles\stxxl.dir\stxxl.pdb /FS -c D:\buildtrees\stxxl\src\53f2b75236-bdc19ed4a0.clean\lib\io\fileperblock_file.cpp
FAILED: lib/CMakeFiles/stxxl.dir/io/fileperblock_file.cpp.obj 
"C:\PROGRA~2\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x86\cl.exe"   /TP -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_SCL_SECURE_NO_WARNINGS -ID:\installed\x86-windows\include -ID:\buildtrees\stxxl\src\53f2b75236-bdc19ed4a0.clean\include -Iinclude /nologo /DWIN32 /D_WINDOWS /W4 /utf-8 /GR /EHsc /MP  /wd4127 /wd4290 /wd4250 /wd4512 /wd4355 -openmp /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /Folib\CMakeFiles\stxxl.dir\io\fileperblock_file.cpp.obj /Fdlib\CMakeFiles\stxxl.dir\stxxl.pdb /FS -c D:\buildtrees\stxxl\src\53f2b75236-bdc19ed4a0.clean\lib\io\fileperblock_file.cpp
D:\installed\x86-windows\include\boost/system/detail/system_category_message_win32.hpp(53): error C2039: '_snprintf': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include\mutex(30): note: see declaration of 'std'

and I think that's a upstream bug (stxxl/stxxl#99) and this regression is occasional, skip its baseline check.

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:internal labels Feb 22, 2021
@PhoebeHui PhoebeHui added the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Feb 22, 2021
@strega-nil strega-nil merged commit f3ce42e into microsoft:master Feb 24, 2021
@JackBoosY JackBoosY deleted the dev/jack/disable-stxxl-win-check branch February 25, 2021 03:02
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 info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants