Package Details: mecab-git r155.05481e7-3

Git Clone URL: https://aur.archlinux.org/mecab-git.git (read-only, click to copy)
Package Base: mecab-git
Description: Yet another part-of-speech and morphological analyzer.
Upstream URL: https://taku910.github.io/mecab
Licenses: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
Conflicts: mecab
Provides: mecab
Submitter: hidebu
Maintainer: taotieren
Last Packager: taotieren
Votes: 13
Popularity: 0.001204
First Submitted: 2016-03-29 11:27 (UTC)
Last Updated: 2024-12-09 12:02 (UTC)

Required by (13)

Sources (1)

Latest Comments

1 2 Next › Last »

hidebu commented on 2024-10-08 03:03 (UTC)

Sorry, I didn't notice comments...

I disowned this package.

Thanks

scarlettekk commented on 2024-06-20 19:40 (UTC)

You can make this build on aarch64 by updating config.guess and config.sub in the build dir as so:

cd "${_pkgname}/mecab"
rm config.guess
wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -O config.guess
rm config.sub
wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' -O config.sub

yuanji commented on 2023-05-20 12:36 (UTC)

@emceebois

It may be hard to replace the Google Drive link. Personally, I will recommend you use https://aur.archlinux.org/packages/mecab-git instead.

JFYI, the pre-built pkg is available on https://github.com/archlinuxcn/repo this 3rd-party repo if you don't mind setting it up.

emceebois commented on 2023-05-18 17:54 (UTC) (edited on 2023-05-18 17:54 (UTC) by emceebois)

Hello. The Google Drive link doesn't seem to be working as a source, and this package complains about failing integrity check when trying to execute makepkg. This problem went away when I followed the Google Drive link manually and updated the sources line to point at my local copy of the file instead of the link. I suspect (but can't be sure) that this is something to do with the fact that Google Drive now throws up a warning that the file can't be scanned for viruses before allowing the file download to begin. If there is a workaround for this that can be passed into Google Drive via the URL or some PKGBUILD parameter then this will go back to working, as makepkg -i completed with no issues after I manually pointed the PKGBUILD at the local copy of the manually downloaded file.

atticf commented on 2023-01-23 03:35 (UTC)

Hi, can you please merge https://aur.archlinux.org/cgit/aur.git/commit/?h=mecab&id=fcc7676e493e836f2055d1a73bc426e91b8d2f6a

mecab libexecdir in /usr/bin/mecab-config is hardcoded to /usr/libexec which cause problem when running

yantene commented on 2019-02-11 08:41 (UTC)

@polm23 Sorry I'm late. I have just fixed it.

Thanks @Yuanji, @DAISUKESUZUKI and @johejo.

polm23 commented on 2019-02-11 05:55 (UTC)

@yantene Could you apply one of the patches provided to fix the libexec dir issue? If you're too busy or not interested I would be willing to adopt the package and fix it.

yuanji commented on 2018-09-28 06:26 (UTC)

@yantene @DAISUKESUZUKI I made a patch for PKGBUILD to solve this problem.

https://gist.github.com/masakichi/257db9a3767a318410ced7b2627e7b62

DAISUKESUZUKI commented on 2018-07-05 14:33 (UTC)

In mecab-config line110 indicating the return-value at '--libexecdir' should be

echo /usr/lib/mecab

inot /usr/ "libexec" /mecab

yantene commented on 2018-02-08 12:53 (UTC) (edited on 2018-02-08 12:54 (UTC) by yantene)

@johejo Thanks for your comment. I confirmed the phenomenon you pointed out. However I'm busy now and cannot work right away. I'm sorry, but please wait a while.