[OpenCV] update to v4.6.0#25431
Conversation
|
Logs from x64-windows : |
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/libharu/vcpkg.json
Valid values for the license field can be found in the documentation
|
@BillyONeal error on osx is the following: it looks like the osx pipeline is not cleaning the downloads folder?? |
They shouldn't clear the downloads folder because users don't clear downloads folders either. We should change the name of the file for the new SHA. |
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opencv/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opencv/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opencv/vcpkg.jsonscripts/test_ports/vcpkg-ci-opencv/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opencv/vcpkg.jsonscripts/test_ports/vcpkg-ci-opencv/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
error: checked-in files for opencv4 have changed but the version was not updated
version: 4.6.0
old SHA: fbe591743e0340229f0e9fc6132f8af8736705e6
new SHA: bbd5a8949435a95137f7970fb734f3e18cd9ceb0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for opencv2 have changed but the version was not updated
version: 2.4.13.7#14
old SHA: b89a2a7aa58c1d70a0f36db3618570dfb899330e
new SHA: 83cd03cdf262a9ecd38df7c585edd83f3cbbec4e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opencv/vcpkg.jsonscripts/test_ports/vcpkg-ci-opencv/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opencv/vcpkg.jsonscripts/test_ports/vcpkg-ci-opencv/vcpkg.json
Valid values for the license field can be found in the documentation
|
somehow I lost some commits that fixed problems highlighted by github actions bot |
There was a problem hiding this comment.
You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/dbow3/portfile.cmake
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/dbow3/vcpkg.jsonports/opencv/vcpkg.jsonports/rtabmap/vcpkg.json
Valid values for the license field can be found in the documentation
|
Hmm, looks like a patch failure? |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
error: checked-in files for opencv4 have changed but the version was not updated
version: 4.6.0
old SHA: d899e0fe819a033d94f41acddcdd2a6232217bd0
new SHA: 1ff543272c91a32d242ad5320e9ca63b29b34ed2
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/dbow3/portfile.cmake
You have modified or added at least one vcpkg.json where you should check the license field.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/dbow3/vcpkg.jsonports/opencv/vcpkg.jsonports/rtabmap/vcpkg.json
Valid values for the license field can be found in the documentation
* Update opencv4.json * fix github-actions issues * formating vcpkg.json * update git-trees
should be fixed now |
BillyONeal
left a comment
There was a problem hiding this comment.
Can you submit upstream PRs for most of these patches? They generally don't seem to be vcpkg-specific.
| #ifndef _CCTAG_EXCEPTIONS_HPP_ | ||
| #define _CCTAG_EXCEPTIONS_HPP_ | ||
| - | ||
| +#define _GNU_SOURCE |
There was a problem hiding this comment.
Can you please submit a PR to https://github.com/alicevision/CCTag ?
| message("/usr/bin/python2 get-pip.py") | ||
| message("and finally") | ||
| message("pip install virtualenv") | ||
| message("On some system, these commands must be run as root, otherwise error about virtualenv module missing will persist!") |
There was a problem hiding this comment.
| message("On some system, these commands must be run as root, otherwise error about virtualenv module missing will persist!") | |
| message("On some systems, these commands must be run as root, otherwise error about virtualenv module missing will persist!") |
| vcpkg_execute_required_process(COMMAND "${arg_PYTHON_EXECUTABLE}" "${PYFILE_PATH}/public/get-pip.py" --no-warn-script-location | ||
| WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}" | ||
| LOGNAME "get-pip-${TARGET_TRIPLET}") | ||
| elseif(arg_PYTHON_VERSION STREQUAL 2) |
There was a problem hiding this comment.
:sigh: I'm not going to completely block over this but I hate doing anything in support of something that's irresponsible to use because it's out of support for 2 years.
|
Thanks for the update :) |
Which triplets are supported/not supported? Have you updated the CI baseline?
all, yes
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?yes