

















@tskkar Thanks for reporting this issue. The version constraint on zlib has now been removed.
FYI:
With the introduced version check on zlib, it breaks compatibility with zlib-ng-compat, could you remove the version check?
Thanks!
Can't reproduce. Your installation is corrupted or something. Try reinstalling the openssl package.
help:build error,I have installed openssl-3.3.0 and I installed openssl-1.1.1 but can't solve it,this is output:
-- Found OpenSSL: /lib/libcrypto.so (found suitable version "3.3.0", minimum required is "1.1.1")
...
CMake Error in src/base/CMakeLists.txt:
Imported target "OpenSSL::Crypto" includes non-existent path
"/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
untemi flagged qbittorrent-enhanced out-of-date on 2023-11-30 (UTC) for the following reason:
qbittorrent: symbol lookup error: qbittorrent: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API
@untemi:
This seems to be a dependency issue (qt6 library mismatched for build-time & run-time, this could happen in case of qt6 is upgraded after the build of qbittorrent-enhanced), I could not reproduce it locally.
Please try to rebuild this package and see if the issue gone.
Besides, please DO NOT abuse the out-of-date flag.
@leo980 can you do the following modification to the pkgbuild. https://0x0.st/HvDI.txt with this patch cmake will use all avalible cpu cores. also you e-mail server is unreachable.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Build failure with libtorrent-rasterbar 1:2.1.0-2.
qbittorrent-enhanced 5.2.1.10 currently fails to build against libtorrent-rasterbar 2.1.0 (updated in [extra]) due to C++ API changes:
customstorage.cpp:68:44: error: no matching function for call to ‘Path::Path(<brace-enclosed initializer list>)’
68 | const Path savePath {storageParams.path};
...
customstorage.cpp:72:23: error: ‘const struct libtorrent::storage_params’ has no member named ‘mapped_files’
72 | storageParams.mapped_files ? *storageParams.mapped_files : storageParams.files,
libtorrent 2.1.0 changed storage_params.path to std::string_view and removed mapped_files. Needs a compatibility patch or upstream update for libtorrent 2.1.0.