Kevin Leonardic
Kevin Leonardic
After skimming through the last years of commits to the vendored libjpeg version, I am carefully optimistic about the prospect of removing the vendored library outright and linking to a...
I have removed the vendored jpeg library in https://github.com/kevle/vcpkg/tree/dcmtk-remove-vendored-jpeg as a proof of concept. If anyone is feeling lucky and wants to try it as port overlay with your DICOM...
> @kevle Have you posted notice to bugs/at/dcmtk/dot/org about this? (Based on DCMTK's readme: https://github.com/DCMTK/dcmtk/blob/0d0efa7379b43400c46c78b4dd9134d56b311fd3/README.md?plain=1#L37 ) I have just sent the report. While composing the mail and reproducing the error,...
Upstream issue can be found here: https://support.dcmtk.org/redmine/issues/1103
From what I can tell, there has not been implemented a fix upstream yet. `vcpkg x-set-installed dcmtk[core,tiff,tools]` exits cleanly on x64-linux, arm64-osx and x64-windows.
I was not able to reproduce the issue with "vcpkg 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d" @ baseline 59aeb8fe8fe1c980de6bd5ba634cf21024522d81 with VS2022 17.8.3, on neither x64-windows nor x64-windows-static. Could you try to apply the PR https://github.com/microsoft/vcpkg/pull/38932...
> dcmtk[core,iconv,icu,openssl,png,tiff,tools,xml2,zlib]:x64-linux resulted in the unexpected state fail after 2 min /mnt/vss/_work/1/a/failure-logs/dcmtk_all_16 This should work now due to #36607 and #36274.
From the looks of it, there is no way around loading libQtCore{5,6}.so and querying its configuration using QLibraryInfo::location ( Qt5 ) and QLibraryInfo::path ( Qt6 ) to properly handle all...
I got the same problem and realized that if you manually set `$QTDIR`, appimagetool will corrupt libQt6Core.so because there is no check for the return value of `prfxpathPos := ScanFile(f,...
I just tested the build artifacts and it seems to abort correctly now: ``` 2024/09/10 10:02:34 libPath: /toolchain/exports/x64-linux/installed/x64-linux-dynamic/lib/libQt6Core.so.6 ERROR Could not find offset for qt_prfxpath=: no qt_prfxpath= token in binary...