Closed PallHaraldsson closed 1 year ago
This is weird. It should work. Even the last run on Github Actions shows the package built and tests passed sucesfully. Re-run the job to see if a newer 1.6 version is causing the error.
https://github.com/archit120/OpenCV.jl/runs/2921254544?check_suite_focus=true
I don't actually need this package, I was just looking into since I noticed something weird:
Precompiling some other package (triggering more) I got a TOML error understandably for OpenCV:
[[BinaryProvider]]
deps = ["Libdl", "Pkg", "SHA", "Test"]
git-tree-sha1 = "9930c1a6cd49d9fcd7218df6be417e6ae4f1468a"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.2"
<<<<<<< HEAD
[[CMakeWrapper]]
deps = ["BinDeps", "CMake", "Libdl", "Parameters", "Test"]
git-tree-sha1 = "2b43d451639984e3571951cc687b8509b0a86c6d"
uuid = "d5fb7624-851a-54ee-a528-d3f3bac0b4a0"
version = "0.2.2"
=======
>>>>>>> opencv3.4.x
I don't recall if I was messing with this package and git (doubt it), and didn't see the same here (possibly from the other OpenCV. This file is still proken, while I doubt the cause, since I decided to add the package in latest Julia.
Why is there a opencv3.4.x? This package targets 4.5.2 only. I'm not sure I understand what you mean.
Ignore that, that was I believe only in Julia 1.6, and only I guess for other OpenCV, not yours.
Despite trying: mv /home/pharaldsson_sym/.julia/packages/OpenCV/XvJPQ/ /home/pharaldsson_sym/.julia/packages/OpenCV/XvJPQ_invalid_manifest
I still got same error (for 1.8), and even with removing .julia folder first, so that is a problem for your package.
Note I'm using rather new (while not latest): Version 1.8.0-DEV.61 (2021-06-21) / |_'|||_'_| | Commit 7553ca13cc (22 days old master)
I did also check 1.6, again on fresh .julia folder and now it works on v"1.6.0-rc2" (not on the older 1.6 I was using).
Still 1.8, and likely 1.7 are a problem. I don't have more time to look into that.
I added nightly to the run config. It seems CxxWrap is failing which is a required dependency.
This could be the issue here:
https://github.com/jump-dev/SDPA.jl/issues/34#issuecomment-1057457021
I guess this was fixed with #16, and https://github.com/JuliaPackaging/Yggdrasil/pull/5573.
CC: @ashwani-rathee
Works on both 1.8 and 1.7, we can safely close this
Is it supposed to work?
[EDIT: 1.6 actually works, just not old DEV]
I get seemingly same error in 1.7 as in 1.8: