Closed onthegrid007 closed 6 months ago
It is also now happening with the XLink hunter repo....
@onthegrid007 would you mind sharing a bit more about your setup? (OS, ...)
I can't reproduce on Ubuntu 20.04 with stock packages.
Arch Linux 6.6.23-1-lts Cmake: 3.29.1 Ninja: 1.11.1
From what I can research it looks like a semi-common libcurl bug I'm not sure what hunter/cmake gets repos with but I don't know exactly how to fix it
@jakgra do you wind giving it a look when you get a chance?
Workaround is to downgrade curl
. Downgrading to curl-8.6.0-3
worked for me. See https://wiki.archlinux.org/title/Downgrading_packages if you're unsure how to do that.
Curl bug, thanks. And yes I know how to downgrade
I attempted to downgrade but still no luck for curl
Describe the bug
Minimal Reproducible Example Clone depthai-core mkdir depthai-core/build cd depthai-core/build cmake -G Ninja .. -DHUNTER_STATUS_DEBUG=1
Expected behavior It builds correctly. Hunter shouldn't have any issues.
I tried as you can see in my logs to update nlohmann_json to 3.11.3 rather than the default to see if it was a version issue but it seems to happen with all versions, checksum not withstanding