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

qmediathekview: init at 2017-04-16 #34566

Merged
merged 1 commit into from Feb 10, 2018
Merged

Conversation

dotlambda
Copy link
Member

Motivation for this change
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.

@dotlambda
Copy link
Member Author

@GrahamcOfBorg build qmediathekview

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16
shrinking /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16/bin/QMediathekView
strip is /nix/store/5qj61lcvzlap87rf6blvf8p577d482bv-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16/bin 
patching script interpreter paths in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16
checking for references to /tmp/nix-build-QMediathekView-2017-04-16.drv-0 in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16...
postPatchMkspecs
postPatchMkspecs
postPatchMkspecs
/nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

make: *** [Makefile:522: moc_settings.o] Error 1
g++: fatal error: no input files
compilation terminated.
make: *** [Makefile:525: moc_database.o] Error 1
g++: error: moc_application.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.
make: *** [Makefile:543: moc_application.o] Error 1
builder for '/nix/store/z064bqkj54dysi6r5cf9n9r78k5dm1cj-QMediathekView-2017-04-16.drv' failed with exit code 2
error: build of '/nix/store/z064bqkj54dysi6r5cf9n9r78k5dm1cj-QMediathekView-2017-04-16.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16
shrinking /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16/bin/QMediathekView
strip is /nix/store/5qj61lcvzlap87rf6blvf8p577d482bv-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16/bin 
patching script interpreter paths in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16
checking for references to /tmp/nix-build-QMediathekView-2017-04-16.drv-0 in /nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16...
postPatchMkspecs
postPatchMkspecs
postPatchMkspecs
/nix/store/7w7yabm1dkhjcp7m1vi6nx1qkiiw8ch7-QMediathekView-2017-04-16

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

make: *** [Makefile:540: moc_settingsdialog.o] Error 1
g++: fatal error: no input files
compilation terminated.
make: *** [Makefile:543: moc_application.o] Error 1
g++: error: moc_mainwindow.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.
make: *** [Makefile:534: moc_mainwindow.o] Error 1
builder for '/nix/store/z064bqkj54dysi6r5cf9n9r78k5dm1cj-QMediathekView-2017-04-16.drv' failed with exit code 2
error: build of '/nix/store/z064bqkj54dysi6r5cf9n9r78k5dm1cj-QMediathekView-2017-04-16.drv' failed

@dotlambda
Copy link
Member Author

I am not sure what the problem with aarch64 is about. moc seems to be missing at the beginning of some commands. Is there a general problem with qmake or moc on aarch64?

@dotlambda
Copy link
Member Author

Maybe @dezgeg can help? But if not, I'm also okay with setting the platform to x86 only.

@dotlambda dotlambda closed this Feb 8, 2018
@dotlambda dotlambda deleted the qmediathekview branch February 8, 2018 11:01
@dotlambda dotlambda restored the qmediathekview branch February 9, 2018 22:35
@dotlambda dotlambda reopened this Feb 9, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/7jkxidrrfxg2927l2j2zkd9i3jm2044x-QMediathekView-2017-04-16
shrinking /nix/store/7jkxidrrfxg2927l2j2zkd9i3jm2044x-QMediathekView-2017-04-16/bin/QMediathekView
strip is /nix/store/5qj61lcvzlap87rf6blvf8p577d482bv-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/7jkxidrrfxg2927l2j2zkd9i3jm2044x-QMediathekView-2017-04-16/bin 
patching script interpreter paths in /nix/store/7jkxidrrfxg2927l2j2zkd9i3jm2044x-QMediathekView-2017-04-16
checking for references to /tmp/nix-build-QMediathekView-2017-04-16.drv-0 in /nix/store/7jkxidrrfxg2927l2j2zkd9i3jm2044x-QMediathekView-2017-04-16...
postPatchMkspecs
postPatchMkspecs
postPatchMkspecs
/nix/store/7jkxidrrfxg2927l2j2zkd9i3jm2044x-QMediathekView-2017-04-16

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

Package ‘QMediathekView-2017-04-16’ in /var/lib/gc-of-borg/nix-test-rs-1/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-1/pkgs/applications/video/qmediathekview/default.nix:27 is not supported on ‘aarch64-linux’, refusing to evaluate.

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Partial log (click to expand)

warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 283 ms
warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 642 ms
warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 1001 ms
warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 2345 ms
warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 5581 ms
warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 9423 ms
warning: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7); retrying in 21291 ms
error: unable to download 'http://192.168.0.203:32062/nix-cache-info': Couldn't connect to server (7)

@Mic92 Mic92 merged commit 1307ffd into NixOS:master Feb 10, 2018
@dotlambda dotlambda deleted the qmediathekview branch February 10, 2018 10:10
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