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

推荐订阅源

云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
博客园_首页
The GitHub Blog
The GitHub Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
D
Docker
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
小众软件
小众软件
I
InfoQ
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky

AUR Newest Packages

fast-syntax-highlighting-git AUR (en) - tdesktop-nolimit AUR (en) - python-gmsh-bin AUR (en) - python-cad_to_openmc-git AUR (en) - yaak-cli-bin AUR (en) - nss-altfiles AUR (en) - loof AUR (en) - deez-notes-bin AUR (en) - flexbv-bin AUR (en) - urxvt-tabbedex-git AUR (en) - kernelstub-git AUR (en) - whispers-git AUR (en) - whispers-bin AUR (en) - kwin-scripts-magnetile AUR (en) - squelchbox AUR (en) - ai-quota-waybar-git AUR (en) - netchecker-git css-git csgo-git counter-strike-global-offensive counter-strike-1.6 counter-strike-source-git AUR (en) - rime-nguphing AUR (en) - vita-presence-rs-bin AUR (en) - vita-presence-rs AUR (en) - rmpv-git AUR (en) - mount-manager AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - netchecker
AUR (en) - masterpdfeditor-qt6
2026-06-24 · via AUR Newest Packages

Pinned Comments

ninetailedtori commented on 2026-06-23 18:41 (UTC)

Qt 6.4.2 and ICU 72 Bundling Rationale

The reason why the above packages were bundled under qt6-masterpdfeditor was as a workaround for hardening incompatibilities. The upstream binary was compiled against Qt 6.4.2, which lacks the GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS flag that Qt 6.11+ enforces. Rather than downgrading the system Qt (which would break other packages and maintainability), we bundle these compatible versions locally in /opt/masterpdfeditor/lib/ then ensure the application loads them first via RPATH configuration.

Latest Comments

ninetailedtori commented on 2026-06-23 18:41 (UTC)

Qt 6.4.2 and ICU 72 Bundling Rationale

The reason why the above packages were bundled under qt6-masterpdfeditor was as a workaround for hardening incompatibilities. The upstream binary was compiled against Qt 6.4.2, which lacks the GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS flag that Qt 6.11+ enforces. Rather than downgrading the system Qt (which would break other packages and maintainability), we bundle these compatible versions locally in /opt/masterpdfeditor/lib/ then ensure the application loads them first via RPATH configuration.

ninetailedtori commented on 2026-06-23 18:34 (UTC)

Fixed with this workaround. Unfortunately, it requires bundling qt6.4.2, but it works flawlessly for now! Hope this works for you all too :3

ninetailedtori commented on 2026-06-23 12:39 (UTC) (edited on 2026-06-23 12:57 (UTC) by ninetailedtori)

Testing a fix locally, the issue is due to the binary being compiled against Qt 6.4.2, but our latest is 6.11, which introduces a new hardening feature into the library. This is an issue that's occurred with other packages such as PrismLauncher before. For now, we'll try to bundle, then contact the upstream devs. Hopefully this workaround works.

whompus commented on 2026-06-23 09:09 (UTC)

I cannot get this version to run, the qt5 version works correctly.

masterpdfeditor5 10:00:41 23.06.26 Main: Open one window: 1 warning: direct reference to protected function _ZN7QObject11qt_metacastEPKc' in/usr/lib/libQt6Core.so.6' may break pointer equality masterpdfeditor5: _ZN7QObject11qt_metacastEPKc: /usr/lib/libQt6Core.so.6: error due to GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS