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

Update opencv #23

Merged
merged 1 commit into from Aug 9, 2023
Merged

Update opencv #23

merged 1 commit into from Aug 9, 2023

Conversation

dp0sk
Copy link
Contributor

@dp0sk dp0sk commented Aug 5, 2023

cause of bruh:
error[E0119]: conflicting implementations of trait Debug for type RotatedRect
--> /tmp/cargo-install7T96lU/release/build/opencv-e9149601bb61141a/out/opencv/core.rs:17920:24
|
17920 | #[derive(Copy, Clone, Debug, PartialEq)]
| ^^^^^ conflicting implementation for RotatedRect
|
::: /home/dp0sk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.82.1/src/manual/core/rect.rs:277:1
|
277 | impl fmt::Debug for RotatedRect {
| ------------------------------- first implementation here
|
= note: this error originates in the derive macro Debug (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try rustc --explain E0119. error: could not compile opencv (lib) due to previous error error: failed to compile tplay v0.4.4, intermediate artifacts can be found at /tmp/cargo-install7T96lU

cause of bruh:
error[E0119]: conflicting implementations of trait `Debug` for type `RotatedRect`
     --> /tmp/cargo-install7T96lU/release/build/opencv-e9149601bb61141a/out/opencv/core.rs:17920:24
      |
17920 |     #[derive(Copy, Clone, Debug, PartialEq)]
      |                           ^^^^^ conflicting implementation for `RotatedRect`
      |
     ::: /home/dp0sk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.82.1/src/manual/core/rect.rs:277:1
      |
277   | impl fmt::Debug for RotatedRect {
      | ------------------------------- first implementation here
      |
      = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0119`.
error: could not compile `opencv` (lib) due to previous error
error: failed to compile `tplay v0.4.4`, intermediate artifacts can be found at `/tmp/cargo-install7T96lU`
@maxcurzi
Copy link
Owner

maxcurzi commented Aug 6, 2023

@dp0sk I'm happy to update and merge, but what's your OpenCV version to better keep track of this?

That's what I have:
$ dpkg -l libopencv-dev
libopencv-dev 4.5.4+dfsg-9ubuntu4

@dp0sk
Copy link
Contributor Author

dp0sk commented Aug 7, 2023 via email

@maxcurzi maxcurzi merged commit d553b0e into maxcurzi:main Aug 9, 2023
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.

None yet

2 participants