internal package specification error
Thank you for raising this issue; indeed, there is no currently supported package which can satisfy a version-specific mingw32-libz-%-mingw32-dll-1.tar dependency for libminizip-1.2.7-1-mingw32-dll-1.tar.lzma. Furthermore, a dependency check:
$ mingw32-ldd libminizip-1.dll libminizip-1.dll +- libz-1.dll +- libbz2-2.dll +- KERNEL32.dll +- msvcrt.dllshows that, in addition to the libz-1.dll dependency, there is a libbz2-2.dll dependency which has not been specified at all.
Since we are no longer supporting minizip, I'm tempted to write this off as a"won't fix". However, since it may be possible to support this, with a version-agnostic mingw32-libz-*-mingw32-dll-1.tar dependency, I've updated the catalogue, thus:
- diff --git a/mingw32/mingw32-zlib.xml b/mingw32/mingw32-zlib.xml
- --- a/mingw32/mingw32-zlib.xml
- +++ b/mingw32/mingw32-zlib.xml
- @@ -111,12 +111,13 @@
- <licence tarname="zlib-%-mingw32-%-lic.tar.%" />
- <source tarname="zlib-%-mingw32-%-src.tar.%" />
- <component class="dll">
- + <requires eq="mingw32-libz-*-mingw32-dll-1.tar" />
- + <requires eq="mingw32-libbz2-*-mingw32-dll-2.tar" />
- <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
- - <requires eq="mingw32-libz-%-mingw32-dll-1.tar" />
- <release tarname="libminizip-1.2.7-1-mingw32-dll-1.tar.lzma" />
- </component>
- <component class="dev">
- <requires eq="mingw32-libz-%-mingw32-dev.tar" />
Hopefully, this will suffice; however, if it does not, then I'm afraid this will be a "won't fix".
Reply To keith
Hopefully, this will suffice; however, if it does not, then I'm afraid this will be a "won't fix".
Great - just checked that this fix does suffice. I think this ticket could be closed now, however I could not find any button to do so.
Thanks.
Reply To jannick
Great - just checked that this fix does suffice.
Thanks for confirming that.
I think this ticket could be closed now, however I could not find any button to do so.
You have to select the "Edit Ticket" option, to expose it, but in any case, this is something you should leave to the project maintainers.
mingw-get-gui reported an unresolved dependecy error (type eq): mingw32-libz-%-mingw32-dll-1.tar: cannot identity any providing package.
I will try to attach a pic of the error message with more details after creating this ticket. I hope this works.
Many thanks.