Search Criteria
Package Details: python-fugashi 1.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-fugashi.git (read-only, click to copy) |
---|---|
Package Base: | python-fugashi |
Description: | Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis |
Upstream URL: | https://github.com/polm/fugashi |
Licenses: | MIT |
Submitter: | atticf |
Maintainer: | atticf |
Last Packager: | atticf |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-01-23 08:56 (UTC) |
Last Updated: | 2024-05-13 06:31 (UTC) |
Dependencies (13)
- cython (cython-gitAUR, cython0AUR)
- mecab (mecab-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- mecab-ipadicAUR (mecab-ipadic-gitAUR) (check)
- python-ipadicAUR (check)
- python-pytest (check)
- python-unidic-liteAUR (check)
- python-unidicAUR (optional) – Use the latest version of UniDic, large install size
- python-unidic-liteAUR (optional) – Use the lite version of UniDic
Latest Comments
emceebois commented on 2024-05-24 15:21 (UTC)
Hello again @atticf
To confirm, I replaced by previous installation of mecab with an installation of mecab-git. Before installing mecab-git, I ran a working version of the sed command you linked to.
Since that time I have rebooted the computer and attempted a clean build of python-fugashi. I am still seeing the same errors. Did I miss a preparation step before reattempting
makepkg -si
?Are there any other packages or environment variables whose state I need to confirm in addition to mecab-git?
Thanks.
emceebois commented on 2024-05-14 20:45 (UTC)
I replaced my installation of mecab with a version of mecab-git following your patch instructions, but by itself that doesn't seem to have been enough to fix these errors. Do I need to log out/log in again, or is there some other step I need to complete in order to build python-fugashi?
atticf commented on 2024-05-14 02:15 (UTC) (edited on 2024-05-14 02:22 (UTC) by atticf)
emceebois, can you try building mecab-git with this sed invocation in prepare() and using that to build this package?:
https://aur.archlinux.org/cgit/aur.git/commit/?h=mecab&id=fcc7676e493e836f2055d1a73bc426e91b8d2f6a
The mecab (non-git) package had this but it was deleted a few months ago. The mecab-git package in my internal repo has this and passes check().
edit: more correctly mecab was merged into mecab-git, so comments from both packages will show up in mecab-git which might be confusing.
emceebois commented on 2024-05-13 20:00 (UTC) (edited on 2024-05-13 20:01 (UTC) by emceebois)
I am getting a lot of failed tests during the "Check" step, a very common cause of the failures seems to be "Unknown dictionary format, use a GenericTagger." Does the PKGBUILD have missing dependencies or missing config before running the tests related to finding "GenericTagger"?
Paste: https://pastebin.com/hpwTwF7c