Skip to content

fix download file hash value mismatch issue#25301

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
zzuliys:feature/mismatch_hashcode
Apr 1, 2024
Merged

fix download file hash value mismatch issue#25301
asmorkalov merged 1 commit intoopencv:4.xfrom
zzuliys:feature/mismatch_hashcode

Conversation

@zzuliys
Copy link
Copy Markdown
Contributor

@zzuliys zzuliys commented Apr 1, 2024

Resolves #25298

fix download file hash value mismatch issue

@asmorkalov asmorkalov self-requested a review April 1, 2024 07:43
@asmorkalov
Copy link
Copy Markdown
Contributor

Mac on CI:

-- OrbbecSDK: Downloading v1.9.4.tar.gz from https://github.com/orbbec/OrbbecSDK/archive/refs/tags/v1.9.4/v1.9.4.tar.gz
CMake Warning at cmake/OpenCVDownload.cmake:268 (message):
  OrbbecSDK: Hash mismatch: aae29470781a82e278d2064b4040994a
Call Stack (most recent call first):
  3rdparty/orbbecsdk/orbbecsdk.cmake:4 (ocv_download)
  modules/videoio/cmake/detect_obsensor.cmake:10 (download_orbbec_sdk)
  modules/videoio/cmake/init.cmake:7 (include)
  modules/videoio/cmake/init.cmake:25 (add_backend)
  cmake/OpenCVModule.cmake:298 (include)
  cmake/OpenCVModule.cmake:361 (_add_modules_1)
  cmake/OpenCVModule.cmake:408 (ocv_glob_modules)
  CMakeLists.txt:1040 (ocv_register_modules)


CMake Error at 3rdparty/orbbecsdk/orbbecsdk.cmake:16 (message):
  Failed to download orbbec sdk
Call Stack (most recent call first):
  modules/videoio/cmake/detect_obsensor.cmake:10 (download_orbbec_sdk)
  modules/videoio/cmake/init.cmake:7 (include)
  modules/videoio/cmake/init.cmake:25 (add_backend)
  cmake/OpenCVModule.cmake:298 (include)
  cmake/OpenCVModule.cmake:361 (_add_modules_1)
  cmake/OpenCVModule.cmake:408 (ocv_glob_modules)
  CMakeLists.txt:1040 (ocv_register_modules)


-- Configuring incomplete, errors occurred!
See also "/Users/opencv-cn/GHA-OCV-2/_work/opencv/opencv/build/CMakeFiles/CMakeOutput.log".
See also "/Users/opencv-cn/GHA-OCV-2/_work/opencv/opencv/build/CMakeFiles/CMakeError.log".

@zzuliys
Copy link
Copy Markdown
Contributor Author

zzuliys commented Apr 1, 2024

@asmorkalov I retested and calculated the file hash value to confirm that there were no errors. You can try deleting the cache before building, thank you.

@asmorkalov
Copy link
Copy Markdown
Contributor

@zzuliys Please ignore my previous comment. The issue is related to our CI setup and has been already fixed by colleagues.

Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@asmorkalov asmorkalov added this to the 4.10.0 milestone Apr 1, 2024
@asmorkalov asmorkalov merged commit 2eedec7 into opencv:4.x Apr 1, 2024
@asmorkalov asmorkalov mentioned this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OrbbecSDK md5 check fails

3 participants