Skip to content
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

Palemoon: 27.9.2 -> 27.9.4 #44502

Merged
merged 3 commits into from Aug 7, 2018
Merged

Palemoon: 27.9.2 -> 27.9.4 #44502

merged 3 commits into from Aug 7, 2018

Conversation

jpathy
Copy link
Contributor

@jpathy jpathy commented Aug 5, 2018

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Aug 5, 2018

@GrahamcOfBorg build palemoon

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: palemoon

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: palemoon

Partial log (click to expand)

checking for references to /build in /nix/store/f4xla6mzanahsz4l4q2vpl817jia0wbz-texlive-bin-2017-doc...
cannot build derivation '/nix/store/wb0lm3njhm5171wjp5ms73c5vp1gbjpc-texlive-core-big.bin-2017.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/dxr9k2w9x45fwqcl5ywyrh0ipnir6fxg-texlive-combined-2017.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nfw63dwazmfdkf8d372x7p5mh138m86l-dblatex-0.3.10.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nkqjgrc1n006y6kba5d0xspc0r0cwxqy-gtk-doc-1.28.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/jwvnbpfgyhkkdmrvx1bhnsm870v55hxq-gdk-pixbuf-2.36.12.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/gfkx402mx4slqihg6aj6fddpm223vn4s-gtk+-2.24.32.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/f12pzxr8q93rz2qlxqnvh2h9zzqjwkcz-libnotify-0.7.7.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/l42sbh4yzqrplis08wdlgyvb7hrz0kkw-palemoon-27.9.4.drv': 8 dependencies couldn't be built
error: build of '/nix/store/l42sbh4yzqrplis08wdlgyvb7hrz0kkw-palemoon-27.9.4.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: palemoon

Partial log (click to expand)

rmdir: failed to remove '/nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7/share': Directory not empty
shrinking RPATHs of ELF executables and libraries in /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7
shrinking /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7/bin/notify-send
shrinking /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7/lib/libnotify.so.4.0.0
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7/lib  /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7/bin
patching script interpreter paths in /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7
checking for references to /build in /nix/store/fbicrvd3k5l5jwdhhbaa3dbs3cmcj5mj-libnotify-0.7.7...
cannot build derivation '/nix/store/i070b2f9n1q01q65iq1j3csvspdiq853-palemoon-27.9.4.drv': 1 dependencies couldn't be built
error: build of '/nix/store/i070b2f9n1q01q65iq1j3csvspdiq853-palemoon-27.9.4.drv' failed

@joachifm
Copy link
Contributor

joachifm commented Aug 6, 2018

Failures look unrelated to the version bump. Is that so?

@xeji
Copy link
Contributor

xeji commented Aug 7, 2018

Let's try again.
@GrahamcOfBorg build palemoon

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: palemoon

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: palemoon

Partial log (click to expand)

 9:40.24                                                 ^
 9:42.72 libdom_media_webaudio.a.desc
 9:42.75 make[3]: *** [/build/palemoon-src/config/recurse.mk:37: compile] Error 2
 9:42.75 make[2]: *** [/build/palemoon-src/config/rules.mk:541: default] Error 2
 9:42.75 make[1]: *** [/build/palemoon-src/client.mk:399: realbuild] Error 2
 9:42.75 make: *** [client.mk:171: build] Error 2
 9:42.80 87 compiler warnings present.
 9:42.83 Notification center failed: Install the python dbus module to get a notification when the build finishes.
builder for '/nix/store/v0hsypxa603jikqac44i7xj3xqlk93jw-palemoon-27.9.4.drv' failed with exit code 2
error: build of '/nix/store/v0hsypxa603jikqac44i7xj3xqlk93jw-palemoon-27.9.4.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 7, 2018

build error looks like it might need some -Wno-errror= flags

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: palemoon

Partial log (click to expand)

29:53.98 pkgdata: cd ../lib/ && rm -f libicudata.so && ln -s libicudata.so.58.2 libicudata.so
29:53.99 Note: rebuild with "/nix/store/34x9zwhm2c4s1n8rklsgxc878czxnf26-gnumake-4.2.1/bin/make VERBOSE=1 all-local" to show all compiler parameters.
29:54.01 make[3]: *** [/build/palemoon-src/config/recurse.mk:37: compile] Error 2
29:54.01 make[2]: *** [/build/palemoon-src/config/rules.mk:541: default] Error 2
29:54.01 make[1]: *** [/build/palemoon-src/client.mk:399: realbuild] Error 2
29:54.01 make: *** [client.mk:171: build] Error 2
29:54.01 147 compiler warnings present.
29:54.13 Notification center failed: Install the python dbus module to get a notification when the build finishes.
builder for '/nix/store/jxni18icrjw5r72flaa593w5y8i3bndj-palemoon-27.9.4.drv' failed with exit code 2
error: build of '/nix/store/jxni18icrjw5r72flaa593w5y8i3bndj-palemoon-27.9.4.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 7, 2018

@GrahamcOfBorg build palemoon

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: palemoon

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: palemoon

Partial log (click to expand)

patching script interpreter paths in /nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-devel-27.9.4/sdk/bin/xpt.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/7sbvn0wgv7hsnxpss1jba723kx5nz6d4-python-2.7.15/bin/python"
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-devel-27.9.4/sdk/bin/header.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/7sbvn0wgv7hsnxpss1jba723kx5nz6d4-python-2.7.15/bin/python"
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-devel-27.9.4/sdk/bin/nspr-config: interpreter directive changed from "/bin/sh" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/sh"
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-devel-27.9.4/sdk/bin/xpidl.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/7sbvn0wgv7hsnxpss1jba723kx5nz6d4-python-2.7.15/bin/python"
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-devel-27.9.4/sdk/bin/run-mozilla.sh: interpreter directive changed from "/bin/sh" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/sh"
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-devel-27.9.4/sdk/bin/typelib.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/7sbvn0wgv7hsnxpss1jba723kx5nz6d4-python-2.7.15/bin/python"
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4/lib/palemoon-27.9.4/run-mozilla.sh: interpreter directive changed from "/bin/sh" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4...
/nix/store/hk679lqjc4rfai25d14a76hd06civyqg-palemoon-27.9.4

@xeji xeji merged commit 11a1c5c into NixOS:master Aug 7, 2018
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: palemoon

Partial log (click to expand)

53:08.12 /build/palemoon-src/layout/style/StyleAnimationValue.cpp:3704:25: warning: 'color' may be used uninitialized in this function [-Wmaybe-uninitialized]
53:08.12    mValue.mColor = aColor;
53:08.13                          ^
53:08.13 /build/palemoon-src/layout/style/StyleAnimationValue.cpp:2998:19: note: 'color' was declared here
53:08.13            nscolor color;
53:08.13                    ^
53:08.44    (deps)       /build/palemoon-src/intl/icu/source/common/unormcmp.cpp
53:09.86    (deps)       /build/palemoon-src/intl/icu/source/common/unorm.cpp
building of '/nix/store/kmv7bjwy2afi2lfg57grkbr2ksrhvz2z-palemoon-27.9.4.drv' timed out after 3600 seconds
error: build of '/nix/store/kmv7bjwy2afi2lfg57grkbr2ksrhvz2z-palemoon-27.9.4.drv' failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants