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

3.12.2 #59

Closed
wants to merge 2 commits into from
Closed

3.12.2 #59

wants to merge 2 commits into from

Conversation

xhochy
Copy link
Member

@xhochy xhochy commented Jul 17, 2020

cc @bollwyvl

Checklist

  • Used a fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-linter
Copy link

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.

@xhochy xhochy added the automerge Merge the PR when CI passes label Jul 17, 2020
@github-actions
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • drone: passed
  • travis: passed
  • azure: failed

Thus the PR was not passing and not merged.

@bollwyvl
Copy link

bollwyvl commented Jul 17, 2020 via email

@bollwyvl
Copy link

Here's the fail:


[80/403] Building CXX object CMakeFiles\libprotoc.dir\D_\bld\libprotobuf_1594967687456\work\src\google\protobuf\compiler\code_generator.cc.obj
FAILED: CMakeFiles/libprotoc.dir/D_/bld/libprotobuf_1594967687456/work/src/google/protobuf/compiler/code_generator.cc.obj 
C:\PROGRA~2\MICROS~1\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe  /nologo /TP -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_ZLIB -DLIBPROTOC_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotoc_EXPORTS -I. -I%SRC_DIR%\src -I%SRC_DIR%\third_party\googletest\googlemock -I%SRC_DIR%\third_party\googletest\googletest -I%SRC_DIR%\third_party\googletest\googletest\include -I%SRC_DIR%\third_party\googletest\googlemock\include -I%PREFIX%\Library\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG   /MP /wd4018 /wd4065 /wd4146 /wd4244 /wd4251 /wd4267 /wd4305 /wd4307 /wd4309 /wd4334 /wd4355 /wd4506 /wd4800 /wd4996 /bigobj /showIncludes /FoCMakeFiles\libprotoc.dir\D_\bld\libprotobuf_1594967687456\work\src\google\protobuf\compiler\code_generator.cc.obj /FdCMakeFiles\libprotoc.dir\ /FS -c %SRC_DIR%\src\google\protobuf\compiler\code_generator.cc
%SRC_DIR%\src\google/protobuf/parse_context.h(760): error C2491: 'google::protobuf::internal::PackedEnumParser': definition of dllimport function not allowed
%SRC_DIR%\src\google/protobuf/parse_context.h(777): error C2491: 'google::protobuf::internal::PackedEnumParserArg': definition of dllimport function not allowed
[81/403] Linking CXX shared library libprotobuf-lite.dll
   Creating library libprotobuf-lite.lib and object libprotobuf-lite.exp
[82/403] Building CXX object CMakeFiles\libprotoc.dir\D_\bld\libprotobuf_1594967687456\work\src\google\protobuf\compiler\command_line_interface.cc.obj
FAILED: CMakeFiles/libprotoc.dir/D_/bld/libprotobuf_1594967687456/work/src/google/protobuf/compiler/command_line_interface.cc.obj 
C:\PROGRA~2\MICROS~1\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe  /nologo /TP -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_ZLIB -DLIBPROTOC_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotoc_EXPORTS -I. -I%SRC_DIR%\src -I%SRC_DIR%\third_party\googletest\googlemock -I%SRC_DIR%\third_party\googletest\googletest -I%SRC_DIR%\third_party\googletest\googletest\include -I%SRC_DIR%\third_party\googletest\googlemock\include -I%PREFIX%\Library\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG   /MP /wd4018 /wd4065 /wd4146 /wd4244 /wd4251 /wd4267 /wd4305 /wd4307 /wd4309 /wd4334 /wd4355 /wd4506 /wd4800 /wd4996 /bigobj /showIncludes /FoCMakeFiles\libprotoc.dir\D_\bld\libprotobuf_1594967687456\work\src\google\protobuf\compiler\command_line_interface.cc.obj /FdCMakeFiles\libprotoc.dir\ /FS -c %SRC_DIR%\src\google\protobuf\compiler\command_line_interface.cc
%SRC_DIR%\src\google/protobuf/parse_context.h(760): error C2491: 'google::protobuf::internal::PackedEnumParser': definition of dllimport function not allowed
%SRC_DIR%\src\google/protobuf/parse_context.h(777): error C2491: 'google::protobuf::internal::PackedEnumParserArg': definition of dllimport function not allowed
ninja: build stopped: subcommand failed.

Perhaps there's something in #57 we need to bring across?

@jakirkham
Copy link
Member

Looks like 3.12.4 went in with PR ( #63 ). Do we still need 3.12.2 or should this be closed?

@bollwyvl
Copy link

bollwyvl commented Aug 3, 2020 via email

@bollwyvl
Copy link

bollwyvl commented Aug 7, 2020

The promised dagster 0.9.0 (which pins protobuf==3.12.4, which we have 🎉 ) was released, so this can be closed from my perspective!

@xhochy xhochy closed this Aug 9, 2020
@xhochy xhochy deleted the 3.12.2 branch August 9, 2020 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants