Skip to content

[vcpkg baseline][zeroc-ice] Fix ci error#28740

Closed
JonLiu1993 wants to merge 2 commits intomicrosoft:masterfrom
JonLiu1993:dev/Jon/zeroc-ice
Closed

[vcpkg baseline][zeroc-ice] Fix ci error#28740
JonLiu1993 wants to merge 2 commits intomicrosoft:masterfrom
JonLiu1993:dev/Jon/zeroc-ice

Conversation

@JonLiu1993
Copy link
Copy Markdown
Contributor

@JonLiu1993 JonLiu1993 commented Jan 5, 2023

Describe the pull request

  • What does your PR fix?

zeroc-ice:x86-windows and zeroc-ice:x64-windows failed tests on CI:

7>Avx1.lib(SimdAvx1SynetDeconvolution32f.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in Gen.obj [D:\buildtrees\zeroc-ice\x86-windows-rel\v3.7.7-c89c3bef53.clean\cpp\src\slice2cpp\msbuild\slice2cpp.vcxproj]
     7>Avx1.lib(SimdAvx1SynetDeconvolution32f.obj) : warning LNK4099: PDB '' was not found with 'Avx1.lib(SimdAvx1SynetDeconvolution32f.obj)' or at ''; linking object as if no debug info [D:\buildtrees\zeroc-ice\x86-windows-rel\v3.7.7-c89c3bef53.clean\cpp\src\slice2cpp\msbuild\slice2cpp.vcxproj]
     7>Avx1.lib(SimdAvx1Gemm32f.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in Gen.obj [D:\buildtrees\zeroc-ice\x86-windows-rel\v3.7.7-c89c3bef53.clean\cpp\src\slice2cpp\msbuild\slice2cpp.vcxproj]
     7>Avx1.lib(SimdAvx1Gemm32f.obj) : warning LNK4099: PDB '' was not found with 'Avx1.lib(SimdAvx1Gemm32f.obj)' or at ''; linking object as if no debug info [D:\buildtrees\zeroc-ice\x86-windows-rel\v3.7.7-c89c3bef53.clean\cpp\src\slice2cpp\msbuild\slice2cpp.vcxproj]
     7>Avx1.lib(SimdAvx1SynetConvolution32f.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in Gen.obj [D:\buildtrees\zeroc-ice\x86-windows-rel\v3.7.7-c89c3bef53.clean\cpp\src\slice2cpp\msbuild\slice2cpp.vcxproj]
     7>Avx1.lib(SimdAvx1SynetConvolution32f.obj) : warning LNK4099: PDB '' was not found with 'Avx1.lib(SimdAvx1SynetConvolution32f.obj)' or at ''; linking object as if no debug info [D:\buildtrees\zeroc-ice\x86-windows-rel\v3.7.7-c89c3bef53.clean\cpp\src\slice2cpp\msbuild\slice2cpp.vcxproj]

@Neumann-A think the string replacement fails for some reason or MSBuild ignores it. according to his PR #26370, part of the test about zeroc-ice can successfully fix the CI error.

@JonLiu1993 JonLiu1993 changed the title [vcpkg baseline][zeroc-ice] ci build tests [vcpkg baseline][zeroc-ice] ci build test Jan 5, 2023
@JonLiu1993 JonLiu1993 marked this pull request as ready for review January 6, 2023 02:03
@JonLiu1993 JonLiu1993 marked this pull request as draft January 6, 2023 02:03
@JonLiu1993 JonLiu1993 changed the title [vcpkg baseline][zeroc-ice] ci build test [vcpkg baseline][zeroc-ice] Fix ci error Jan 6, 2023
@JonLiu1993 JonLiu1993 added category:port-bug The issue is with a library, which is something the port should already support info:internal and removed requires:testing invalid labels Jan 6, 2023
@JonLiu1993 JonLiu1993 marked this pull request as ready for review January 6, 2023 07:24
@JonLiu1993 JonLiu1993 marked this pull request as draft January 6, 2023 08:01
@JonLiu1993 JonLiu1993 added requires:testing invalid and removed category:port-bug The issue is with a library, which is something the port should already support info:internal labels Jan 6, 2023
@JonLiu1993 JonLiu1993 closed this Feb 1, 2023
@JonLiu1993 JonLiu1993 deleted the dev/Jon/zeroc-ice branch February 1, 2023 02:01
@JonLiu1993
Copy link
Copy Markdown
Contributor Author

Duplicate of #28522

@JonLiu1993 JonLiu1993 marked this as a duplicate of #28522 Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants