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

rednotebook: 2.8 -> 2.10 #58869

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Apr 2, 2019

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

meta.description for rednotebook is: '"A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

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

First fifty rebuilds by attrpath
rednotebook

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/mdmx0l4v4djmy8y2fvkl83ymjsishcbc-rednotebook-2.10 \
  --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.)

Or, build yourself:

nix-build -A rednotebook https://github.com/r-ryantm/nixpkgs/archive/24bf8f0a65de55529d26af262afe404bf69e605d.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/mdmx0l4v4djmy8y2fvkl83ymjsishcbc-rednotebook-2.10
ls -la /nix/store/mdmx0l4v4djmy8y2fvkl83ymjsishcbc-rednotebook-2.10/bin

cc @orivej for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rednotebook/versions
Copy link
Member

@markuskowa markuskowa left a comment

Choose a reason for hiding this comment

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

Crashes with the following error message:

Traceback (most recent call last):
  File "/nix/store/mdmx0l4v4djmy8y2fvkl83ymjsishcbc-rednotebook-2.10/bin/.rednotebook-wrapped", line 7, in <module>
    import journal
ModuleNotFoundError: No module named 'journal'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/nix/store/mdmx0l4v4djmy8y2fvkl83ymjsishcbc-rednotebook-2.10/bin/.rednotebook-wrapped", line 12, in <module>
    import rednotebook.journal
  File "/nix/store/mdmx0l4v4djmy8y2fvkl83ymjsishcbc-rednotebook-2.10/lib/python3.7/site-packages/rednotebook/journal.py", line 43, in <module>
    gi.require_version("Gtk", "3.0")
  File "/nix/store/bncy9d114kp08ln751f89qvgb674j6qf-python3.7-pygobject-3.30.4/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available

@risicle
Copy link
Contributor

risicle commented Apr 13, 2019

FWIW the existing 2.8 package seems to have the same problem as identified by @markuskowa - seems to be already broken.

@aanderse
Copy link
Member

aanderse commented May 12, 2019

@orivej this package is currently broken (at runtime) in production. Are you able to address the issues here?

It appears the No module named 'journal' error is expected, though the Namespace Gtk not available is not. See jendrikseipp/rednotebook#326.

@worldofpeace
Copy link
Contributor

This is out of date https://github.com/jendrikseipp/rednotebook/releases/tag/v2.11.1.

The issue at runtime can probably be fixed by disabling strictDeps #56943

@r-ryantm r-ryantm deleted the auto-update/rednotebook branch July 1, 2019 03:49
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

7 participants