-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
opencv: 3.3.0 -> 3.3.1 #30946
opencv: 3.3.0 -> 3.3.1 #30946
Conversation
@basvandijk please use the template. |
@FRidh good point, I added it back. |
@globin care to review? |
@GrahamcOfBorg opencv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This update breaks the compilation of pythonPackages.opencv3
and python3Packages.opencv3
:
make[2]: *** No rule to make target 'modules/dnn/attr_value.pb.cc', needed by 'modules/python2/pyopencv_generated_include.h'. Stop.
make[1]: *** [CMakeFiles/Makefile2:7085: modules/python2/CMakeFiles/gen_opencv_python2.dir/all] Error 2
make[2]: *** No rule to make target 'modules/dnn/attr_value.pb.cc', needed by 'modules/python3/pyopencv_generated_include.h'. Stop.
make[1]: *** [CMakeFiles/Makefile2:7031: modules/python3/CMakeFiles/gen_opencv_python3.dir/all] Error 2
@orivej I get the same. I'll look into it. |
aa18b08
to
929d3d4
Compare
I force-pushed a change where I removed the |
Ping |
Some stuff was failing even after the latest update, I'll check what exactly. |
Thanks. It could be that my |
Do we also know why it breaks with our protobuf and not the vendored version? |
Is the issue known upstream? |
@FRidh it looks like opencv has many protobuf related issues. This one comes close: opencv/opencv#10021. I see work is being done to fix most of them, e.g.: opencv/opencv#9106 and opencv/opencv#10092. Hopefully the next release has sorted this all out. |
Thank you! I don't see build failures anymore. |
@basvandijk thanks for including the references. We should be cautious not to just drop flags to make a build pass. E.g., will someone remember to add (or at least check with) the flags again with the next bump? |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/overrides-potentially-not-being-applied/8890/1 |
Motivation for this change
New release: https://github.com/opencv/opencv/releases/tag/3.3.1
Things done
The following builds on
x86_64-linux
andx86_64-darwin
:build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)