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

推荐订阅源

P
Proofpoint News Feed
T
The Exploit Database - CXSecurity.com
T
Threat Research - Cisco Blogs
S
Securelist
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
P
Palo Alto Networks Blog
V
V2EX
Microsoft Security Blog
Microsoft Security Blog
T
Threatpost
Cyberwarzone
Cyberwarzone
Blog — PlanetScale
Blog — PlanetScale
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Register - Security
The Register - Security
T
Tenable Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
罗磊的独立博客
Project Zero
Project Zero
C
Cybersecurity and Infrastructure Security Agency CISA
C
Cyber Attacks, Cyber Crime and Cyber Security
博客园_首页
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
月光博客
月光博客
雷峰网
雷峰网
Recent Commits to openclaw:main
Recent Commits to openclaw:main
H
Heimdal Security Blog
PCI Perspectives
PCI Perspectives
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cloudbric
Cloudbric
人人都是产品经理
人人都是产品经理
Latest news
Latest news
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tor Project blog
Jina AI
Jina AI
S
Security Affairs
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Scott Helme
Scott Helme
M
MIT News - Artificial intelligence
The Hacker News
The Hacker News
F
Full Disclosure
宝玉的分享
宝玉的分享
Webroot Blog
Webroot Blog
Forbes - Security
Forbes - Security
SecWiki News
SecWiki News
O
OpenAI News
N
News | PayPal Newsroom
A
About on SuperTechFans
S
Security @ Cisco Blogs

AUR Newest Packages

AUR (en) - bambu-studio AUR (en) - mautrix-teams AUR (en) - graphify-bin AUR (en) - word-snatchers-cli AUR (en) - typing-game-cli AUR (en) - agent-deck-bin AUR (en) - fconvert AUR (en) - sd-boot AUR (en) - mutui AUR (en) - vapor-openvr-git AUR (en) - pi-ext-awsdocs AUR (en) - omniroute-bin AUR (en) - ddnsto-bin AUR (en) - herdr-bin AUR (en) - quark-quick-access-bin AUR (en) - superset-bin AUR (en) - dabradio-bin AUR (en) - fetch-git openaquaero AUR (en) - fmradio-bin AUR (en) - luna-translator AUR (en) - braincup-bin AUR (en) - ioruba-desktop-bin AUR (en) - ioruba-desktop AUR (en) - deadsync-bin AUR (en) - deadsync AUR (en) - claurst-bin AUR (en) - festival-bin AUR (en) - awesomenes AUR (en) - tofi-rs-git AUR (en) - wallrift AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - clashmi-bin AUR (en) - viper-py AUR (en) - netwatch-tui-bin AUR (en) - scran AUR (en) - snapdog-client AUR (en) - snapdog AUR (en) - opentubex AUR (en) - fafind-bin AUR (en) - smosummary AUR (en) - cardwire AUR (en) - android-cli AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - clawd-on-desk-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - byedroid AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - opennow AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - gitmun-bin AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - openring-rs AUR (en) - openring-rs-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) - goosestation-libretro AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - cosmic-ext-connected-git AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - ascendara-bin
AUR (en) - ytdlp-gui
2026-06-18 · via AUR Newest Packages

liturri commented on 2026-05-26 19:57 (UTC)

I confirm that adding options=('!lto') is necessary. I hit the same aws-lc linking error today and this fixed it.

dreieck commented on 2026-05-20 21:07 (UTC)

It simply is enough to forcefully disable LTO by adding
options+=('!lto')
to the PKGBUILD. At least for me this fixes the mentioned build error.

Regards and thanks for maintaining!

P.S.: The license identifier should be made SPDX compliant.

mboss387 commented on 2026-05-16 07:32 (UTC) (edited on 2026-05-16 07:36 (UTC) by mboss387)

I also ran into guglovich's error and traced it to the way the aws-lc library gets built on arch. Resolutions are either disabling injecting -flto=auto globally in makepkg.conf - or changing the PKGBUILD build() function:

build() {
    cd "$pkgname-${pkgver}"
    export CFLAGS="${CFLAGS/ -flto=auto/}"
    export CFLAGS_x86_64_unknown_linux_gnu="$CFLAGS"
    export RUSTUP_TOOLCHAIN=stable
    export CARGO_TARGET_DIR=target
    cargo build --frozen --release
}

@bksalman: i would suggest updating the PKGBUILD - unless users modified their stock makepkg.conf users will keep running into this with rust packages.

guglovich commented on 2026-05-11 11:17 (UTC)

      ld.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
      collect2: error: ld returned 1 exit status

error: could not compile ytdlp-gui (bin "ytdlp-gui") due to 1 previous error

bksalman commented on 2024-08-21 08:32 (UTC)

@dreieck thank you for telling me, my automated process seems to not have done that, will look into it as soon as possible

dreieck commented on 2024-08-21 07:47 (UTC)

Checksum verification fails after update of the PKGBUILD:

==> Validating source files with sha256sums...
    ytdlp-gui-1.1.1.tar.gz ... FAILED

Regards and thanks for maintaining!

bksalman commented on 2023-07-28 07:17 (UTC) (edited on 2023-07-28 07:20 (UTC) by bksalman)

@sqfreak I have a symlink to the PKGBUILD on my machine, and I just edit that, but for some reason the sha256sum update didn't get passed? I'm really not sure what happened, anyways sorry for how messy this package is, I'm stupid

(will update it soon)

sqfreak commented on 2023-07-27 23:21 (UTC)

I think you may have missed updating the sha256sum for 0.3.0. The one I get from the file on Github is dee55b85f303b10dd9a3d922a9ec757a3b7c6c953da447e7e5effb2857f51d3f and the package has b7e1a8350dc69f583122df4bc43c6968ab1f11a3282472f1fc52b47630387f0c, which is the sha256sum for version 0.2.5 on Github.

bksalman commented on 2023-07-27 15:50 (UTC)

@JisuWoniu oops, thanks for spotting it for me! will push a fix soon

JisuWoniu commented on 2023-07-27 15:16 (UTC)

You made a typo in build function. Should be --frozen instead of --forzen.