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

推荐订阅源

D
Docker
Simon Willison's Weblog
Simon Willison's Weblog
H
Help Net Security
F
Fortinet All Blogs
H
Heimdal Security Blog
S
Schneier on Security
L
LangChain Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
NISL@THU
NISL@THU
P
Palo Alto Networks Blog
J
Java Code Geeks
博客园 - 【当耐特】
The Last Watchdog
The Last Watchdog
W
WeLiveSecurity
www.infosecurity-magazine.com
www.infosecurity-magazine.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost
I
InfoQ
Recorded Future
Recorded Future
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
CERT Recently Published Vulnerability Notes
T
Tenable Blog
腾讯CDC
C
Check Point Blog
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
罗磊的独立博客
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog
小众软件
小众软件
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
P
Privacy & Cybersecurity Law Blog
V2EX - 技术
V2EX - 技术
T
Threatpost
Engineering at Meta
Engineering at Meta
Attack and Defense Labs
Attack and Defense Labs
T
Tailwind CSS Blog
S
Securelist
The Cloudflare Blog
博客园 - 叶小钗
L
LINUX DO - 最新话题
T
Troy Hunt's Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
爱范儿
爱范儿

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - chess-cat-git AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - keyviz-zh-bin AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - android-cli AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-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.