Package Details: zen-browser 1.21.15b-1

Git Clone URL: https://aur.archlinux.org/zen-browser.git (read-only, click to copy)
Package Base: zen-browser
Description: Firefox-based web browser built from upstream release source snapshot
Upstream URL: https://zen-browser.app
Licenses: MPL-2.0
Conflicts: zen-browser-bin
Submitter: everyx
Maintainer: noureddinex
Last Packager: noureddinex
Votes: 49
Popularity: 2.79
First Submitted: 2024-11-19 05:44 (UTC)
Last Updated: 2026-08-27 10:31 (UTC)

Sources (4)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

willker commented on 2026-08-27 14:17 (UTC)

For reference:

--- a/build/moz.configure/rust.configure
+++ b/build/moz.configure/rust.configure
@@ -415,6 +415,12 @@
         if len(narrowed) == 1:
             return narrowed[0].rust_target

+        # The autoconf "pc" vendor corresponds to Rust's "unknown" vendor.
+        if host_or_target.vendor == "pc":
+            narrowed = [c for c in candidates if c.target.vendor == "unknown"]
+            if len(narrowed) == 1:
+                return narrowed[0].rust_target
+
         return None

     rustc_target = find_candidate(candidates)

willker commented on 2026-08-27 12:56 (UTC)

The Don't know how to translate x86_64-pc-linux-gnu for rustc is still, Plz fix it.

willker commented on 2026-08-24 21:23 (UTC)

No, it's version 1.98.0 that failed to compile—version 1.97.0 did.

willker commented on 2026-08-24 21:13 (UTC)

It seems that only using rustup can compile successfully.

willker commented on 2026-08-24 21:04 (UTC)

 0:21.93 checking cargo version... 1.98.0
 0:21.95 checking for rust host triplet...
 0:21.95 E ERROR: Don't know how to translate x86_64-pc-linux-gnu for rustc
 0:22.14 E *** Fix above errors and then restart with "./mach build"

any clues?

match0x0 commented on 2026-08-21 14:55 (UTC)

I'm able to bulid the package, but when I try to install I get this error:

error: failed to commit transaction (conflicting files) zen-browser: /usr/bin/firefox exists in filesystem (owned by firefox) Errors occurred, no packages were upgraded.

I run firefox alongside zen. Any idea why installing zen is conflicting with the firefox binary?

noureddinex commented on 2026-06-18 13:51 (UTC)

It seems to work for me now after the last patch

noureddinex commented on 2026-06-17 00:26 (UTC)

Thanks for the thorough report @macestra , I'll work on that