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

推荐订阅源

O
OpenAI News
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
L
LangChain Blog
D
Docker
小众软件
小众软件
爱范儿
爱范儿
Y
Y Combinator Blog
I
InfoQ
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
The Register - Security
The Register - Security
宝玉的分享
宝玉的分享
博客园_首页
D
DataBreaches.Net
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
F
Fortinet All Blogs
Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
Recent Announcements
Recent Announcements
Simon Willison's Weblog
Simon Willison's Weblog
P
Proofpoint News Feed
P
Privacy & Cybersecurity Law Blog
NISL@THU
NISL@THU
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
S
Schneier on Security
TaoSecurity Blog
TaoSecurity Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
PCI Perspectives
PCI Perspectives
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
V
V2EX - 技术
L
LINUX DO - 热门话题
I
Intezer
Schneier on Security
Schneier on Security
Last Week in AI
Last Week in AI
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
Recent Commits to openclaw:main
Recent Commits to openclaw:main
S
Security Affairs
H
Heimdal Security Blog

AUR Newest Packages

AUR (en) - zsh-patina-bin AUR (en) - omarchy-prayer AUR (en) - pi-ext-subagents AUR (en) - pgxcli-bin AUR (en) - octra-wallet AUR (en) - bambu-studio 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) - 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) - 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) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - cosmic-ext-connected-git AUR (en) - ter-music-cn elio-bin AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - ouijit-bin AUR (en) - usque-bin
AUR (en) - libsignal-ffi
2026-06-16 · via AUR Newest Packages

Latest Comments

marcool04 commented on 2026-01-18 16:58 (UTC)

Right, so looking into a bit more, it does indeed look like the suggestions you made help the build succeed, however on my RPi4 a test then fails. So I'm not too sure how reliable this would actually be on aarch64.

At this stage, I feel like it would be more rigorous to remove aarch64 from the arch array altogether, as that is closer to what I am able to test... You'd still be able to use a modified version of the PKGBUILD if you like of course, although I realise that might be less convenient. But I'm not too sure why the test is failing and it does suggest that even with the native CPU settings to C and C++ it is not perfect. And the fact that the asm-hashes rust package is deprecated is not encouraging...

a2sc commented on 2026-01-18 13:05 (UTC) (edited on 2026-01-18 13:05 (UTC) by a2sc)

  if [[ "$CARCH" == "aarch64" ]]; then
    export RUSTFLAGS="-C target-cpu=native"
    export CFLAGS="-march=native"
    export CXXFLAGS="$CFLAGS"
    export LDFLAGS=""
  fi

CFLAGS is a flag for c compiler - it forces to use the native cpu crypto https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html

marcool04 commented on 2026-01-17 07:18 (UTC)

Hi a2sc. I see, indeed, that as it is the PKGBUILD fails to build the sha2-asm cargo dependency on an aarch64 with a bunch of:

warning: sha2-asm@0.6.4: src/sha256_aarch64.S:191: Error: selected processor does not support `sha256h2 q3,q4,v7.4s'

warnings then ultimately an error:

error: failed to run custom build command for `sha2-asm v0.6.4`

I'm unsure why this is though to be honest. I see that tulir has his CI building for this architecture with not much different really:

https://mau.dev/tulir/gomuks-build-docker/-/blob/master/.gitlab-ci.yml#L79

How did you arrive at the need to add those flags? I checked out the sha2-asm rust crate and that seems to not only have limited aarch64 support, but also to be on the way out: https://github.com/RustCrypto/asm-hashes and I found no special instructions for compiling on aarch64 there either. Would love to learn more from you if you don't mind explaining those flags please.

a2sc commented on 2026-01-15 22:57 (UTC)

if you want to build it on aarch64 raspi 5, you must replace the build function with:

build() {
  cd "${srcdir}/${_pkgname}-${pkgver}"
  export RUSTUP_TOOLCHAIN=stable
  export CARGO_TARGET_DIR=target
  if [[ "$CARCH" == "aarch64" ]]; then
    export RUSTFLAGS="-C target-cpu=native"
    export CFLAGS="-march=armv8-a+crypto"
    export CXXFLAGS="$CFLAGS"
    export LDFLAGS=""
  fi
  cargo clean
  cargo build -p libsignal-ffi --profile=release
}

marcool04 commented on 2024-07-18 06:38 (UTC) (edited on 2026-01-16 07:46 (UTC) by marcool04)

Thanks @BrainDamage Indeed I was going to try and see if 0.52.3 would work with mautrix-signal, but then got distracted and pushed this mixup. Thanks for you comment, should be fixed now.

BrainDamage commented on 2024-07-18 05:38 (UTC)

This package sets 0.52.3 pkgver, but the hash is for version 0.52.0 and the only reverse-dependency has version 0.52.0 pinned. Was it a typo?

shtrophic commented on 2024-03-20 21:23 (UTC)

This also compiles and works on aarch64