[grpc] update to 1.81.1#52621
Open
Tradias wants to merge 2 commits into
Open
Conversation
Member
|
All of the cross compiling configurations failed with something like: D:\a\_work\1\s\scripts\azure-pipelines/../ci.feature.baseline.txt: error: grpc[core,codegen]:x86-windows build failed but was expected to pass
note: if grpc[codegen] succeeds when built with other features but not alone, consider adding `grpc[core,codegen]:x86-windows=combination-fails`
note: if grpc[codegen] always fails, consider adding `grpc[codegen]:x86-windows=feature-fails`, which will mark this test as failing, and remove grpc[codegen] from combined feature testing
note: if some features are required, consider effectively always enabling those parts in portfile.cmake for grpc, or consider adding `grpc[required-feature]=options` to include 'required-feature' in all tests[...] [1086/1918] C:\Windows\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --msvc-ver=1951 --intdir=CMakeFiles\grpc_cpp_plugin.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100280~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100280~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\18\BUILDT~1\VC\Tools\MSVC\1451~1.362\bin\Hostx64\x86\link.exe CMakeFiles\grpc_cpp_plugin.dir\src\compiler\cpp_plugin.cc.obj /out:grpc_cpp_plugin.exe /implib:grpc_cpp_plugin.lib /pdb:grpc_cpp_plugin.pdb /version:0.0 /machine:X86 /opt:ref /opt:icf /pdbcompress /nologo /debug /INCREMENTAL /subsystem:console wsock32.lib ws2_32.lib crypt32.lib gdi32.lib grpc_plugin_support.lib wsock32.lib ws2_32.lib crypt32.lib gdi32.lib D:\installed\x86-windows\debug\lib\utf8_range.lib D:\installed\x86-windows\debug\lib\zd.lib D:\installed\x86-windows\debug\lib\libprotobufd.lib D:\installed\x86-windows\debug\lib\utf8_validity.lib D:\installed\x86-windows\debug\lib\abseil_dll.lib -ignore:4221 kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
FAILED: [code=4294967295] grpc_cpp_plugin.exe[...] cpp_plugin.cc.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall google::protobuf::compiler::CodeGenerator::CodeGenerator(void)" (__imp_??0CodeGenerator@compiler@protobuf@google@@QAE@XZ) referenced in function "public: __thiscall CppGrpcGenerator::CppGrpcGenerator(void)" (??0CppGrpcGenerator@@QAE@XZ)
cpp_plugin.cc.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall google::protobuf::compiler::CodeGenerator::~CodeGenerator(void)" (__imp_??1CodeGenerator@compiler@protobuf@google@@UAE@XZ) referenced in function "public: virtual __thiscall CppGrpcGenerator::~CppGrpcGenerator(void)" (??1CppGrpcGenerator@@UAE@XZ)
cpp_plugin.cc.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl google::protobuf::compiler::PluginMain(int,char * * const,class google::protobuf::compiler::CodeGenerator const *)" (__imp_?PluginMain@compiler@protobuf@google@@YAHHQAPADPBVCodeGenerator@123@@Z) referenced in function "int __cdecl grpc::protobuf::compiler::PluginMain(int,char * * const,class google::protobuf::compiler::CodeGenerator const *)" (?PluginMain@compiler@protobuf@grpc@@YAHHQAPADPBVCodeGenerator@12google@@@Z)
cpp_plugin.cc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall google::protobuf::compiler::CodeGenerator::HasGenerateAll(void)const " (?HasGenerateAll@CodeGenerator@compiler@protobuf@google@@UBE_NXZ)
cpp_plugin.cc.obj : error LNK2001: unresolved external symbol "public: virtual class std::vector<class google::protobuf::FieldDescriptor const *,class std::allocator<class google::protobuf::FieldDescriptor const *> > __thiscall google::protobuf::compiler::CodeGenerator::GetFeatureExtensions(void)const " (?GetFeatureExtensions@CodeGenerator@compiler@protobuf@google@@UBE?AV?$vector@PBVFieldDescriptor@protobuf@google@@V?$allocator@PBVFieldDescriptor@protobuf@google@@@std@@@std@@XZ)
cpp_plugin.cc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall google::protobuf::compiler::CodeGenerator::GenerateAll(class std::vector<class google::protobuf::FileDescriptor const *,class std::allocator<class google::protobuf::FileDescriptor const *> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class google::protobuf::compiler::GeneratorContext *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)const " (?GenerateAll@CodeGenerator@compiler@protobuf@google@@UBE_NABV?$vector@PBVFileDescriptor@protobuf@google@@V?$allocator@PBVFileDescriptor@protobuf@google@@@std@@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@6@PAVGeneratorContext@234@PAV76@@Z)
grpc_cpp_plugin.exe : fatal error LNK1120: 6 unresolved externalsShould the feature Thanks for your submission! Drafted due to apparently legitimate build failures. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
./vcpkg x-add-version --alland committing the result.