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

atd: 1.12.0 -> 2.0.0 #45046

Merged
merged 1 commit into from Aug 15, 2018
Merged

atd: 1.12.0 -> 2.0.0 #45046

merged 1 commit into from Aug 15, 2018

Conversation

aij
Copy link
Contributor

@aij aij commented Aug 15, 2018

atdgen is now part of atd

Motivation for this change

I might want to hack on it, and having the latest version in nixpkgs with the latest dependencies seems convenient.

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.

atdgen is now part of atd
@srhb
Copy link
Contributor

srhb commented Aug 15, 2018

Retriggering eval due to master failure
@GrahamcOfBorg eval

@xeji
Copy link
Contributor

xeji commented Aug 15, 2018

@GrahamcOfBorg build ocamlPackages.atd

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: ocamlPackages.atd

Partial log (click to expand)

Processing file atdj.install as atdj.
Processing file atdgen-runtime.install as atdgen-runtime.
post-installation fixup
moving /nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0/doc to /nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0/share/doc
strip is /nix/store/251fvx4mx9q4zarbca5cciasmn66p668-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0/lib  /nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0/bin
patching script interpreter paths in /nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0
/nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0/bin/atdgen-cppo: interpreter directive changed from " /bin/sh -e" to "/nix/store/hp9yq2m1i066irvasv20zr2lmj54fk9h-bash-4.4-p23/bin/sh -e"
/nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0/bin/cppo-json: interpreter directive changed from " /bin/sh" to "/nix/store/hp9yq2m1i066irvasv20zr2lmj54fk9h-bash-4.4-p23/bin/sh"
/nix/store/c7ddhgqjxqbafw87xij0k022wdj43c8m-ocaml4.05.0-atd-2.0.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: ocamlPackages.atd

Partial log (click to expand)

shrinking /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/lib/ocaml/4.05.0/site-lib/atdgen/atdgen.cmxs
shrinking /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/lib/ocaml/4.05.0/site-lib/atd/atd.cmxs
shrinking /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/lib/ocaml/4.05.0/site-lib/atdgen-runtime/atdgen_runtime.cmxs
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/lib  /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/bin
patching script interpreter paths in /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0
/nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/bin/cppo-json: interpreter directive changed from " /bin/sh" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh"
/nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0/bin/atdgen-cppo: interpreter directive changed from " /bin/sh -e" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh -e"
checking for references to /build in /nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0...
/nix/store/ilny7c85f3hr9pj8kmackk08i0z9d8p6-ocaml4.05.0-atd-2.0.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: ocamlPackages.atd

Partial log (click to expand)

shrinking /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/lib/ocaml/4.06.1/site-lib/atdgen-runtime/atdgen_runtime.cmxs
shrinking /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/lib/ocaml/4.06.1/site-lib/atd/atd.cmxs
shrinking /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/lib/ocaml/4.06.1/site-lib/atdgen/atdgen.cmxs
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/lib  /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/bin
patching script interpreter paths in /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0
/nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/bin/cppo-json: interpreter directive changed from " /bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0/bin/atdgen-cppo: interpreter directive changed from " /bin/sh -e" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh -e"
checking for references to /build in /nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0...
/nix/store/j8rdbcfbdidyb8hvpba97w6yx207jk3d-ocaml4.06.1-atd-2.0.0

@xeji xeji merged commit ef98b96 into NixOS:master Aug 15, 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

4 participants