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

grpc-cpp v1.54.0 #285

Merged
merged 5 commits into from
Apr 19, 2023
Merged

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Closes: #284

Pending Dependency Version Updates

Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
grpc-cpp 1.54.0 Anaconda-Server Badge

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

Packages found by source code inspection but not in the meta.yaml:

  • google-api-python-client
  • pyyaml
  • grpcio-health-checking
  • tabulate
  • greenlet
  • spacy
  • grpcio-tools
  • python-utils
  • oauth2client
  • pyamg
  • pyjwt
  • absl-py
  • google-cloud-sdk
  • jinja2
  • pygments
  • packaging
  • gevent
  • python-kubernetes
  • mako
  • grpcio-reflection
  • xkcd-cli
  • ocean-contracts
  • airflow
  • python-dateutil
  • requests
  • grpcio-status
  • performance
  • httplib2
  • tenacity
  • urllib3
  • six

Packages found in the meta.yaml but not found by source code inspection:

  • libgrpc

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/4684794222, please use this URL for debugging.

@conda-forge-webservices
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@h-vetinari
Copy link
Member

h-vetinari commented Apr 15, 2023

@conda-forge/grpc-cpp, I'm planning to skip 1.53 because 1.54 is out already, solves a real issue (see #281), and 1.53 broke with the version scheme that was in force before and after (that the core_major version for the libs could be calculated from the minor).

Please let me know if you have any opposition to this plan, otherwise I'm going to merge this in ~72h.

CC @hmaarrfk @isuruf

@h-vetinari
Copy link
Member

Ah nevermind, more work for windows + abseil 😑

  "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:D:\bld\grpc-split_1681517696790\_h_env\libs /LIBPATH:D:\bld\grpc-split_1681517696790\_h_env /LIBPATH:D:\bld\grpc-split_1681517696790\_h_env\PCbuild\amd64 "/LIBPATH:C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\ATLMFC\lib\x64" "/LIBPATH:C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64" /LIBPATH:D:\bld\grpc-split_1681517696790\_h_env\Library\lib advapi32.lib bcrypt.lib dbghelp.lib ws2_32.lib libssl.lib libcrypto.lib z.lib cares.lib re2.lib abseil_dll.lib absl_flags.lib gpr.lib grpc.lib libprotoc.lib libprotobuf.lib libprotobuf-lite.lib upb.lib address_sorting.lib /EXPORT:PyInit_cygrpc python_build\temp.win-amd64-cpython-311\Release\src\python\grpcio\grpc/_cython/cygrpc.obj /OUT:python_build\lib.win-amd64-cpython-311\grpc\_cython\cygrpc.cp311-win_amd64.pyd /IMPLIB:python_build\temp.win-amd64-cpython-311\Release\src\python\grpcio\grpc/_cython\cygrpc.cp311-win_amd64.lib
     Creating library python_build\temp.win-amd64-cpython-311\Release\src\python\grpcio\grpc/_cython\cygrpc.cp311-win_amd64.lib and object python_build\temp.win-amd64-cpython-311\Release\src\python\grpcio\grpc/_cython\cygrpc.cp311-win_amd64.exp
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl absl::lts_20230125::CommandLineFlag::IsRetired(void)const " (?IsRetired@CommandLineFlag@lts_20230125@absl@@UEBA_NXZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "bool __cdecl absl::lts_20230125::flags_internal::RegisterCommandLineFlag(class absl::lts_20230125::CommandLineFlag &,char const *)" (?RegisterCommandLineFlag@flags_internal@lts_20230125@absl@@YA_NAEAVCommandLineFlag@23@PEBD@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "bool __cdecl absl::lts_20230125::flags_internal::AbslParseFlag(class std::basic_string_view<char,struct std::char_traits<char> >,bool *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?AbslParseFlag@flags_internal@lts_20230125@absl@@YA_NV?$basic_string_view@DU?$char_traits@D@std@@@std@@PEA_NPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@@Z)
  gpr.lib(load_config.cc.obj) : error LNK2001: unresolved external symbol "bool __cdecl absl::lts_20230125::flags_internal::AbslParseFlag(class std::basic_string_view<char,struct std::char_traits<char> >,bool *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?AbslParseFlag@flags_internal@lts_20230125@absl@@YA_NV?$basic_string_view@DU?$char_traits@D@std@@@std@@PEA_NPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "bool __cdecl absl::lts_20230125::flags_internal::AbslParseFlag(class std::basic_string_view<char,struct std::char_traits<char> >,int *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?AbslParseFlag@flags_internal@lts_20230125@absl@@YA_NV?$basic_string_view@DU?$char_traits@D@std@@@std@@PEAHPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "bool __cdecl absl::lts_20230125::flags_internal::AbslParseFlag(class std::basic_string_view<char,struct std::char_traits<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *)" (?AbslParseFlag@flags_internal@lts_20230125@absl@@YA_NV?$basic_string_view@DU?$char_traits@D@std@@@std@@PEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@1@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::AbslUnparseFlag(class std::basic_string_view<char,struct std::char_traits<char> >)" (?AbslUnparseFlag@flags_internal@lts_20230125@absl@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$basic_string_view@DU?$char_traits@D@std@@@5@@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::Unparse(bool)" (?Unparse@flags_internal@lts_20230125@absl@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::Unparse(int)" (?Unparse@flags_internal@lts_20230125@absl@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "public: __int64 __cdecl absl::lts_20230125::flags_internal::FlagImpl::ReadOneWord(void)const " (?ReadOneWord@FlagImpl@flags_internal@lts_20230125@absl@@QEBA_JXZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl absl::lts_20230125::flags_internal::FlagImpl::Read(void *)const " (?Read@FlagImpl@flags_internal@lts_20230125@absl@@UEBAXPEAX@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual class std::basic_string_view<char,struct std::char_traits<char> > __cdecl absl::lts_20230125::flags_internal::FlagImpl::Name(void)const " (?Name@FlagImpl@flags_internal@lts_20230125@absl@@EEBA?AV?$basic_string_view@DU?$char_traits@D@std@@@std@@XZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::FlagImpl::Filename(void)const " (?Filename@FlagImpl@flags_internal@lts_20230125@absl@@EEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::FlagImpl::Help(void)const " (?Help@FlagImpl@flags_internal@lts_20230125@absl@@EEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual void const * __cdecl absl::lts_20230125::flags_internal::FlagImpl::TypeId(void)const " (?TypeId@FlagImpl@flags_internal@lts_20230125@absl@@EEBAPEBXXZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual bool __cdecl absl::lts_20230125::flags_internal::FlagImpl::IsSpecifiedOnCommandLine(void)const " (?IsSpecifiedOnCommandLine@FlagImpl@flags_internal@lts_20230125@absl@@EEBA_NXZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::FlagImpl::DefaultValue(void)const " (?DefaultValue@FlagImpl@flags_internal@lts_20230125@absl@@EEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl absl::lts_20230125::flags_internal::FlagImpl::CurrentValue(void)const " (?CurrentValue@FlagImpl@flags_internal@lts_20230125@absl@@EEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual bool __cdecl absl::lts_20230125::flags_internal::FlagImpl::ValidateInputValue(class std::basic_string_view<char,struct std::char_traits<char> >)const " (?ValidateInputValue@FlagImpl@flags_internal@lts_20230125@absl@@EEBA_NV?$basic_string_view@DU?$char_traits@D@std@@@std@@@Z)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual void __cdecl absl::lts_20230125::flags_internal::FlagImpl::CheckDefaultValueParsingRoundtrip(void)const " (?CheckDefaultValueParsingRoundtrip@FlagImpl@flags_internal@lts_20230125@absl@@EEBAXXZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual class std::unique_ptr<class absl::lts_20230125::flags_internal::FlagStateInterface,struct std::default_delete<class absl::lts_20230125::flags_internal::FlagStateInterface> > __cdecl absl::lts_20230125::flags_internal::FlagImpl::SaveState(void)" (?SaveState@FlagImpl@flags_internal@lts_20230125@absl@@EEAA?AV?$unique_ptr@VFlagStateInterface@flags_internal@lts_20230125@absl@@U?$default_delete@VFlagStateInterface@flags_internal@lts_20230125@absl@@@std@@@std@@XZ)
  gpr.lib(config_vars.cc.obj) : error LNK2001: unresolved external symbol "private: virtual bool __cdecl absl::lts_20230125::flags_internal::FlagImpl::ParseFrom(class std::basic_string_view<char,struct std::char_traits<char> >,enum absl::lts_20230125::flags_internal::FlagSettingMode,enum absl::lts_20230125::flags_internal::ValueSource,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?ParseFrom@FlagImpl@flags_internal@lts_20230125@absl@@EEAA_NV?$basic_string_view@DU?$char_traits@D@std@@@std@@W4FlagSettingMode@234@W4ValueSource@234@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@6@@Z)
  python_build\lib.win-amd64-cpython-311\grpc\_cython\cygrpc.cp311-win_amd64.pyd : fatal error LNK1120: 21 unresolved externals

@h-vetinari
Copy link
Member

Ok, this wasn't too hard to fix, so the 72h are back in play 🙃

@h-vetinari
Copy link
Member

In it goes! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants