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

GNOME2 cleanup #44689

Merged
merged 41 commits into from
Aug 9, 2018
Merged

GNOME2 cleanup #44689

merged 41 commits into from
Aug 9, 2018

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Aug 8, 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.

Sorry, something went wrong.

@GrahamcOfBorg GrahamcOfBorg added 6.topic: GNOME GNOME desktop environment and its underlying platform 8.has: clean-up 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-linux: 11-100 labels Aug 8, 2018
@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: gnome3.gnome-applets, gnome3.gnome-desktop, gnome3.gnome-flashback, gnome3.gnome-panel, gnome3.gnome-terminal, gnome3.metacity, xmonad_log_applet, xmonad_log_applet_mate

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 aarch64-linux (full log)

Attempted: gnome3.gnome-applets, gnome3.gnome-desktop, gnome3.gnome-flashback, gnome3.gnome-panel, gnome3.gnome-terminal, gnome3.metacity, xmonad_log_applet, xmonad_log_applet_mate

Partial log (click to expand)

tar: rustc-1.27.0-src/src/vendor/libgit2-sys/libgit2/src/path.c: Cannot write: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error (ignored): writing to file: No space left on device
error: unexpected end-of-file

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gnome3.gnome-applets, gnome3.gnome-desktop, gnome3.gnome-flashback, gnome3.gnome-panel, gnome3.gnome-terminal, gnome3.metacity, xmonad_log_applet, xmonad_log_applet_mate

Partial log (click to expand)

patching script interpreter paths in /nix/store/g164bhg8gr8cvazqz4i9jxv392kw5ad5-xmonad-log-applet-mate-unstable-2017-09-15
checking for references to /build in /nix/store/g164bhg8gr8cvazqz4i9jxv392kw5ad5-xmonad-log-applet-mate-unstable-2017-09-15...
/nix/store/6di8jmvi5zsxnhmgbkcbn9n0gfgz31np-gnome-applets-3.28.0
/nix/store/pwl7pzkkvj3i7asl7s5css8wbb0yn3hs-gnome-desktop-3.28.2
/nix/store/xjvrwlybadx4f453w3mahgm56gr5w84f-gnome-flashback-3.28.0
/nix/store/nnbdbiwskj0bfkqb1f6k0rafivr5sr48-gnome-panel-3.28.0
/nix/store/a1zmggwqcqwpr871ml7239brh8hv915v-gnome-terminal-3.28.2
/nix/store/2b5jyjvd618h3h1c9387d7wbllfn7ppz-metacity-3.28.0
/nix/store/d5xm7rn3w7xwql6jl685w92vdp5zhmdx-xmonad-log-applet-gnomeflashback-unstable-2017-09-15
/nix/store/g164bhg8gr8cvazqz4i9jxv392kw5ad5-xmonad-log-applet-mate-unstable-2017-09-15

@jtojnar jtojnar added the 2.status: work-in-progress This PR isn't done label Aug 8, 2018
@GrahamcOfBorg GrahamcOfBorg added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` labels Aug 8, 2018
@jtojnar jtojnar force-pushed the gnome-cleanup branch 3 times, most recently from 72de4da to 218ea0e Compare August 9, 2018 00:50
@jtojnar jtojnar force-pushed the gnome-cleanup branch 3 times, most recently from e49517a to 0fd00c7 Compare August 9, 2018 14:26
@GrahamcOfBorg GrahamcOfBorg added the 2.status: merge conflict This PR has merge conflicts with the target branch label Aug 9, 2018
@GrahamcOfBorg GrahamcOfBorg removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Aug 9, 2018
@jtojnar jtojnar removed the 2.status: work-in-progress This PR isn't done label Aug 9, 2018
@jtojnar jtojnar merged commit c83e929 into NixOS:master Aug 9, 2018
@jtojnar jtojnar deleted the gnome-cleanup branch August 9, 2018 16:56
@Ekleog Ekleog mentioned this pull request Sep 28, 2018
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: clean-up 8.has: module (update) This PR changes an existing module in `nixos/` 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 11-100 10.rebuild-linux: 101-500
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants