!PbcQeaWcgMyjVfeGQN:nixos.org

Nix Mozilla 🦊🐦🐒

175 Members
A room about a number of weird animals (also known as Mozilla products): Firefox, Thunderbird, Spidermonkey, NSS, cacert. Also a little bit of fun times, small amounts of extreme, when building weird animals. But for bugs please file GitHub issues. | Release Schedule: https://whattrainisitnow.com | Crash-Stats: https://crash-stats.mozilla.org/search/?distribution_id=%3Dnixos&product=Firefox&product=Thunderbird51 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
3 Nov 2023
@mib:kanp.aimib 🥐 changed their profile picture.13:52:41
@nbp:mozilla.orgnbpHas anyone tried to load a temporary addon in the Firefox version compiled with Nixpkgs? I can successfully load in a binary-nightly version of Firefox, but not in the release Nixpkgs-built version.18:01:02
@nbp:mozilla.orgnbpBy temporary addon, I mean loading a manifest.json in about:debugging18:01:23
6 Nov 2023
@gabriel:mozilla.orggabriel changed their display name from gabriel to gabriel | sick 🤧.14:53:17
7 Nov 2023
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/26598803:13:14
@hexa:lossy.networkhexahttps://www.mozilla.org/en-US/firefox/119.0.1/releasenotes/15:35:19
@hexa:lossy.networkhexa
wasm-ld: error: /nix/store/fqzakkmfnmpcdcy35502xp19830c6ski-wasi-sysroot/lib/wasm32-wasi/libc++abi.a(stdlib_new_delete.cpp.o): undefined symbol: __cxa_allocate_exception
wasm-ld: error: /nix/store/fqzakkmfnmpcdcy35502xp19830c6ski-wasi-sysroot/lib/wasm32-wasi/libc++abi.a(stdlib_new_delete.cpp.o): undefined symbol: __cxa_throw
wasm-ld: error: /nix/store/fqzakkmfnmpcdcy35502xp19830c6ski-wasi-sysroot/lib/wasm32-wasi/libc++abi.a(stdlib_new_delete.cpp.o): undefined symbol: __cxa_allocate_exception
wasm-ld: error: /nix/store/fqzakkmfnmpcdcy35502xp19830c6ski-wasi-sysroot/lib/wasm32-wasi/libc++abi.a(stdlib_new_delete.cpp.o): undefined symbol: __cxa_throw
18:26:39
@hexa:lossy.networkhexa
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1f205082c041..bf271c5e4754 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -16649,7 +16649,7 @@ with pkgs;
       else if platform.isFreeBSD then 12
       else if platform.isAndroid then 12
       else if platform.isLinux then 16
-      else if platform.isWasm then 12
+      else if platform.isWasm then 16
       else 14;
     # We take the "max of the mins". Why? Since those are lower bounds of the
     # supported version set, this is like intersecting those sets and then
18:26:51
8 Nov 2023
@gabriel:mozilla.orggabriel changed their display name from gabriel | sick 🤧 to gabriel.16:10:41
9 Nov 2023
@hexa:lossy.networkhexahttps://gist.github.com/mweinelt/39e4e011bf7a9ff4f65711926bf0ef45 firefox 120.0b8 build error with missing dbus/dbus.h11:44:20
@hexa:lossy.networkhexa
firefox-beta-unwrapped>   -isystem
firefox-beta-unwrapped>   /nix/store/wlnnj1r9vld4bd0v21n9ajwm34y042mc-dbus-1.14.10-dev/include
11:45:31
@hexa:lossy.networkhexa and dbus.h is at /nix/store/wlnnj1r9vld4bd0v21n9ajwm34y042mc-dbus-1.14.10-dev/include/dbus-1.0/dbus/dbus.h 11:45:39
@hexa:lossy.networkhexa
firefox-beta-unwrapped> /build/firefox-120.0/mozobj/dist/system_wrappers/dbus/dbus.h:3:15: fatal error: 'dbus/dbus.h' file not found
firefox-beta-unwrapped> #include_next <dbus/dbus.h>
firefox-beta-unwrapped>               ^~~~~~~~~~~~~
11:46:05
@hexa:lossy.networkhexa * and dbus.h is at /nix/store/wlnnj1r9vld4bd0v21n9ajwm34y042mc-dbus-1.14.10-dev/include/dbus-1.0/dbus/dbus.h 11:46:18
@vcunat:matrix.orgvcunat

dbus-1.pc looks OK:

Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include 
13:22:25
@vcunat:matrix.orgvcunatSo I'd probably first question why that .pc isn't used.13:22:48
@hexa:lossy.networkhexayep13:23:55
@hexa:lossy.networkhexahttps://github.com/nixos/nixpkgs/commit/90fcd66599f7ea22dcc64474e71a04ac9d673e75#diff-d70aa5a57cbafbf7836bf387f8ed0206efca9056f6f6fddcc393996f9c15fcbeR21-R2423:05:00
@hexa:lossy.networkhexaprior art23:05:01
10 Nov 2023
@hexa:lossy.networkhexa119.0b9 is okay, 120.0b1 fails, reported at https://bugzilla.mozilla.org/show_bug.cgi?id=186408300:08:53
@ThorHop:matrix.org@ThorHop:matrix.org joined the room.03:17:14
@vcunat:matrix.orgvcunat9 year old bug suddenly returns? Maybe it's just coincidence.05:40:29
11 Nov 2023
@hexa:lossy.networkhexafirefox 120 requires rust 1.70, so we nearly went without a rust backport for 23.05, which was nice02:18:25
@palo:xaos.spacepalo moved to @mrvandalo:terranix.org changed their profile picture.12:18:17
@palo:xaos.spacepalo moved to @mrvandalo:terranix.org changed their profile picture.12:18:43
@palo:xaos.spacepalo moved to @mrvandalo:terranix.org changed their profile picture.12:19:09
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/26675021:54:14
@hexa:lossy.networkhexawould love a review of the crimes committed in this pr21:54:22

Show newer messages


Back to Room ListRoom Version: 9