Package Details: python-pocketsphinx 5.1.1-1

Git Clone URL: https://aur.archlinux.org/pocketsphinx.git (read-only, click to copy)
Package Base: pocketsphinx
Description: A small speech recognizer
Upstream URL: https://cmusphinx.github.io
Keywords: mobile recognition speech
Licenses: MIT, BSD-3-Clause, BSD-2-Clause
Submitter: None
Maintainer: Martchus
Last Packager: Martchus
Votes: 102
Popularity: 0.000000
First Submitted: 2008-08-08 21:47 (UTC)
Last Updated: 2026-06-07 12:15 (UTC)

Pinned Comments

Martchus commented on 2020-01-19 12:15 (UTC)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff

Martchus commented on 2020-01-19 11:46 (UTC) (edited on 2020-01-19 12:14 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »

electron commented on 2013-08-07 22:25 (UTC)

bison should be in the build dependencies since it is required by the configure script.

Anthony25 commented on 2013-08-04 14:53 (UTC)

If you have Cython, during the compilation it will recreate some ".c" files (using Cython), and you will get an error. The Makefile has to be modified to use Cython2 (and not cython), or you just have to remove the cython package on your system (but you will get an error if you import the sphinxbase module in python).

Anthony25 commented on 2013-07-25 19:44 (UTC)

In a clean-chroot the compilation passed without any problem. On one computer I didn't have to build it in a clean-chroot, but on my laptop I get an error if I don't.

marcs commented on 2013-07-03 17:17 (UTC)

I'll try to compile on clean installation and see if some dependencies are not contained in the PKGBUILD.

cookiecaper commented on 2013-07-03 03:30 (UTC)

Same breakage here.

hseara commented on 2013-06-22 13:53 (UTC)

Hi, I have the same problem!! make[1]: Entering directory `/tmp/yaourt-tmp-test_kde/aur-sphinxbase/src/sphinxbase-0.8/python' cython -o sphinxbase.c sphinxbase.pyx Error compiling Cython file: ------------------------------------------------------------ ... self.hc = huff_code_build_str(symbols, frequencies, nsym) ckd_free(frequencies) ckd_free(symbols) def read(self, infile): if not isinstance(infile, file): ^ ------------------------------------------------------------ sphinxbase.pyx:537:38: undeclared name not builtin: file make[1]: *** [sphinxbase.c] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-test_kde/aur-sphinxbase/src/sphinxbase-0.8/python' make: *** [all-recursive] Error 1 Nothing speciall in my python installation.

marcs commented on 2013-06-15 07:41 (UTC)

I can build the package. This is weird, you should have the python keyword "file": http://docs.python.org/2/library/functions.html#file I suppose is a problem related to your python2 installation.

<deleted-account> commented on 2013-06-10 20:55 (UTC)

cannot build with current setup. Error is: def read(self, infile): if not isinstance(infile, file): ^ sphinxbase.pyx:537:38: undeclared name not builtin: file

marcs commented on 2013-01-10 22:28 (UTC)

Updated to .8 version.

marcs commented on 2013-01-02 02:08 (UTC)

Updated to the .8 version and checked with namcap. I've added the dependency to sphinxbase >= .8 too for consistency, if there's a missing dependence is normal 'cause sphinxbase is still at version .7