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

推荐订阅源

雷峰网
雷峰网
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
L
LangChain Blog
云风的 BLOG
云风的 BLOG
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
I
InfoQ
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
量子位
The GitHub Blog
The GitHub Blog
博客园 - 【当耐特】

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - mullvad-browser
2026-06-18 · via AUR Newest Packages

Pinned Comments

ralphptorres commented on 2025-03-12 01:40 (UTC)

hey all, i have updated the pkgbuild to use the tor-browser-build (tbb) tool as advised by mullvad-browser (mb) upstream and the folks here in the comments

also, please fetch keys to allow verification of sigs in sha256sums-unsigned-build.txt:

gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org

PolGZ commented on 2026-05-13 17:20 (UTC) (edited on 2026-05-13 17:21 (UTC) by PolGZ)

noureddinex commented on 2026-04-27 12:46 (UTC)

@konvix: Have you tried building this PKGBUILD yourself in clean chroot recently?

No, but I got your point

@patlefort: It's relevant in that a pkgbuild should never request root access.

I agree

konvix commented on 2026-04-27 01:09 (UTC)

/usr/bin/core_perl is not on PATH so the use of which results in it trying to execute a header file. Calling /usr/bin/core_perl/h2ph directly, like done in patlefort patch, should make that part work.

Have you tried building this PKGBUILD yourself in clean chroot recently?

patlefort commented on 2026-04-26 21:21 (UTC)

It's relevant in that a pkgbuild should never request root access.

noureddinex commented on 2026-04-26 20:35 (UTC)

@patlefort I'm looking into your patch, it doesn't seem to be relevant to @konvix errors though

patlefort commented on 2026-04-26 19:53 (UTC)

Did you look at my patch? It removes the need to use sudo.

noureddinex commented on 2026-04-26 19:39 (UTC)

@konvix I fixed checksums, thanks for reporting

for h2ph that's what I get:

sudo pacman -Qo $(which h2ph) /usr/bin/core_perl/h2ph is owned by perl 5.42.2-1.1

konvix commented on 2026-04-26 13:20 (UTC) (edited on 2026-04-26 13:37 (UTC) by konvix)

@noureddinex mismatching checksum for sha256sums-unsigned-build.txt:

==> Validating source files with sha256sums...
    tor-browser-build ... Skipped
    sha256sums-unsigned-build.txt ... FAILED
    sha256sums-unsigned-build.txt.asc ... Skipped
    mullvad-browser.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

Ignoring that, it still fails during first step of prepare when it tries to execute syscall.h when missing makedepend h2ph can't be located:

==> Starting prepare()...
which: no h2ph in (/home/user/bin:/home/user/.local/bin/adev:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
sudo: sys/syscall.h: command not found
==> ERROR: A failure occurred in prepare().

from sudo $(which h2ph) sys/syscall.h asm/unistd.h asm/unistd_64.h bits/syscall.h.

Able to take a look at this and the patch from patlefort below?

konvix commented on 2026-03-29 10:32 (UTC)

Package does not build anymore. This URL is now 404 after mullvad-browser 15.0.8 release: https://cdn.mullvad.net/browser/15.0.7/sha256sums-unsigned-build.txt

It will likely also need patches for compatibility with clang v22 to compile (discussed @ firefox-esr).

patlefort commented on 2026-03-23 08:09 (UTC)