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

kicad-unstable: 2018-03-10 -> 2018-06-12 #41818

Merged
merged 2 commits into from Jun 13, 2018
Merged

Conversation

bgamari
Copy link
Contributor

@bgamari bgamari commented Jun 11, 2018

Motivation for this change

Just an update.

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/)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Jun 11, 2018

@GrahamcOfBorg build kicad-unstable

@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: kicad-unstable

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: kicad-unstable

Partial log (click to expand)

shrinking /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2/lib/libTKXmlXCAF.so.10.0.0
shrinking /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2/lib/libTKBinXCAF.so.10.0.0
shrinking /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2/lib/libTKXDEIGES.so.10.0.0
shrinking /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2/lib/libTKXDESTEP.so.10.0.0
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2/lib
patching script interpreter paths in /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2
checking for references to /build in /nix/store/ws8yfs67474xv787jym3jb9wc8zsw501-opencascade-oce-0.17.2...
cannot build derivation '/nix/store/1ns11mf6f3g9kxy225v0p5zvgfb9q3c4-kicad-unstable-2018-06-10.drv': 1 dependencies couldn't be built
error: build of '/nix/store/1ns11mf6f3g9kxy225v0p5zvgfb9q3c4-kicad-unstable-2018-06-10.drv' failed

@xeji
Copy link
Contributor

xeji commented Jun 11, 2018

Difficult to tell from the log which dependency failed. There's a hash mismatch in the cmake build:

fixed-output derivation produced path '/nix/store/sylxhlnpa4rzqm2hgz8mdxqq1d19sklh-source' with sha256 hash '1g1wp4w90ag81vrl2l8dxdgn03pqs1ng0ksawiq0imqgda8zry64' instead of the expected hash '1yn5hj5hjnpb5fkzzlyawg62a96fbfvha49305s22dcp95riqvf0'

Edit: the hash mismatch is not part of the cmake build, I got confused by the parallel build logs...

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: kicad-unstable

Partial log (click to expand)

wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.pyshell-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.pycrust-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.pyalamode-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.pyalacarte-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.img2xpm-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.img2py-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.img2png-wrapped'...
wrapping `/nix/store/mbf8h16hnq0kv864cn7i812f2gqj29m2-python2.7-wxPython-3.0.2.0/bin/.helpviewer-wrapped'...
cannot build derivation '/nix/store/91dmfbvgl8jj3zxk0qswsfm4zbs4vh9s-kicad-unstable-2018-06-10.drv': 2 dependencies couldn't be built
error: build of '/nix/store/91dmfbvgl8jj3zxk0qswsfm4zbs4vh9s-kicad-unstable-2018-06-10.drv' failed

@bgamari
Copy link
Contributor Author

bgamari commented Jun 13, 2018

Ahh, indeed; let's try this again.

@bgamari bgamari changed the title kicad-unstable: 2018-03-10 -> 2018-06-10 kicad-unstable: 2018-03-10 -> 2018-06-12 Jun 13, 2018
@xeji
Copy link
Contributor

xeji commented Jun 13, 2018

@GrahamcOfBorg build kicad-unstable

@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: kicad-unstable

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: kicad-unstable

Partial log (click to expand)

shrinking /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/bin/dxf2idf
shrinking /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/bin/idf2vrml
shrinking /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/bin/kicad-ogltest
shrinking /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/bin/kicad2step
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/lib  /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/bin
patching script interpreter paths in /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12
/nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12/share/kicad/scripting/plugins/touch_slider_wizard.py: interpreter directive changed from "/usr/bin/python" to "/nix/store/6zmk1ankwbnydn447vnv8m3rqx8yjm6l-python-2.7.15/bin/python"
checking for references to /build in /nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12...
/nix/store/av4dwl5d2371wc523chxg091il57jw0p-kicad-unstable-2018-06-12

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: kicad-unstable

Partial log (click to expand)

shrinking /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/lib/kicad/plugins/3d/libs3d_plugin_vrml.so
shrinking /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/lib/kicad/plugins/3d/libs3d_plugin_idf.so
shrinking /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/lib/python2.7/site-packages/_pcbnew.so
shrinking /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/lib/libkicad_3dsg.so.2.0.0
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/lib  /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/bin
patching script interpreter paths in /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12
/nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12/share/kicad/scripting/plugins/touch_slider_wizard.py: interpreter directive changed from "/usr/bin/python" to "/nix/store/6ch63swg8h4vdpgm8005rbclh93imxn5-python-2.7.15/bin/python"
checking for references to /build in /nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12...
/nix/store/yw6gh5npq5bcdpfxqd4wk6533qb2fs62-kicad-unstable-2018-06-12

@xeji xeji merged commit 0acad47 into NixOS:master Jun 13, 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