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

mnemosyne: 2.7 -> 2.7.1 #80924

Merged
merged 1 commit into from Feb 24, 2020
Merged

Conversation

r-ryantm
Copy link
Contributor

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

meta.description for mnemosyne is: "Spaced-repetition software"

meta.homepage for mnemosyne is: "https://mnemosyne-proj.org/"

  • Quoted meta.homepage for RFC 45
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
mnemosyne

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/qg346mflzxgyp3nrn7dyzs0f4xmz9z7b-mnemosyne-2.7.1 \
  --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 mnemosyne https://github.com/r-ryantm/nixpkgs/archive/3540a17728da22dbcff1e57bf12ebddfc2e42163.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/qg346mflzxgyp3nrn7dyzs0f4xmz9z7b-mnemosyne-2.7.1
ls -la /nix/store/qg346mflzxgyp3nrn7dyzs0f4xmz9z7b-mnemosyne-2.7.1/bin

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

LGTM

[3 built, 0.0 MiB DL]
https://github.com/NixOS/nixpkgs/pull/80924
1 package built:
mnemosyne

already broken on master, with same error:

$ ./results/mnemosyne/bin/mnemosyne
Warning: Could not import OpenGL. Might cause a black screen on some Linux distributions. Try installing python3-opengl in that case.
Log body:
 An unexpected error has occurred.
Please forward the following info to the developers:

Traceback (innermost last):
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/bin/.mnemosyne-wrapped", line 271, in <module>
    debug_file=options.debug_file)
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 400, in initialise
    self.register_components()
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 465, in register_components
    importlib.import_module(module_name), class_name)
  File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/translators/google_translator.py", line 5, in <module>
    from googletrans import Translator as gTranslator
 ModuleNotFoundError: No module named 'googletrans'

An unexpected error has occurred.
Please forward the following info to the developers:

Traceback (innermost last):
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/bin/.mnemosyne-wrapped", line 271, in <module>
    debug_file=options.debug_file)
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 400, in initialise
    self.register_components()
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 465, in register_components
    importlib.import_module(module_name), class_name)
  File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/translators/google_translator.py", line 5, in <module>
    from googletrans import Translator as gTranslator
 ModuleNotFoundError: No module named 'googletrans'
An unexpected error has occurred.
Please forward the following info to the developers:

Traceback (innermost last):
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/bin/.mnemosyne-wrapped", line 271, in <module>
    debug_file=options.debug_file)
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 400, in initialise
    self.register_components()
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 465, in register_components
    importlib.import_module(module_name), class_name)
  File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/nix/store/fqxphcqy9ivn1iknjcwsjy7ih78i67vg-mnemosyne-2.7.1/lib/python3.7/site-packages/mnemosyne/libmnemosyne/translators/google_translator.py", line 5, in <module>
    from googletrans import Translator as gTranslator
 ModuleNotFoundError: No module named 'googletrans

@jonringer jonringer merged commit 99e0ed1 into NixOS:master Feb 24, 2020
@r-ryantm r-ryantm deleted the auto-update/mnemosyne branch February 25, 2020 07:04
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

2 participants