-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox bin 69.0.1 #69099
Firefox bin 69.0.1 #69099
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I seem to get a regression, these build on master:
builder for '/nix/store/lcyyfnzyna7xgi341pj7pamw5z6m952p-firefox-unwrapped-69.0.1.drv' failed with exit code 2; last 10 log lines:
from /build/firefox-69.0.1/obj-x86_64-pc-linux-gnu/dom/bindings/HeapSnapshotBinding.cpp:8,
from /build/firefox-69.0.1/obj-x86_64-pc-linux-gnu/dom/bindings/UnifiedBindings9.cpp:2:
/nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_map.h:100:11: note: 'class std::map<long unsigned int, mozilla::layers::ScrollUpdateInfo>' declared here
class map
^~~
make[3]: Leaving directory '/build/firefox-69.0.1/obj-x86_64-pc-linux-gnu/dom/bindings'
make[2]: Leaving directory '/build/firefox-69.0.1/obj-x86_64-pc-linux-gnu'
make[1]: *** [/build/firefox-69.0.1/config/recurse.mk:34: compile] Error 2
make[1]: Leaving directory '/build/firefox-69.0.1/obj-x86_64-pc-linux-gnu'
make: *** [/build/firefox-69.0.1/config/rules.mk:391: default] Error 2
cannot build derivation '/nix/store/nmcd8q1ijb5zd20320hfj9jzdb5i27jz-adoptopenjdk-icedtea-web-1.8.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/y6nb8c2q9riw6cicjj3kqwrn1bip5hvs-firefox-69.0.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nqacg53lxhdhh4drnzak7a23zilrdjws-mozplugger-2.1.6.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/qqv34zgiw15ln1fnwqqvzzbg7xz01bgd-slimerjs-1.0.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/d4jp12sp76vwrbri98nq6zqy6fc8hl39-env.drv': 4 dependencies couldn't be built
[21 built (1 failed), 12 copied (100.9 MiB), 19.1 MiB DL]
error: build of '/nix/store/d4jp12sp76vwrbri98nq6zqy6fc8hl39-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/69099
4 package failed to build:
adoptopenjdk-icedtea-web xulrunner mozplugger slimerjs
The packages are successfully built with this PR rebased on master (d8adf06).
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both work fine for me atop master.
Hmm, I verified even exact |
Also built for me. |
[detached HEAD 61201f8] firefox-bin: 69.0 -> 69.0.1 |
[detached HEAD 75fdf70] firefox-bin: 69.0 -> 69.0.1 |
Firefox bin 69.0.1 (cherry picked from commit 8fc3fe4)
Motivation for this change
https://www.mozilla.org/en-US/firefox/69.0.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2019-31/
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Only tested
firefox-bin
.firefox
is being built.Notify maintainers
cc @edolstra @andir