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 2 3 4 5 6 7 8 9 .. 15 Next › Last »

Martchus commented on 2020-01-19 11:48 (UTC)

@Janma8 I don't get that error but I also don't have textlive installed in my build environment at all. What would be the advantage? If there's no big advantage I'd rather not add the additional dependency (textlive is a big package).

@arekishi I can not reproduce the build error.

@Janma8 @arekishi Note that it is recommend to build packages in a clean chroot like the official maintainers do.

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

Janma8 commented on 2020-01-18 13:42 (UTC)

Please add texlive-latexextra to makedepends or "LaTeX Error: Filenewunicodechar.sty' not found`"

Martchus commented on 2020-01-07 14:58 (UTC)

Just a guess, but maybe it needs now swig3 instead of swig. I'll look into it when I have time.

By the way, does anybody need the Python 2 bindings? If not we could likely get rid of them at some point (considering https://www.archlinux.org/todo/die-python2-die and https://www.archlinux.org/todo/conversion-of-programs-that-use-python-2-to-python-3).

arekishi commented on 2020-01-07 14:04 (UTC)

Building fails for me with this error:

/usr/bin/python ./doxy2swig.py -n xml/index.xml pydoc.i
parsing file: xml/cmd__ln_8h.xml
Traceback (most recent call last):
  File "./doxy2swig.py", line 488, in <module>
    main()
  File "./doxy2swig.py", line 484, in main
    convert(args[0], args[1], not options.func_def, options.quiet)
  File "./doxy2swig.py", line 463, in convert
    p.generate()
  File "./doxy2swig.py", line 123, in generate
    self.parse(self.xmldoc)
  File "./doxy2swig.py", line 132, in parse
    pm(node)
  File "./doxy2swig.py", line 162, in parse_Element
    handlerMethod(node)
  File "./doxy2swig.py", line 413, in do_doxygenindex
    p.generate()
  File "./doxy2swig.py", line 123, in generate
    self.parse(self.xmldoc)
  File "./doxy2swig.py", line 132, in parse
    pm(node)
  File "./doxy2swig.py", line 164, in parse_Element
    self.generic_parse(node)
  File "./doxy2swig.py", line 209, in generic_parse
    self.parse(n)
  File "./doxy2swig.py", line 132, in parse
    pm(node)
  File "./doxy2swig.py", line 162, in parse_Element
    handlerMethod(node)
  File "./doxy2swig.py", line 248, in do_compounddef
    self.parse(n)
  File "./doxy2swig.py", line 132, in parse
    pm(node)
  File "./doxy2swig.py", line 162, in parse_Element
    handlerMethod(node)
  File "./doxy2swig.py", line 356, in do_sectiondef
    self.generic_parse(node)
  File "./doxy2swig.py", line 209, in generic_parse
    self.parse(n)
  File "./doxy2swig.py", line 132, in parse
    pm(node)
  File "./doxy2swig.py", line 162, in parse_Element
    handlerMethod(node)
  File "./doxy2swig.py", line 302, in do_memberdef
    arg_type = n.getElementsByTagName('type')[0]
IndexError: list index out of range

Martchus commented on 2019-10-14 11:08 (UTC)

@user202729 autoconf and automake belong to the group base-devel. Packages in that group should not be explicitly mentioned. If you setup your build environment like described in the official wiki you should not run into problems.