| 3 Nov 2023 |
| mib 🥐 changed their profile picture. | 13:52:41 |
nbp | Has 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 | By temporary addon, I mean loading a manifest.json in about:debugging | 18:01:23 |
| 6 Nov 2023 |
| gabriel changed their display name from gabriel to gabriel | sick 🤧. | 14:53:17 |
| 7 Nov 2023 |
hexa | https://github.com/NixOS/nixpkgs/pull/265988 | 03:13:14 |
hexa | https://www.mozilla.org/en-US/firefox/119.0.1/releasenotes/ | 15:35:19 |
hexa | 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 | 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 changed their display name from gabriel | sick 🤧 to gabriel. | 16:10:41 |
| 9 Nov 2023 |
hexa | https://gist.github.com/mweinelt/39e4e011bf7a9ff4f65711926bf0ef45 firefox 120.0b8 build error with missing dbus/dbus.h | 11:44:20 |
hexa | firefox-beta-unwrapped> -isystem
firefox-beta-unwrapped> /nix/store/wlnnj1r9vld4bd0v21n9ajwm34y042mc-dbus-1.14.10-dev/include
| 11:45:31 |
hexa | and dbus.h is at /nix/store/wlnnj1r9vld4bd0v21n9ajwm34y042mc-dbus-1.14.10-dev/include/dbus-1.0/dbus/dbus.h | 11:45:39 |
hexa | 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 | * and dbus.h is at /nix/store/wlnnj1r9vld4bd0v21n9ajwm34y042mc-dbus-1.14.10-dev/include/dbus-1.0/dbus/dbus.h | 11:46:18 |
vcunat | dbus-1.pc looks OK:
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
| 13:22:25 |
vcunat | So I'd probably first question why that .pc isn't used. | 13:22:48 |
hexa | yep | 13:23:55 |
hexa | https://github.com/nixos/nixpkgs/commit/90fcd66599f7ea22dcc64474e71a04ac9d673e75#diff-d70aa5a57cbafbf7836bf387f8ed0206efca9056f6f6fddcc393996f9c15fcbeR21-R24 | 23:05:00 |
hexa | prior art | 23:05:01 |
| 10 Nov 2023 |
hexa | 119.0b9 is okay, 120.0b1 fails, reported at https://bugzilla.mozilla.org/show_bug.cgi?id=1864083 | 00:08:53 |
| @ThorHop:matrix.org joined the room. | 03:17:14 |
vcunat | 9 year old bug suddenly returns? Maybe it's just coincidence. | 05:40:29 |
| 11 Nov 2023 |
hexa | firefox 120 requires rust 1.70, so we nearly went without a rust backport for 23.05, which was nice | 02:18:25 |
| palo moved to @mrvandalo:terranix.org changed their profile picture. | 12:18:17 |
| palo moved to @mrvandalo:terranix.org changed their profile picture. | 12:18:43 |
| palo moved to @mrvandalo:terranix.org changed their profile picture. | 12:19:09 |
hexa | https://github.com/NixOS/nixpkgs/pull/266750 | 21:54:14 |
hexa | would love a review of the crimes committed in this pr | 21:54:22 |