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

ocaml: 4.06.0 -> 4.06.1 #36138

Merged
merged 1 commit into from Mar 1, 2018
Merged

ocaml: 4.06.0 -> 4.06.1 #36138

merged 1 commit into from Mar 1, 2018

Conversation

vbgl
Copy link
Contributor

@vbgl vbgl commented Feb 28, 2018

Motivation for this change

Update.

Things done
  • 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.

@vbgl
Copy link
Contributor Author

vbgl commented Feb 28, 2018

@GrahamcOfBorg build ocaml-ng.ocamlPackages_4_06.ocaml

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

wrong ELF type
gzipping man pages under /nix/store/3r3vk2l6cjyy3x217mfbdvil02kqrny4-ocaml-4.06.1/share/man/
patching script interpreter paths in /nix/store/3r3vk2l6cjyy3x217mfbdvil02kqrny4-ocaml-4.06.1
checking for references to /tmp/nix-build-ocaml-4.06.1.drv-0 in /nix/store/3r3vk2l6cjyy3x217mfbdvil02kqrny4-ocaml-4.06.1...
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
/nix/store/3r3vk2l6cjyy3x217mfbdvil02kqrny4-ocaml-4.06.1

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/cmo_format.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.mli
building of '/nix/store/bwp55lvx3xn47qcc29iixixw739b724z-ocaml-4.06.1.drv' timed out after 3600 seconds
�[31;1merror:�[0m build of '/nix/store/bwp55lvx3xn47qcc29iixixw739b724z-ocaml-4.06.1.drv' failed

@globin globin merged commit 504bf92 into NixOS:master Mar 1, 2018
@vbgl vbgl deleted the ocaml-4.06.1 branch May 16, 2018 18:44
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