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

mwic: 0.7.7 -> 0.7.8 #78234

Closed
wants to merge 1 commit into from
Closed

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/mwic/versions.

meta.description for mwic is: '"spell-checker that groups possible misspellings and shows them in their contexts"'.

meta.homepage for mwic is: '"http://jwilk.net/software/mwic"

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS

  • The tests defined in passthru.tests, if any, passed

  • 0 of 0 passed binary check by having a zero exit code.

  • 0 of 0 passed binary check by having the new version present in output.

  • found 0.7.8 with grep in /nix/store/rfqchmsdxfr42ymm6qqh9y9d6rhbr8nr-mwic-0.7.8

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

1 total rebuild path(s)

1 package rebuild(s)

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

First fifty rebuilds by attrpath
mwic

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/rfqchmsdxfr42ymm6qqh9y9d6rhbr8nr-mwic-0.7.8 \
  --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 mwic https://github.com/r-ryantm/nixpkgs/archive/110c1ecb7952da32fb642d0e708b8154a08d1229.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/rfqchmsdxfr42ymm6qqh9y9d6rhbr8nr-mwic-0.7.8
ls -la /nix/store/rfqchmsdxfr42ymm6qqh9y9d6rhbr8nr-mwic-0.7.8/bin

cc @matthiasbeyer for testing.

Copy link
Member

@1000101 1000101 left a comment

Choose a reason for hiding this comment

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

Running mwic without arguments fails. It seems this package has issues in the stable channel (pyenchant related? #53108) too. And it's still not working in this version either (complaining about missing dictionary, different error).

@matthiasbeyer

  File "/nix/store/rfqchmsdxfr42ymm6qqh9y9d6rhbr8nr-mwic-0.7.8/bin/mwic", line 33, in <module>
    lib.cli.main()
  File "/nix/store/rfqchmsdxfr42ymm6qqh9y9d6rhbr8nr-mwic-0.7.8/share/mwic/lib/cli.py", line 120, in main
    dictionary = enchant.Dict(options.language)
  File "/nix/store/ppqc8i224m2z0djvy6vkchqwky5sw5fx-python3.7-pyenchant-2.0.0/lib/python3.7/site-packages/enchant/__init__.py", line 562, in __init__
    _EnchantObject.__init__(self)
  File "/nix/store/ppqc8i224m2z0djvy6vkchqwky5sw5fx-python3.7-pyenchant-2.0.0/lib/python3.7/site-packages/enchant/__init__.py", line 168, in __init__
    self._init_this()
  File "/nix/store/ppqc8i224m2z0djvy6vkchqwky5sw5fx-python3.7-pyenchant-2.0.0/lib/python3.7/site-packages/enchant/__init__.py", line 569, in _init_this
    this = self._broker._request_dict_data(self.tag)
  File "/nix/store/ppqc8i224m2z0djvy6vkchqwky5sw5fx-python3.7-pyenchant-2.0.0/lib/python3.7/site-packages/enchant/__init__.py", line 310, in _request_dict_data
    self._raise_error(eStr % (tag,),DictNotFoundError)
  File "/nix/store/ppqc8i224m2z0djvy6vkchqwky5sw5fx-python3.7-pyenchant-2.0.0/lib/python3.7/site-packages/enchant/__init__.py", line 258, in _raise_error
    raise eclass(default)
enchant.errors.DictNotFoundError: Dictionary for language 'en' could not be found

@mmahut
Copy link
Member

mmahut commented Jan 26, 2020

Current stable enchant doesn't support Python 3.7+ https://github.com/pyenchant/pyenchant/blob/master/website/content/changelog.rst

@r-ryantm r-ryantm closed this Jun 11, 2020
@r-ryantm r-ryantm deleted the auto-update/mwic branch June 11, 2020 04:55
@ryantm ryantm restored the auto-update/mwic branch June 11, 2020 05:45
@ryantm ryantm reopened this Jun 11, 2020
@r-ryantm r-ryantm closed this Jun 14, 2020
@r-ryantm r-ryantm deleted the auto-update/mwic branch June 14, 2020 03:30
@ryantm ryantm restored the auto-update/mwic branch June 14, 2020 05:03
@ryantm ryantm reopened this Jun 14, 2020
@r-ryantm r-ryantm closed this Jul 1, 2020
@r-ryantm r-ryantm deleted the auto-update/mwic branch July 1, 2020 04:38
@ryantm ryantm restored the auto-update/mwic branch July 1, 2020 05:16
@ryantm ryantm reopened this Jul 1, 2020
@FRidh FRidh closed this Nov 23, 2020
@r-ryantm r-ryantm deleted the auto-update/mwic branch November 25, 2020 04:38
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