On 06/09/2020 18:09, Brian Inglis wrote:
Hi folks,
Any ideas how to fix these complaints about nonexistent packages?
These mingw64 packages do not yet have any DEPENDS/BUILD_REQUIRES but unsure
what if anything to add other than base with cross tools.
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' requires:
'mingw64-x86_64-autoconf', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' requires:
'mingw64-x86_64-automake', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' requires:
'mingw64-x86_64-libssl', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' requires:
'mingw64-x86_64-openldap', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' depends:
'mingw64-x86_64-autoconf', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' depends:
'mingw64-x86_64-automake', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' depends:
'mingw64-x86_64-libssl', but nothing satisfies that
ERROR: package 'mingw64-x86_64-curl' version '7.72.0-1' depends:
'mingw64-x86_64-openldap', but nothing satisfies that
Your uploaded mingw64-x86_64-curl-7.72.0-1.hint contains:
requires: bash mingw64-x86_64-autoconf mingw64-x86_64-automake
mingw64-x86_64-libssh2 mingw64-x86_64-libssl mingw64-x86_64-openldap
pkg-config
so these complaints seems correct.
If these aren't coming from a REQUIRES in your .cygport, but are being
automatically added by cygport, that would seem to be a bug there.
Can you show the .cygport file you are using?