Package Details: python-fugashi 1.3.0-1

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)

Required by (2)

Sources (1)

Latest Comments

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