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

推荐订阅源

Google DeepMind News
Google DeepMind News
S
Security Affairs
阮一峰的网络日志
阮一峰的网络日志
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
Recent Announcements
Recent Announcements
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
博客园_首页
The Cloudflare Blog
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题
P
Proofpoint News Feed
Y
Y Combinator Blog
Jina AI
Jina AI
博客园 - 聂微东
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
F
Full Disclosure
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Microsoft Security Blog
Microsoft Security Blog
爱范儿
爱范儿
T
Tailwind CSS Blog
J
Java Code Geeks
Vercel News
Vercel News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
博客园 - 三生石上(FineUI控件)
W
WeLiveSecurity
PCI Perspectives
PCI Perspectives
Attack and Defense Labs
Attack and Defense Labs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
宝玉的分享
宝玉的分享
IT之家
IT之家
Hacker News: Ask HN
Hacker News: Ask HN
The Register - Security
The Register - Security
T
The Exploit Database - CXSecurity.com
T
Threat Research - Cisco Blogs

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) - dash-static-musl
2026-06-23 · via AUR Newest Packages

Aleksej commented on 2026-05-28 16:42 (UTC)

Aleksej commented on 2026-05-18 04:01 (UTC)

Thanks @randompie, I'll see if I can make it work without system-wide symlinks.

randompie commented on 2026-05-17 17:06 (UTC)

Made the following changes:

sudo ln -s /usr/lib/libatomic_asneeded.so /usr/lib/musl/lib/
sudo ln -s /usr/lib/libatomic_asneeded.a /usr/lib/musl/lib/
sudo ln -s /usr/lib/libatomic.a /usr/lib/musl/lib/

This fixes the libatomic problem, but another problem crops up in the install part with the COPYING file.

Fixed by changing the PKGBUILD:

36c36
<   install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${_pkgbase}/COPYING
---
>   install -m644 -D ${srcdir}/${_pkgbase}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${_pkgbase}/COPYING

Aleksej commented on 2026-05-10 03:27 (UTC)

There's a libatomic problem:

musl-gcc -I. -I.. -DBSD=1 -DSHELL  -g -O2 -Wall    -o mknodes mknodes.c
/usr/bin/ld: cannot find -latomic_asneeded: No such file or directory

Usually solved by adding -fno-link-libatomic to CFLAGS in /etc/makepkg.conf but make seems to ignore CFLAGS in the above step.

If anyone figures it out before me please post here.

tetrachromat commented on 2026-04-14 05:44 (UTC)

Can this package be updated to 0.5.13.2? The pkgver & checksums just need to be updated.

Aleksej commented on 2025-07-29 07:26 (UTC)

Hi, thanks for packaging. Upstream source mentioned below has ./configure script so you can remove prepare() function (tested). And it builds and works fine on aarch64 architecture.

kseistrup commented on 2022-01-14 09:05 (UTC)

I can confirm that --enable-static works and produces a statically linked binary.

And I recommend that the CFLAGS variable isn't completely overruled. Instead the -Os should be appended:

export CC='musl-gcc'
export CFLAGS="$CFLAGS -Os"  # please observe double-quotes
./configure \
  --enable-static \
    ⋮

Cheers.

WFCody commented on 2022-01-14 08:53 (UTC)

Hi climbTheStrairs. The source used is the same as in the Arch Linux dash package so that is why that source is selected.

For building, I probably had a reason for doing what I did back then. I will try to adjust the PKGBUILD sometime soon when I got time.

climbTheStairs commented on 2022-01-14 08:40 (UTC)

Perhaps use ./configure --enable-static instead of export CC='musl-gcc -static' and export CFLAGS='-Os -static' (and why the flag used twice?)?

Also, is there a reason that this source is used instead of the one from the upstream URL (http://gondor.apana.org.au/~herbert/dash/files/)?

kseistrup commented on 2021-03-25 12:58 (UTC)

Please update to 0.5.11.3.