@tbjta Your build error is produced by the sphinxbase
package. So please look at the comment section of that package - there are already relevant comments.
Search Criteria
Package Details: pocketsphinx 5prealpha-10
Git Clone URL: | https://aur.archlinux.org/pocketsphinx.git (read-only, click to copy) |
---|---|
Package Base: | pocketsphinx |
Description: | Lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop. |
Upstream URL: | http://cmusphinx.sourceforge.net |
Keywords: | mobile recognition speech |
Licenses: | |
Submitter: | None |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 73 |
Popularity: | 0.21 |
First Submitted: | 2008-08-08 21:47 |
Last Updated: | 2020-05-12 15:48 |
Dependencies (5)
- gst-plugins-base-libs (gst-plugins-base-git)
- sphinxbase=5prealpha (sphinxbase-git)
- python (python-dbg) (make)
- python2 (make)
- swig (swig-git) (make)
Required by (18)
- blather-git
- ffmpeg-amd-full
- ffmpeg-amd-full-git
- ffmpeg-full
- ffmpeg-full-git
- ffmpeg-intel-full-git
- jasper-stt-pocketsphinx
- kayleevc
- nocomprendo
- python-speechrecognition
- python-textract (optional)
- simon-kf5-git (optional)
- subtitlecomposer (make)
- subtitlecomposer (optional)
- subtitlecomposer-git (make)
- subtitlecomposer-git (optional)
- vokey-git
- voximp
Sources (1)
Martchus commented on 2020-09-21 14:52
Martchus commented on 2020-09-21 14:50
@idlusen pkgconf
is in the group base-devel
and must therefore not be added to makedepends
(https://wiki.archlinux.org/index.php/PKGBUILD#makedepends).
idlusen commented on 2020-09-21 12:35
I had to install pkgconf
in order to have it built, maybe add that to makedepends.
tbjta commented on 2020-02-01 09:52
File "./doxy2swig.py", line 302, in do_memberdef
arg_type = n.getElementsByTagName('type')[0]
IndexError: list index out of range
make[1]: *** [Makefile:602: pydoc.i] Error 1
make[1]: Leaving directory '/home/tbjta/.cache/yay/sphinxbase/src/sphinxbase-5prealpha-py2/doc'
make: *** [Makefile:478: all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Error making: sphinxbase
Martchus commented on 2020-01-19 12:15
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 2019-10-14 11:08
@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.
xantares commented on 2018-08-30 11:47
please fix the python package wrt the 3.7 update!
petronny commented on 2018-08-14 04:19
Please fix it for python 3.7
xantares commented on 2018-08-07 21:05
I doubt the libtool commands are even useful
Martchus commented on 2018-08-07 13:22
@nipsky It is because the Python version is hardcoded into the PKGBUILD and Arch Linux recently updated to Python 3.7.
I think the Python version shouldn't be hardcoded. Better use something like pacman -Q python | sed 's/.* \(.*\)\..*-.*./\1/g'
. Same for Python 2. Of course the package must still be rebuilt when updating Python.
Pinned Comments
Martchus commented on 2020-01-19 12:15
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