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

gnome3.tracker update #42797

Merged
merged 2 commits into from Jun 30, 2018
Merged

gnome3.tracker update #42797

merged 2 commits into from Jun 30, 2018

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Jun 30, 2018

Motivation for this change

An update that allows us to simplify the expressions.

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.

@jtojnar jtojnar requested a review from lukateras June 30, 2018 00:32
};

# https://github.com/NixOS/nixpkgs/issues/39547
LIBRARY_PATH = stdenv.lib.makeLibraryPath [ giflib ];
Copy link
Contributor Author

@jtojnar jtojnar Jun 30, 2018

Choose a reason for hiding this comment

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

@GrahamcOfBorg GrahamcOfBorg added 6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 11-100 labels Jun 30, 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.tracker, gnome3.tracker-miners

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.tracker, gnome3.tracker-miners

Partial log (click to expand)

cannot build derivation '/nix/store/9ws83nbd11cmzj9r8h0j0zykixlc9bm2-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/q49qwn7lrpmyp3zvca50mn08gkc2pnm2-geoclue-2.4.8.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/h6x0kdf6262aw2mk245n02gp68gwhccp-tracker-2.0.4.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/fnaqjncwb01g8slp4i7kr3xzm4wi8cc7-fix-paths.patch.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/7ysq3i94m9abg6ck12hw5jc3vrqhv7dh-webkitgtk-2.20.3.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/lrczb21644l91mgwcx53cgi3vlawax6a-gnome-online-accounts-3.28.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/4mmxjkiwm8lxddnkw4y8j89lfil3ckva-libgdata-0.17.9.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/p3bsbs86x6hj4pln31122zq0q6xkfi8f-evolution-data-server-3.28.3.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/qngl0ggibwy6iyi463awx17x0zpvs1wh-tracker-miners-2.0.5.drv': 4 dependencies couldn't be built
error: build of '/nix/store/h6x0kdf6262aw2mk245n02gp68gwhccp-tracker-2.0.4.drv', '/nix/store/qngl0ggibwy6iyi463awx17x0zpvs1wh-tracker-miners-2.0.5.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: gnome3.tracker, gnome3.tracker-miners

Partial log (click to expand)

cannot build derivation '/nix/store/xnn3bpva76rrxl7sdnapnv2fhsr67way-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/lv17nzlin6mgji7gndp68rz33yszvwfv-geoclue-2.4.8.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/g7cd2rscb53hqxz4ybfxmiwxvaw61iq3-tracker-2.0.4.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/dbdjmxp952b0im7pf4p5fianrw2gjf6p-fix-paths.patch.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/fi8x595rd4gdhzv0700qci8pndsjl7i2-webkitgtk-2.20.3.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/w446125jdrxln3p2pv9crj8z255md6lj-gnome-online-accounts-3.28.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/bg96azm56k9x6prz3y30qim4kwpiymyq-libgdata-0.17.9.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/8hvjc0m7l7hzdzxwicm28yq1jrnshdwj-evolution-data-server-3.28.3.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/73zxfv03fj9h551l6nx5483dfk6l4pzq-tracker-miners-2.0.5.drv': 4 dependencies couldn't be built
error: build of '/nix/store/73zxfv03fj9h551l6nx5483dfk6l4pzq-tracker-miners-2.0.5.drv', '/nix/store/g7cd2rscb53hqxz4ybfxmiwxvaw61iq3-tracker-2.0.4.drv' failed

@jtojnar jtojnar merged commit 3ca1571 into NixOS:master Jun 30, 2018
@jtojnar jtojnar deleted the tracker-update branch July 15, 2018 16:15
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 10.rebuild-darwin: 0 10.rebuild-linux: 11-100
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants