@teJECSke
Should be fixed with wasi-libc++ 19.1.6-2.
Git Clone URL: | https://aur.archlinux.org/firefox-nightly.git (read-only, click to copy) |
---|---|
Package Base: | firefox-nightly |
Description: | Fast, Private & Safe Web Browser (Nightly version) |
Upstream URL: | https://www.mozilla.org/firefox/channel/desktop/#nightly |
Keywords: | browser gecko web |
Licenses: | MPL-2.0 |
Submitter: | None |
Maintainer: | heftig |
Last Packager: | heftig |
Votes: | 615 |
Popularity: | 2.94 |
First Submitted: | 2008-09-10 14:23 (UTC) |
Last Updated: | 2024-12-11 14:29 (UTC) |
@teJECSke
Should be fixed with wasi-libc++ 19.1.6-2.
After upgrade:
ERROR: Cannot find wasi headers or problem with the wasm compiler. Please fix the problem. Or build with --without-wasm-sandboxed-libraries.
I wanted to build, tried a lot but gave up and just used the repo.
Trying to build nightly, but I receive on many places error: "STL code can only be used with -fno-exceptions". Is there any way out? Or should I just wait :-)
Moreover, how can I limit number of cores used for build? makepkg does not provide any option by itself. Should export MAKEFLAGS="-j 4" work? nice -19 makepkg works fine, but anyway... Just asking.
@maltejur Should be fixed; see the latest commit.
The window icon is missing for me on KDE Wayland (only noticeable when "Customize Toolbar > Titlebar" is enabled). From quick research this seems to be because of a mismatch between the window class (firefoxnightly
) and the name of the desktop file (firefox-nightly.desktop
). Setting MOZ_APP_REMOTINGNAME
, and thus the name of the window class, to firefox-nightly
in the mozconfig fixes the issue for me. Is there any reason MOZ_APP_REMOTINGNAME
is currently set to firefoxnightly
?
@xiota Thanks, it worked!
Pinned Comments
heftig commented on 2022-07-27 22:26 (UTC)
Instead of building this yourself, please use the repository from https://bbs.archlinux.org/viewtopic.php?id=117157.
Not only do you skip the very time-consuming builds, but the published package also has debug symbols at Mozilla's crash reports service, which helps tremendously with finding or filing bugs for any crashes you get.
I consider this the canonical
firefox-nightly
package for Arch Linux.Alternatively, download Firefox Nightly straight from Mozilla, extract it to a writable place (e.g.
~/.local/firefox-nightly
) and let it update itself using the integrated updater.