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

tilda: 1.5.1 -> 1.5.2 #89046

Merged
merged 1 commit into from Jun 26, 2020
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tilda/versions.

meta.description for tilda is: "A Gtk based drop down terminal for Linux and Unix"

meta.homepage for tilda is: "https://github.com/lanoxx/tilda/"

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
tilda
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/xqxsp4wmapflbp1ywmyzczxfvlfrqabh-tilda-1.5.2 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A tilda https://github.com/r-ryantm/nixpkgs/archive/e1b8ff1c39c7f66234fbaae176abb0921b6e865e.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/xqxsp4wmapflbp1ywmyzczxfvlfrqabh-tilda-1.5.2
ls -la /nix/store/xqxsp4wmapflbp1ywmyzczxfvlfrqabh-tilda-1.5.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package built:
- tilda

Maintainer pings

cc @AndersonTorres for testing.

@drewrisinger
Copy link
Contributor

Failed to launch on Ubuntu 18.04 using nixpkgs-review 89046; tilda:

[nix-shell:~/.cache/nixpkgs-review/pr-89046]$ tilda

(process:23503): tilda-WARNING **: 13:08:41.107: Could not setup locale.

(process:23503): Gtk-WARNING **: 13:08:41.108: Locale not supported by C library.
        Using the fallback 'C' locale.
Creating directory:'/home/.../.config/tilda'
Gtk-Message: 13:08:41.131: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:08:41.132: Failed to load module "canberra-gtk-module"
Tilda encountered an error: Success
Unable to set tilda's icon: /nix/store/fy3n6lxyb9x4mny97bcgkcqljmi2x4fi-tilda-1.5.2/share/pixmaps/tilda.png
Starting the wizard to configure tilda options.

(tilda:23503): Gtk-WARNING **: 13:08:41.210: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/gnome/16x16/status/image-missing.png: Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/gnome/16x16/status/image-missing.png: Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)

(tilda:23503): Gtk-CRITICAL **: 13:08:41.247: gtk_main_quit: assertion 'main_loops != NULL' failed
Aborted (core dumped)

@r-ryantm r-ryantm closed this Jun 11, 2020
@r-ryantm r-ryantm deleted the auto-update/tilda branch June 11, 2020 04:57
@ryantm ryantm restored the auto-update/tilda branch June 11, 2020 05:13
@ryantm ryantm reopened this Jun 11, 2020
Copy link
Contributor

@drewrisinger drewrisinger left a comment

Choose a reason for hiding this comment

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

  • Diff LGTM
  • builds locally
  • Doesn't launch locally, likely due to graphical issues I've had in past with GUI Nix apps.

@r-ryantm r-ryantm closed this Jun 14, 2020
@r-ryantm r-ryantm deleted the auto-update/tilda branch June 14, 2020 03:31
@ryantm ryantm restored the auto-update/tilda branch June 14, 2020 04:17
@ryantm ryantm reopened this Jun 14, 2020
Copy link
Member

@pbogdan pbogdan left a comment

Choose a reason for hiding this comment

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

Tested under GNOME on NixOS (x86_64-linux), LGTM.

@AndersonTorres AndersonTorres merged commit 21cf333 into NixOS:master Jun 26, 2020
@r-ryantm r-ryantm deleted the auto-update/tilda branch July 1, 2020 04:40
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

5 participants