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

cadence: init at 0.9.0 #44281

Merged
merged 1 commit into from Aug 4, 2018
Merged

cadence: init at 0.9.0 #44281

merged 1 commit into from Aug 4, 2018

Conversation

bignaux
Copy link
Contributor

@bignaux bignaux commented Jul 31, 2018

Motivation for this change
Things done

I can't fully test it since i don't have yet a proper jack enabled nixos.

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

@grahamc
Copy link
Member

grahamc commented Aug 1, 2018

@GrahamcOfBorg build cadence

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

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

Partial log (click to expand)

/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/catia.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/claudia_launcher.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/canvaspreviewframe.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/patchcanvas.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/jacksettings.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/jacklib_helpers.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence/share/cadence/src/cadence_aloop_daemon.py: interpreter directive changed from "/usr/bin/env python3" to "/nix/store/8wfgl06xbcsxs6pmwr3n04kyhnvsh31d-python3-3.6.6/bin/python3"
checking for references to /build in /nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence...
postPatchMkspecs
/nix/store/1xsrld71jv2mqg1manafbkcrgqxndpfi-cadence

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: cadence

Partial log (click to expand)

[6893/16620] CXX obj/third_party/webrtc/p2p/libstunprober/stunprober.o
[6894/16620] CXX obj/third_party/webrtc/p2p/rtc_p2p/stun.o
[6895/16620] CXX obj/third_party/webrtc/p2p/rtc_p2p/stunrequest.o
[6896/16620] CXX obj/third_party/webrtc/p2p/rtc_p2p/pseudotcp.o
[6897/16620] CXX obj/third_party/webrtc/p2p/rtc_p2p/portallocator.o
[6898/16620] CXX obj/third_party/webrtc/p2p/rtc_p2p/dtlstransport.o
building of '/nix/store/3kd7fwwh5jbqajjir6q7zc1ra1c03qvy-qtwebengine-5.11.1.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/s97r7fq8p8in3blhz0vqi6iy8k7rgxkj-python3.6-PyQt-5.10.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/v8rydvyg812zr59symkm23biskfyqqfz-cadence.drv': 1 dependencies couldn't be built
error: build of '/nix/store/v8rydvyg812zr59symkm23biskfyqqfz-cadence.drv' failed

Copy link
Contributor

@xeji xeji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please modify according to nixpkgs conventions for qt applications.

@bignaux
Copy link
Contributor Author

bignaux commented Aug 4, 2018

@xeji : fixed.

@xeji
Copy link
Contributor

xeji commented Aug 4, 2018

Thank you.
@GrahamcOfBorg build cadence

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

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

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/nwycrl33g81zlgzl51xqv13s9kkh9k4j-qtwebkit-5.212-alpha-01-26-2018-dev/lib
patching script interpreter paths in /nix/store/nwycrl33g81zlgzl51xqv13s9kkh9k4j-qtwebkit-5.212-alpha-01-26-2018-dev
checking for references to /build in /nix/store/nwycrl33g81zlgzl51xqv13s9kkh9k4j-qtwebkit-5.212-alpha-01-26-2018-dev...
postPatchMkspecs
Moving /nix/store/jyh92j6dkrbpb505day6n31cpyjyd2d9-qtwebkit-5.212-alpha-01-26-2018/mkspecs to /nix/store/nwycrl33g81zlgzl51xqv13s9kkh9k4j-qtwebkit-5.212-alpha-01-26-2018-dev/mkspecs
rmdir: failed to remove '/nix/store/jyh92j6dkrbpb505day6n31cpyjyd2d9-qtwebkit-5.212-alpha-01-26-2018': Directory not empty
postPatchMkspecs
cannot build derivation '/nix/store/jj55b1fi41rj9hrkjd5fyb6g0h3zhdfh-python3.6-PyQt-5.10.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/4zznh9v99id6f1hr8dqylhh4gfsqcf64-cadence.drv': 1 dependencies couldn't be built
error: build of '/nix/store/4zznh9v99id6f1hr8dqylhh4gfsqcf64-cadence.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 4, 2018

ofborg failure is unrelated (timeout in qtwebengine). Build checked on x86_64-linux locally, seems to run ok.

@xeji xeji merged commit 0bc6225 into NixOS:master Aug 4, 2018
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: cadence

Partial log (click to expand)

[ 59%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/transforms/TranslateTransformOperation.cpp.o
[ 59%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/filters/FESpecularLighting.cpp.o
[ 59%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.o
[ 59%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/mediastream/MediaStreamPrivate.cpp.o
[ 59%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/mediastream/MediaStreamTrackPrivate.cpp.o
[ 59%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/WidthIterator.cpp.o
building of '/nix/store/cmhca5b17ycaihg9awzd5qkshsn3qwgr-qtwebkit-5.212-alpha-01-26-2018.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/6jnq28sryr4av0lkvpi0j6jcp22m70m7-python3.6-PyQt-5.10.1.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/ppl9a1dvzdyz4a9vr166aklhk7ka84j2-cadence.drv': 1 dependencies couldn't be built
error: build of '/nix/store/ppl9a1dvzdyz4a9vr166aklhk7ka84j2-cadence.drv' failed

@bignaux bignaux deleted the cadence branch August 5, 2018 10:31
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