Package Details: kenlm r2268.217e219-1

Git Clone URL: https://aur.archlinux.org/kenlm.git (read-only, click to copy)
Package Base: kenlm
Description: Faster and Smaller Language Model Queries
Upstream URL: https://kheafield.com/code/kenlm/
Licenses: LGPL
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 0
Popularity: 0.000000
First Submitted: 2020-05-13 09:34 (UTC)
Last Updated: 2022-03-20 15:19 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

filipg commented on 2022-03-19 16:08 (UTC)

Broken build:

/home/filipg/aur/kenlm/src/kenlm/python/kenlm.cpp: In function ‘PyObject* __Pyx_Coroutine_Send(PyObject*, PyObject*)’:
/home/filipg/aur/kenlm/src/kenlm/python/kenlm.cpp:10162:19: error: ‘_PyGen_Send’ was not declared in this scope; did you mean ‘_PyGen_yf’?
10162 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
      |                   ^~~~~~~~~~~
      |                   _PyGen_yf
/home/filipg/aur/kenlm/src/kenlm/python/kenlm.cpp:10167:19: error: ‘_PyGen_Send’ was not declared in this scope; did you mean ‘_PyGen_yf’?
10167 |             ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
      |                   ^~~~~~~~~~~
      |                   _PyGen_yf
/home/filipg/aur/kenlm/src/kenlm/python/kenlm.cpp: In function ‘PyObject* __Pyx_Generator_Next(PyObject*)’:
/home/filipg/aur/kenlm/src/kenlm/python/kenlm.cpp:10251:19: error: ‘_PyGen_Send’ was not declared in this scope; did you mean ‘_PyGen_yf’?
10251 |             ret = _PyGen_Send((PyGenObject*)yf, NULL);
      |                   ^~~~~~~~~~~
      |                   _PyGen_yf
make[2]: *** [python/CMakeFiles/kenlm_python.dir/build.make:76: python/CMakeFiles/kenlm_python.dir/kenlm.cpp.o] Błąd 1
make[1]: *** [CMakeFiles/Makefile2:697: python/CMakeFiles/kenlm_python.dir/all] Błąd 2
make: *** [Makefile:136: all] Błąd 2