惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
爱范儿
爱范儿
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 叶小钗
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
博客园 - 司徒正美
博客园 - 【当耐特】
IT之家
IT之家

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - qbittorrent-enhanced
2026-06-05 · via AUR Newest Packages

seria commented on 2026-07-14 05:21 (UTC) (edited on 2026-07-14 05:24 (UTC) by seria)

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.

leo980 commented on 2025-04-23 18:43 (UTC)

@tskkar Thanks for reporting this issue. The version constraint on zlib has now been removed.

tskaar commented on 2025-04-23 18:37 (UTC)

FYI:

With the introduced version check on zlib, it breaks compatibility with zlib-ng-compat, could you remove the version check?

Thanks!

colorglass commented on 2024-08-11 07:06 (UTC)

Hanabishi commented on 2024-05-26 18:18 (UTC)

Can't reproduce. Your installation is corrupted or something. Try reinstalling the openssl package.

Hzf commented on 2024-05-26 17:53 (UTC)

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.

Hanabishi commented on 2023-12-01 09:02 (UTC)

leo980 commented on 2023-12-01 07:29 (UTC) (edited on 2023-12-01 07:30 (UTC) by leo980)

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.

Hanabishi commented on 2023-11-19 08:48 (UTC) (edited on 2023-11-19 08:54 (UTC) by Hanabishi)

Squidward commented on 2023-11-19 01:26 (UTC)

@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.