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

meson: 0.44.0 → 0.45.1 #37935

Merged
merged 1 commit into from Mar 30, 2018
Merged

meson: 0.44.0 → 0.45.1 #37935

merged 1 commit into from Mar 30, 2018

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Mar 27, 2018

Motivation for this change

http://mesonbuild.com/Release-notes-for-0-45-0.html

Needed for zathura update

Things done

I tested building few meson projects (json-glib, systemd).

  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: meson

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/lib  /nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin
patching script interpreter paths in /nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1
checking for references to /tmp/nix-build-meson-0.45.1.drv-0 in /nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1...
wrapping `/nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin/wraptool'...
wrapping `/nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin/mesonconf'...
wrapping `/nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin/mesontest'...
wrapping `/nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin/mesonintrospect'...
wrapping `/nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin/meson'...
/nix/store/zx8cdn13s3q4qdpra3ga2rcn9zdvg30r-meson-0.45.1/bin /tmp/nix-build-meson-0.45.1.drv-0/meson-0.45.1
/tmp/nix-build-meson-0.45.1.drv-0/meson-0.45.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: meson

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/lib  /nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin
patching script interpreter paths in /nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1
wrapping `/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin/meson'...
wrapping `/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin/mesonconf'...
wrapping `/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin/mesonintrospect'...
wrapping `/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin/mesontest'...
wrapping `/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin/wraptool'...
/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1/bin /private/tmp/nix-build-meson-0.45.1.drv-0/meson-0.45.1
/private/tmp/nix-build-meson-0.45.1.drv-0/meson-0.45.1
/nix/store/k4whniq7x094v0zqjwfjyfdjzqhmcqha-meson-0.45.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: meson

Partial log (click to expand)

patching script interpreter paths in /nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1
checking for references to /build in /nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1...
wrapping `/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1/bin/meson'...
wrapping `/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1/bin/mesonconf'...
wrapping `/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1/bin/mesonintrospect'...
wrapping `/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1/bin/mesontest'...
wrapping `/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1/bin/wraptool'...
/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1/bin /build/meson-0.45.1
/build/meson-0.45.1
/nix/store/x4ymakmhg588gcgn693sy27h986nny65-meson-0.45.1

@jtojnar jtojnar requested a review from vcunat March 27, 2018 21:16
@jtojnar jtojnar mentioned this pull request Mar 27, 2018
8 tasks
@fpletz
Copy link
Member

fpletz commented Mar 28, 2018

@GrahamcOfBorg build systemd

@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: systemd

Partial log (click to expand)

Cannot nix-instantiate `systemd' because:
�[31;1merror:�[0m while evaluating 'callPackageWith' at �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/lib/customisation.nix�[0m:113:35, called from �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/pkgs/top-level/all-packages.nix�[0m:13855:13:
while evaluating 'makeOverridable' at �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/lib/customisation.nix�[0m:72:24, called from �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/lib/customisation.nix�[0m:117:8:
while evaluating anonymous function at �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/pkgs/os-specific/linux/systemd/default.nix�[0m:1:1, called from �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/lib/customisation.nix�[0m:74:12:
assertion failed at �[1m/private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/pkgs/os-specific/linux/systemd/default.nix�[0m:15:1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: systemd

Partial log (click to expand)

gzipping man pages under /nix/store/fj7csn12vkxiyk23hv2ypa3nnsi64f8p-systemd-238-man/share/man/
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/fj7csn12vkxiyk23hv2ypa3nnsi64f8p-systemd-238-man
checking for references to /tmp/nix-build-systemd-238.drv-0 in /nix/store/fj7csn12vkxiyk23hv2ypa3nnsi64f8p-systemd-238-man...
shrinking RPATHs of ELF executables and libraries in /nix/store/s1r5fa0zs58rjmj57wwd0ld6597xq1ww-systemd-238-dev
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/b
in/strip
stripping (with command strip and flags -S) in /nix/store/s1r5fa0zs58rjmj57wwd0ld6597xq1ww-systemd-238-dev/lib 
patching script interpreter paths in /nix/store/s1r5fa0zs58rjmj57wwd0ld6597xq1ww-systemd-238-dev
checking for references to /tmp/nix-build-systemd-238.drv-0 in /nix/store/s1r5fa0zs58rjmj57wwd0ld6597xq1ww-systemd-238-dev...

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: systemd

Partial log (click to expand)

[604/1461] Compiling C object 'systemd-resolved@exe/src_resolve_resolved-dns-server.c.o'.
[605/1461] Compiling C object 'src/udev/udev-core@sta/.._libsystemd_sd-login_sd-login.c.o'.
[606/1461] Compiling C object 'systemd-resolved@exe/src_resolve_resolved-link.c.o'.
[607/1461] Compiling C object 'systemd-logind@exe/src_login_logind.c.o'.
[608/1461] Compiling C object 'systemd-resolved@exe/src_resolve_resolved-dns-transaction.c.o'.
[609/1461] Compiling C object 'systemd-resolve@exe/src_resolve_resolve-tool.c.o'.
[610/1461] Compiling C object 'systemctl@exe/src_systemctl_systemctl.c.o'.
ninja: build stopped: subcommand failed.
builder for '/nix/store/cfrb7zjsh4k827ck1vr45r2glwi4dg53-systemd-238.drv' failed with exit code 1
�[31;1merror:�[0m build of '/nix/store/cfrb7zjsh4k827ck1vr45r2glwi4dg53-systemd-238.drv' failed

@jtojnar
Copy link
Contributor Author

jtojnar commented Mar 28, 2018

aarch64 failure is not related to this PR.

@jtojnar jtojnar merged commit 372b00d into NixOS:staging Mar 30, 2018
@jtojnar jtojnar deleted the meson-0.45 branch March 30, 2018 21:20
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

3 participants