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

guake: 0.8.3 → 3.1.0 #38642

Merged
merged 1 commit into from Apr 12, 2018
Merged

guake: 0.8.3 → 3.1.0 #38642

merged 1 commit into from Apr 12, 2018

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Apr 9, 2018

Motivation for this change

Another step in getting nixpkgs rid of GConf, gtk2 and other archaisms.

Closes: #19576, #38634

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.

@fusion809
Copy link
Contributor

Fails to build for me. If I run nix-build -A guake after applying this patch I get the error:

Warning: Schema ?guake.hooks? has path ?/apps/guake/hooks/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
for f in $(find po -iname "*.mo"); do \
        l="${f%%.*}"; \
        lb=$(basename $l); \
        install -Dm644 "$f" "/nix/store/8j992bjl427czpx78r1x3mdjaqwgr21d-guake-3.0.5/share/locale/$lb/LC_MESSAGES/guake.mo"; \
done;
# you probably want to execute this target with sudo:
# sudo make install
Installing from on your system is not recommended.
Please prefer you application package manager (apt, yum, ...)
Exception:
Traceback (most recent call last):
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/commands/install.py", line 272, in run
    with self._build_session(options) as session:
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/basecommand.py", line 72, in _build_session
    insecure_hosts=options.trusted_hosts,
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/download.py", line 329, in __init__
    self.headers["User-Agent"] = user_agent()
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/download.py", line 93, in user_agent
    from pip._vendor import distro
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 1050, in <module>
    _distro = LinuxDistribution()
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 595, in __init__
    self._distro_release_info = self._get_distro_release_info()
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 995, in _get_distro_release_info
    distro_info = self._parse_distro_release_file(filepath)
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 1018, in _parse_distro_release_file
    return self._parse_distro_release_content(fp.readline())
  File "/nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 48: ordinal not in range(128)
Traceback (most recent call last):
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/bin/.pip3-wrapped", line 12, in <module>
    sys.exit(main())
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/__init__.py", line 233, in main
    return command.main(cmd_args)
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/basecommand.py", line 251, in main
    timeout=min(5, options.timeout)) as session:
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/basecommand.py", line 72, in _build_session
    insecure_hosts=options.trusted_hosts,
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/download.py", line 329, in __init__
    self.headers["User-Agent"] = user_agent()
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/download.py", line 93, in user_agent
    from pip._vendor import distro
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 1050, in <module>
    _distro = LinuxDistribution()
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 595, in __init__
    self._distro_release_info = self._get_distro_release_info()
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 995, in _get_distro_release_info
    distro_info = self._parse_distro_release_file(filepath)
  File "/nix/store/grsdsbb6wcay289jxxmxddgp7hwsvawb-python3.6-pip-9.0.1/lib/python3.6/site-packages/pip/_vendor/distro.py", line 1018, in _parse_distro_release_file
    return self._parse_distro_release_content(fp.readline())
  File "/nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 48: ordinal not in range(128)
make: *** [Makefile:41: install-system] Error 1
builder for '/nix/store/vibcrynznj540qaphd5sz7fq1gp6m1xn-guake-3.0.5.drv' failed with exit code 2
error: build of '/nix/store/vibcrynznj540qaphd5sz7fq1gp6m1xn-guake-3.0.5.drv' failed

Granted that's on deepin I'm going to boot NixOS and see if it happens on that.

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

Partial log (click to expand)


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.


@fusion809
Copy link
Contributor

Works on NixOS 18.03, however.

@fusion809
Copy link
Contributor

fusion809 commented Apr 9, 2018

How do I install this so that the guake binary appears in $HOME/.nix-profile/bin? Running:

cd nixpkgs/pkgs/applications/misc/guake
nix-env -if default.nix

returns:

error: cannot auto-call a function that has an argument without a default value ('stdenv')

but to my knowledge nix-env -if is how I'm meant to do this installation.

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: guake

Partial log (click to expand)

test [compile-fail] compile-fail-fulldeps/proc-macro/illegal-proc-macro-derive-use.rs ... ok
test [compile-fail] compile-fail-fulldeps/proc-macro/derive-still-gated.rs ... ok
test [compile-fail] compile-fail-fulldeps/plugin-as-extern-crate.rs ... ok
test [compile-fail] compile-fail-fulldeps/macro-crate-unexported-macro.rs ... ok
building of '/nix/store/36rq4v2m89p1r1i8vv4lh9ay89pangil-rustc-1.25.0.drv' timed out after 4000 seconds
cannot build derivation '/nix/store/hrbjq2kvdyzpf96q608wiqfcf0hw7vdc-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/23kb52lidbayzi0wiksqzh8a5kfysrhw-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/3j20ci1wq4czdjdfng8zp2xfw513khz6-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/98rk5qy7ffrhi2gymy4spvahzdzn50jv-guake-3.0.5.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/98rk5qy7ffrhi2gymy4spvahzdzn50jv-guake-3.0.5.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: guake

Partial log (click to expand)

   Compiling backtrace v0.3.5
   Compiling rustc_const_math v0.0.0 (file:///build/rustc-1.25.0-src/src/librustc_const_math)
   Compiling proc_macro v0.0.0 (file:///build/rustc-1.25.0-src/src/libproc_macro)
   Compiling syntax_ext v0.0.0 (file:///build/rustc-1.25.0-src/src/libsyntax_ext)
building of '/nix/store/bzr13jd878mp4xiqphm4xaiv2is7ahpj-rustc-1.25.0.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/lh4l2qc5xqqidx67w29qxjn9ngsx5yqv-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/97yg625dv9dy3x6vgq2j50vgqkb5hw1h-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/alx3ip58r99vc6hd5dw05h7d8l3hh294-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/abmzpgb55xxw6b388c2f44p35mrjr8wy-guake-3.0.5.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/abmzpgb55xxw6b388c2f44p35mrjr8wy-guake-3.0.5.drv' failed

@jtojnar
Copy link
Contributor Author

jtojnar commented Apr 9, 2018

@fusion809

Fails to build for me

Weird. Could you try adding LC_ALL = "en_US.UTF-8"; to the expression and glibcLocales to nativeBuildInputs? It often fixes various encoding related errors.

How do I install this so that the guake binary appears in $HOME/.nix-profile/bin?

I would use

cd nixpkgs
nix-env -f . -iA guake

@fusion809
Copy link
Contributor

I'm new to Nix and functional package management, what do you mean by glibcLocales -> nativeBuildInputs? Do I type glibcLocales = nativeBuildInputs; or?

@jtojnar
Copy link
Contributor Author

jtojnar commented Apr 9, 2018

I meant adding it to the list in the expression – at the moment, there is

nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip ];

and you would change it to

nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];

@fusion809
Copy link
Contributor

I also assume that the LC_ALL = "en_US.UTF-8"; is to be execute when starting nix-env, like:

export LC_ALL="en_US.UTF-8"
nix-env -f . -iA guake

@jtojnar
Copy link
Contributor Author

jtojnar commented Apr 9, 2018

--- a/pkgs/applications/misc/guake/default.nix
+++ b/pkgs/applications/misc/guake/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, python3, gettext, gobjectIntrospection, wrapGAppsHook
+{ stdenv, fetchFromGitHub, python3, gettext, gobjectIntrospection, wrapGAppsHook, glibcLocales
 , gtk3, keybinder3, libnotify, libutempter, vte }:
 
 let
@@ -14,12 +14,14 @@
     sha256 = "02gx17z9bsn3my3v54w0yjjr0g43lgpd2aw87377p39hjw7ii29k";
   };
 
-  nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip ];
+  nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
 
   buildInputs = [ gtk3 keybinder3 libnotify python3 vte ];
 
   propagatedBuildInputs = with python3.pkgs; [ dbus-python pbr pycairo pygobject3 ];
 
+  LC_ALL = "en_US.UTF-8"; # maybe fixes weird encoding error, see https://github.com/NixOS/nixpkgs/pull/38642#issuecomment-379727699
+
   PBR_VERSION = version; # pbr needs either .git directory, sdist, or env var
 
   makeFlags = [

@fusion809
Copy link
Contributor

Presently these changes, if I've implemented them right, gives:

error: undefined variable 'glibcLocales' at /data/GitHub/others/nixpkgs/pkgs/applications/misc/guake/default.nix:17:85

here's my modified default.nix file for guake: https://gist.github.com/a6f152183e58b3c10423efe3b77d1406.

@jtojnar
Copy link
Contributor Author

jtojnar commented Apr 9, 2018

You forgot to add it as parameter to the function, see the change of the line 1.

@fusion809
Copy link
Contributor

Great! It works now.

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

Partial log (click to expand)


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

Attempted: guake

Partial log (click to expand)

   Compiling backtrace v0.3.5
   Compiling rustc_const_math v0.0.0 (file:///build/rustc-1.25.0-src/src/librustc_const_math)
   Compiling proc_macro v0.0.0 (file:///build/rustc-1.25.0-src/src/libproc_macro)
   Compiling syntax_ext v0.0.0 (file:///build/rustc-1.25.0-src/src/libsyntax_ext)
building of '/nix/store/bzr13jd878mp4xiqphm4xaiv2is7ahpj-rustc-1.25.0.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/lh4l2qc5xqqidx67w29qxjn9ngsx5yqv-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/97yg625dv9dy3x6vgq2j50vgqkb5hw1h-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/alx3ip58r99vc6hd5dw05h7d8l3hh294-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/737a6rw2975p9n9080p811rnhdx56gg0-guake-3.0.5.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/737a6rw2975p9n9080p811rnhdx56gg0-guake-3.0.5.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: guake

Partial log (click to expand)

   Compiling string_cache v0.6.2
   Compiling html5ever v0.20.0
   Compiling cssparser v0.13.7
   Compiling cssparser-macros v0.3.0
building of '/nix/store/36rq4v2m89p1r1i8vv4lh9ay89pangil-rustc-1.25.0.drv' timed out after 4000 seconds
cannot build derivation '/nix/store/hrbjq2kvdyzpf96q608wiqfcf0hw7vdc-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/23kb52lidbayzi0wiksqzh8a5kfysrhw-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/3j20ci1wq4czdjdfng8zp2xfw513khz6-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/31wsj8j4h4gvf2wnqyjn096m1azmb6jj-guake-3.0.5.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/31wsj8j4h4gvf2wnqyjn096m1azmb6jj-guake-3.0.5.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: guake

Partial log (click to expand)


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

Success on aarch64-linux (full log)

Attempted: guake

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5/bin/guake
shrinking RPATHs of ELF executables and libraries in /nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5
strip is /nix/store/3zq400fri5dv7d30lpxlqm2v9y1iis6j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5/lib  /nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5/bin
patching script interpreter paths in /nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5
checking for references to /build in /nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5...
wrapping `/nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5/bin/.guake-wrapped'...
/nix/store/j3flks546zarpscgmz8v9pld29kxils9-guake-3.0.5

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: guake

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5/bin/guake
shrinking RPATHs of ELF executables and libraries in /nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5
strip is /nix/store/fzcs0fn6bb04m82frhlb78nc03ny3w55-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5/lib  /nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5/bin
patching script interpreter paths in /nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5
checking for references to /tmp/nix-build-guake-3.0.5.drv-0 in /nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5...
wrapping `/nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5/bin/.guake-wrapped'...
/nix/store/d540nm4kwhc6whz7b5iriqfwkiywg6hq-guake-3.0.5

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

Partial log (click to expand)


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

Success on x86_64-linux (full log)

Attempted: guake

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11/bin/guake
shrinking RPATHs of ELF executables and libraries in /nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11/lib  /nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11/bin
patching script interpreter paths in /nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11
checking for references to /tmp/nix-build-guake-unstable-2018-04-11.drv-0 in /nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11...
wrapping `/nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11/bin/.guake-wrapped'...
/nix/store/wixng98ifr1nrpilimg392m3vfxx90mz-guake-unstable-2018-04-11

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: guake

Partial log (click to expand)

rmdir: failed to remove '/nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0/share': Directory not empty
shrinking RPATHs of ELF executables and libraries in /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0
shrinking /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0/bin/vte-2.91
shrinking /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0/lib/libvte-2.91.so.0.5200.0
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0/lib  /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0/bin
patching script interpreter paths in /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0
checking for references to /build in /nix/store/yl4wsbr29a2v6bhw58z2n9gn477phwk8-vte-0.52.0...
cannot build derivation '/nix/store/n8y7gik276hym5s8z4q3nyrvqg7ggnlk-guake-unstable-2018-04-11.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/n8y7gik276hym5s8z4q3nyrvqg7ggnlk-guake-unstable-2018-04-11.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: guake

Partial log (click to expand)


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

Attempted: guake

Partial log (click to expand)

   Compiling filetime v0.1.15
   Compiling build_helper v0.1.0 (file:///build/rustc-1.25.0-src/src/build_helper)
   Compiling rustc_binaryen v0.0.0 (file:///build/rustc-1.25.0-src/src/librustc_binaryen)
   Compiling rustc_llvm v0.0.0 (file:///build/rustc-1.25.0-src/src/librustc_llvm)
building of '/nix/store/0p4h4m63ki245n14vpk2xihn23lq1a4a-rustc-1.25.0.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/apcj2slll2axzpsnpyw7qxq0mymqdhly-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/qi8m0z84cdhfspfx4chzl5ffamky2pm6-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/5ysb8xkdvpvzm4x0czkj4dlfzjzzyj09-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/93ya36fm9g1y7sgjf0vfynsmscnnginc-guake-3.1.0.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/93ya36fm9g1y7sgjf0vfynsmscnnginc-guake-3.1.0.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: guake

Partial log (click to expand)


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.


@jtojnar jtojnar changed the title guake: 0.8.3 → 3.0.5 guake: 0.8.3 → 3.1.0 Apr 12, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: guake

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0/bin/guake
shrinking RPATHs of ELF executables and libraries in /nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0/lib  /nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0/bin
patching script interpreter paths in /nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0
checking for references to /tmp/nix-build-guake-3.1.0.drv-0 in /nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0...
wrapping `/nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0/bin/.guake-wrapped'...
/nix/store/y8qd7crxgaggm3jm6ymxlyrzr7k003bh-guake-3.1.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: guake

Partial log (click to expand)

Building stage1 test artifacts (aarch64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
   Compiling getopts v0.2.15
   Compiling term v0.0.0 (file:///build/rustc-1.25.0-src/src/libterm)
   Compiling test v0.0.0 (file:///build/rustc-1.25.0-src/src/libtest)
building of '/nix/store/2cckfzwyxm9jfkx2an9xyx7f790kmvy7-rustc-1.25.0.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/fikg89s4phgsdy6n3rj5fbkgbfyry5nm-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/sz7cph7sv8iv7kmyb5036imnkk8qlmmv-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/xc3dpfdn2dzdpkjwjdj7l2r6lx00mc8n-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/kz6a7wg5agn6r0r3x16pn2kb3sj18lbi-guake-3.1.0.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/kz6a7wg5agn6r0r3x16pn2kb3sj18lbi-guake-3.1.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: guake

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0/bin/guake
shrinking RPATHs of ELF executables and libraries in /nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0/lib  /nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0/bin
patching script interpreter paths in /nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0
checking for references to /tmp/nix-build-guake-3.1.0.drv-0 in /nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0...
wrapping `/nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0/bin/.guake-wrapped'...
/nix/store/mvzd6n7sss61mv42cb1xd66sizrxwzn1-guake-3.1.0

@jtojnar jtojnar deleted the guake-3 branch April 12, 2018 11:24
@fusion809
Copy link
Contributor

fusion809 commented Apr 12, 2018

This bot is driving me mad with activity, so unsubscribing, if you's need me please mention me.

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