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

distrho: unstable-2018-01-01 -> 2018-04-16 #45522

Merged
merged 1 commit into from Aug 24, 2018
Merged

Conversation

magnetophon
Copy link
Member

@magnetophon magnetophon commented Aug 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)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Aug 23, 2018

@GrahamcOfBorg build distrho

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: distrho

Partial log (click to expand)

g++: error: unrecognized command line option '-msse'; did you mean '-fdse'?
g++: error: unrecognized command line option '-msse2'
make[3]: *** [drowaudio.make:87: intermediate/Release/dRowAudio.o] Error 1
make[2]: *** [Makefile:22: drowaudio] Error 2
make[2]: Leaving directory '/build/source/libs/drowaudio/build-drowaudio'
make[1]: *** [Makefile:4: all] Error 2
make[1]: Leaving directory '/build/source/libs/drowaudio'
make: *** [Makefile:104: lv2] Error 2
builder for '/nix/store/pcw04dlmjbr53ggc0xvp7g5ghyj4l5k1-distrho-ports-2018-04-16.drv' failed with exit code 2
error: build of '/nix/store/pcw04dlmjbr53ggc0xvp7g5ghyj4l5k1-distrho-ports-2018-04-16.drv' failed

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

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.


@xeji
Copy link
Contributor

xeji commented Aug 23, 2018

aarch64 build has failed for at least a year. Please limit platforms to ["x64_64-linux"].

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: distrho

Partial log (click to expand)

shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/HiReSam.lv2/HiReSam.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/ReFine.lv2/ReFine.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/drumsynth.lv2/drumsynth.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/TAL-Filter-2.lv2/TAL-Filter-2.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/TAL-Vocoder-2.lv2/TAL-Vocoder-2.so
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip is /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip
stripping (with command /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip and flags -S) in /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib  /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/bin
patching script interpreter paths in /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16
checking for references to /build in /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16...
/nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16

@magnetophon
Copy link
Member Author

That llvm commit is not supposed to be there.
I'll try to get rid of it.

@infinisil
Copy link
Member

@GrahamcOfBorg build distrho

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

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

No attempt on aarch64-linux (full log)

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

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

Partial log (click to expand)

shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/Luftikus.lv2/Luftikus.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/Obxd.lv2/Obxd.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/KlangFalter.lv2/KlangFalter.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/TAL-Filter.lv2/TAL-Filter.so
shrinking /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib/lv2/drowaudio-distortion.lv2/drowaudio-distortion.so
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip is /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip
stripping (with command /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip and flags -S) in /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/lib  /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16/bin
patching script interpreter paths in /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16
checking for references to /build in /nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16...
/nix/store/kjngmib3nxjp9fks4bgnl8jh5mmpqkc2-distrho-ports-2018-04-16

@xeji xeji merged commit 4e705dd into NixOS:master Aug 24, 2018
@magnetophon magnetophon deleted the distrho branch August 24, 2018 07:39
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