The deletion request makes supposedly sense. However, please give me some time to update pocketsphinx first before executing it. Note that this package could also alternatively be merged into pocketsphinx.
Search Criteria
Package Details: sphinxbase 5prealpha-13
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/sphinxbase.git (read-only, click to copy) |
---|---|
Package Base: | sphinxbase |
Description: | Common library for sphinx speech recognition |
Upstream URL: | https://cmusphinx.sourceforge.net/ |
Keywords: | recognition speech |
Licenses: | BSD |
Submitter: | None |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 90 |
Popularity: | 0.35 |
First Submitted: | 2008-08-08 21:35 (UTC) |
Last Updated: | 2021-12-13 17:49 (UTC) |
Dependencies (5)
- lapack (openblas-lapack-git, lapack-tmg, lapack-git, armpl, atlas-lapack, openblas-lapack-static, openblas-lapack)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-airplay, pulseaudio-git)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- bison (byacc-bison, bison-git) (make)
- swig (swig-git) (make)
Required by (2)
Sources (2)
Martchus commented on 2023-02-24 16:03 (UTC)
Martchus commented on 2021-12-13 17:52 (UTC)
I've pushed the version which is fixed for Python 3.10 now that it is in the normal official repos.
@adsun I'm aware of the problem, see my previous comment. I also saw the patch but simply use PYTHONWARNINGS=ignore
for now.
adsun commented on 2021-12-13 14:41 (UTC)
The build fails with the recently released python version 3.10. A commit on the project's Github repository fixes this:
https://github.com/cmusphinx/sphinxbase/commit/e0221880ccdd79ed9bf42937a56a4c319b013576
Martchus commented on 2021-12-03 18:55 (UTC)
It won't build against Python 3.10:
Please check your Python installation. The error was:
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
I've pushed a fix on https://github.com/Martchus/PKGBUILDs and my binary repo's staging already contains a rebuilt package. I'll update the AUR package once Python 3.10 enters the normal/official repositories.
yochananmarqos commented on 2021-09-10 14:02 (UTC)
@Martchus: I'd say it's long overdue to drop Python 2. Either way, both Python 2 & 3 modules should not be installed in the same package.
Martchus commented on 2020-04-08 12:37 (UTC)
@nathanielcwm See https://github.com/Martchus/PKGBUILDs/issues/112. And don't flag packages as out-of-date when you run into build errors.
nathanielcwm commented on 2020-04-07 22:11 (UTC) (edited on 2020-04-07 22:19 (UTC) by nathanielcwm)
I'm getting this error when trying to build.
! LaTeX Error: File `newunicodechar.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name: ! Undefined control sequence.
<recently read> \newunicodechar
l.6 \newunicodechar
{⁻}{${}^{-}$}% Superscript minus
? ^C! Interruption.
l.6 \newunicodechar
{⁻}{${}^{-}$}% Superscript minus
? Cleaning up...
Exiting...
make[1]: *** [Makefile:611: html/index.html] Error 1
make: *** [Makefile:478: all-recursive] Interrupt
Installing texlive-latexextra fixes that but I also need to remove doxygen or else it will have a different error while building
markginter31 commented on 2020-02-22 00:53 (UTC) (edited on 2020-02-22 00:54 (UTC) by markginter31)
Martchus - Thanks! For time's sake I just uninstalled doxygen -- installed ffmpeg-full-nvenc which pulled in pocketsphinx/sphinxbase -- and everything compiled fine. Not sure what pulled in doxygen. I'll look into using makechrootpkg also. Thanks again!
Martchus commented on 2020-02-07 16:15 (UTC)
@markginter31 By the way, "Clean install of Manjaro" is really not useful. If you want to specify your build environment, better provide the output of e.g. pacman -Q
. A "clean" build environment is generally a build environment with only the required packages for the build and packages belonging to the base-devel
group: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
Martchus commented on 2020-02-07 16:10 (UTC)
I could reproduce the problem by installing doxygen
into the build root. If it is installed the build system automatically detects it and tries to build the documentation which fails. I couldn't find a configure option to disable that behavior. However, it is recommended anyways to use makechrootpkg
to build in a clean chroot so I won't put any effort into it. If someone wants to provide a patch I'd incorporate it of course.
but anytime I try to compile sphinxbase-git it fails
Note that this is sphinxbase
, not sphinxbase-git
(although both package have the same problem).
Pinned Comments
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