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

urweb: 20170720 -> 20180616 #50944

Merged
merged 1 commit into from Nov 23, 2018
Merged

urweb: 20170720 -> 20180616 #50944

merged 1 commit into from Nov 23, 2018

Conversation

yrashk
Copy link
Contributor

@yrashk yrashk commented Nov 23, 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)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@srhb
Copy link
Contributor

srhb commented Nov 23, 2018

@GrahamcOfBorg build urweb

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: urweb

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: urweb

Partial log (click to expand)

shrinking /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/lib/liburweb_http.so.0.0.0
shrinking /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/lib/liburweb_static.so.0.0.0
shrinking /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/lib/liburweb.so.0.0.0
shrinking /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/lib/liburweb_cgi.so.0.0.0
shrinking /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/lib/liburweb_fastcgi.so.0.0.0
strip is /nix/store/rpbg8gmqxhz8g61p1plz5d2srs84pvmv-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/lib  /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616/bin
patching script interpreter paths in /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616
checking for references to /build in /nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616...
/nix/store/kbvnzdk8yddxrqaam34db6rld4kn3p1r-urweb-20180616

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: urweb

Partial log (click to expand)

/nix/store/ixr5kls084hdlrs1wcy4c1q9fyw3rxfb-bash-4.4-p23/bin/bash: ldconfig: command not found
make[2]: [Makefile:903: install-exec-local] Error 127 (ignored)
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/private/tmp/nix-build-urweb-20180616.drv-0/urweb-20180616'
make[1]: Leaving directory '/private/tmp/nix-build-urweb-20180616.drv-0/urweb-20180616'
post-installation fixup
strip is /nix/store/rk3p99jbj4idl3dkkg1rxja5gz0qgs98-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/ywqwyjz24bhvr9knsmr6mzxv9jvm3m8d-urweb-20180616/lib  /nix/store/ywqwyjz24bhvr9knsmr6mzxv9jvm3m8d-urweb-20180616/bin
patching script interpreter paths in /nix/store/ywqwyjz24bhvr9knsmr6mzxv9jvm3m8d-urweb-20180616
/nix/store/ywqwyjz24bhvr9knsmr6mzxv9jvm3m8d-urweb-20180616

@srhb srhb merged commit 0ce8f99 into NixOS:master Nov 23, 2018
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