Your message dated Tue, 17 Feb 2026 22:49:47 +0000
with message-id <[email protected]>
and subject line Bug#1128275: fixed in parlatype 4.3-1
has caused the Debian Bug report #1128275,
regarding parlatype FTBFS with PocketSphinx 5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1128275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128275
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: parlatype
Version: 4.2-2
Severity: serious
Tags: ftbfs forky sid
https://buildd.debian.org/status/logs.php?pkg=parlatype&ver=4.2-2%2Bb2
...
FAILED: [code=1]
libparlatype/src/libparlatype.so.7.0.2.p/gst_gstparlasphinx.c.o
cc -Ilibparlatype/src/libparlatype.so.7.0.2.p -Ilibparlatype/src
-I../libparlatype/src -Ilibparlatype -I../libparlatype -I/usr/include/gtk-4.0
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1
-I/usr/include/graphene-1.0 -I/usr/lib/x86_64-linux-gnu/graphene-1.0/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4
-I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu/sphinxbase
-I/usr/include/pocketsphinx -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64
-Wall -Winvalid-pch '-DLOCALEDIR="/usr/share/locale"' -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/parlatype-4.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-pthread -mfpmath=sse -msse -msse2 -DPARLATYPE_COMPILATION
'-DG_LOG_DOMAIN="libparlatype"' -MD -MQ
libparlatype/src/libparlatype.so.7.0.2.p/gst_gstparlasphinx.c.o -MF
libparlatype/src/libparlatype.so.7.0.2.p/gst_gstparlasphinx.c.o.d -o
libparlatype/src/libparlatype.so.7.0.2.p/gst_gstparlasphinx.c.o -c
../libparlatype/src/gst/gstparlasphinx.c
../libparlatype/src/gst/gstparlasphinx.c:203:3: error: unknown type name
‘cmd_ln_t’
203 | cmd_ln_t *config;
| ^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_set_string’:
../libparlatype/src/gst/gstparlasphinx.c:352:7: error: implicit declaration of
function ‘cmd_ln_set_str_r’ [-Wimplicit-function-declaration]
352 | cmd_ln_set_str_r (self->config, key, g_value_get_string (value));
| ^~~~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function ‘gst_parlasphinx_set_int’:
../libparlatype/src/gst/gstparlasphinx.c:365:3: error: implicit declaration of
function ‘cmd_ln_set_int32_r’ [-Wimplicit-function-declaration]
365 | cmd_ln_set_int32_r (self->config, key, g_value_get_int (value));
| ^~~~~~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_set_boolean’:
../libparlatype/src/gst/gstparlasphinx.c:373:3: error: implicit declaration of
function ‘cmd_ln_set_boolean_r’ [-Wimplicit-function-declaration]
373 | cmd_ln_set_boolean_r (self->config, key, g_value_get_boolean (value));
| ^~~~~~~~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_set_double’:
../libparlatype/src/gst/gstparlasphinx.c:381:3: error: implicit declaration of
function ‘cmd_ln_set_float_r’ [-Wimplicit-function-declaration]
381 | cmd_ln_set_float_r (self->config, key, g_value_get_double (value));
| ^~~~~~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_set_property’:
../libparlatype/src/gst/gstparlasphinx.c:501:11: error: implicit declaration of
function ‘ps_set_search’; did you mean ‘ps_remove_search’?
[-Wimplicit-function-declaration]
501 | ps_set_search (self->ps, g_value_get_string (value));
| ^~~~~~~~~~~~~
| ps_remove_search
../libparlatype/src/gst/gstparlasphinx.c:511:30: error: passing argument 2 of
‘ps_reinit’ from incompatible pointer type [-Wincompatible-pointer-types]
511 | ps_reinit (self->ps, self->config);
| ~~~~^~~~~~~~
| |
| int *
In file included from ../libparlatype/src/gst/gstparlasphinx.h:42,
from ../libparlatype/src/gst/gstparlasphinx.c:92:
/usr/include/pocketsphinx.h:524:46: note: expected ‘ps_config_t *’ {aka ‘struct
cmd_ln_s *’} but argument is of type ‘int *’
524 | int ps_reinit(ps_decoder_t *ps, ps_config_t *config);
| ~~~~~~~~~~~~~^~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_get_property’:
../libparlatype/src/gst/gstparlasphinx.c:525:34: error: implicit declaration of
function ‘cmd_ln_str_r’ [-Wimplicit-function-declaration]
525 | g_value_set_string (value, cmd_ln_str_r (self->config, "-hmm"));
| ^~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:525:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
525 | g_value_set_string (value, cmd_ln_str_r (self->config, "-hmm"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
In file included from /usr/include/glib-2.0/glib-object.h:40,
from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:6,
from /usr/include/gstreamer-1.0/gst/gst.h:32,
from ../libparlatype/src/gst/gstparlasphinx.h:41:
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:528:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
528 | g_value_set_string (value, cmd_ln_str_r (self->config, "-lm"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:531:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
531 | g_value_set_string (value, cmd_ln_str_r (self->config, "-lmctl"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:534:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
534 | g_value_set_string (value, cmd_ln_str_r (self->config,
"-lmname"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:537:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
537 | g_value_set_string (value, cmd_ln_str_r (self->config, "-dict"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:540:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
540 | g_value_set_string (value, cmd_ln_str_r (self->config, "-mllr"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:543:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
543 | g_value_set_string (value, cmd_ln_str_r (self->config, "-fsg"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:546:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
546 | g_value_set_string (value, cmd_ln_str_r (self->config,
"-allphone"));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:549:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
549 | g_value_set_string (value, cmd_ln_str_r (self->config, "-kws"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:552:34: error: passing argument 2 of
‘g_value_set_string’ makes pointer from integer without a cast
[-Wint-conversion]
552 | g_value_set_string (value, cmd_ln_str_r (self->config, "-jsgf"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/usr/include/glib-2.0/gobject/gvaluetypes.h:255:64: note: expected ‘const gchar
*’ {aka ‘const char *’} but argument is of type ‘int’
255 | const gchar
*v_string);
| ~~~~~~~~~~~~~~^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:555:35: error: implicit declaration of
function ‘cmd_ln_boolean_r’ [-Wimplicit-function-declaration]
555 | g_value_set_boolean (value, cmd_ln_boolean_r (self->config,
"-fwdflat"));
| ^~~~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:564:31: error: implicit declaration of
function ‘cmd_ln_int32_r’ [-Wimplicit-function-declaration]
564 | g_value_set_int (value, cmd_ln_int32_r (self->config,
"-maxhmmpf"));
| ^~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:570:34: error: implicit declaration of
function ‘cmd_ln_float_r’ [-Wimplicit-function-declaration]
570 | g_value_set_double (value, cmd_ln_float_r (self->config,
"-beam"));
| ^~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_finalize’:
../libparlatype/src/gst/gstparlasphinx.c:593:3: error: implicit declaration of
function ‘cmd_ln_free_r’ [-Wimplicit-function-declaration]
593 | cmd_ln_free_r (self->config);
| ^~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function ‘gst_parlasphinx_init’:
../libparlatype/src/gst/gstparlasphinx.c:609:18: error: implicit declaration of
function ‘cmd_ln_parse_r’ [-Wimplicit-function-declaration]
609 | self->config = cmd_ln_parse_r (NULL, ps_args (), default_argc,
default_argv, FALSE);
| ^~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:609:16: error: assignment to ‘int *’
from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
609 | self->config = cmd_ln_parse_r (NULL, ps_args (), default_argc,
default_argv, FALSE);
| ^
../libparlatype/src/gst/gstparlasphinx.c:610:31: error: passing argument 1 of
‘ps_default_search_args’ from incompatible pointer type
[-Wincompatible-pointer-types]
610 | ps_default_search_args (self->config);
| ~~~~^~~~~~~~
| |
| int *
/usr/include/pocketsphinx.h:465:42: note: expected ‘ps_config_t *’ {aka ‘struct
cmd_ln_s *’} but argument is of type ‘int *’
465 | void ps_default_search_args(ps_config_t *config);
| ~~~~~~~~~~~~~^~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_change_state’:
../libparlatype/src/gst/gstparlasphinx.c:639:31: error: passing argument 1 of
‘ps_init’ from incompatible pointer type [-Wincompatible-pointer-types]
639 | self->ps = ps_init (self->config);
| ~~~~^~~~~~~~
| |
| int *
/usr/include/pocketsphinx.h:498:36: note: expected ‘ps_config_t *’ {aka ‘struct
cmd_ln_s *’} but argument is of type ‘int *’
498 | ps_decoder_t *ps_init(ps_config_t *config);
| ~~~~~~~~~~~~~^~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function
‘gst_parlasphinx_finalize_utt’:
../libparlatype/src/gst/gstparlasphinx.c:799:7: error: implicit declaration of
function ‘ckd_free’ [-Wimplicit-function-declaration]
799 | ckd_free (latfile);
| ^~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c: In function ‘gst_parlasphinx_log’:
../libparlatype/src/gst/gstparlasphinx.c:832:95: warning: excess elements in
array initializer
832 | GST_LEVEL_INFO,
GST_LEVEL_WARNING, GST_LEVEL_ERROR, GST_LEVEL_ERROR };
|
^~~~~~~~~~~~~~~
../libparlatype/src/gst/gstparlasphinx.c:832:95: note: (near initialization for
‘gst_level’)
...
--- End Message ---
--- Begin Message ---
Source: parlatype
Source-Version: 4.3-1
Done: Gabor Karsay <[email protected]>
We believe that the bug you reported is fixed in the latest version of
parlatype, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gabor Karsay <[email protected]> (supplier of updated parlatype package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 17 Feb 2026 18:51:37 +0100
Source: parlatype
Architecture: source
Version: 4.3-1
Distribution: unstable
Urgency: medium
Maintainer: Gabor Karsay <[email protected]>
Changed-By: Gabor Karsay <[email protected]>
Closes: 1077596 1119102 1122695 1128275
Changes:
parlatype (4.3-1) unstable; urgency=medium
.
* New upstream version 4.3
* d/control: drop libsphinxbase-dev (Closes: ##1127941)
* d/control: switch to pocketsphinx5 (Closes: #1128275)
* d/control: switch appstream-util to appstream (Closes: #1119102)
* d/parlatype.docs: add NEWS (Closes: #1077596)
* d/control: depend on dbus-daemon instead of dbus (Closes: #1122695)
* d/control: remove redundant Rules-Requires-Root
* d/control: remove redundent Priority
* d/control: fix lintian gir-package-name-does-not-match
* d/copyright: new file
* d/rules: option name changed to pocketsphinx-legacy
* d/watch: update to version 5
* Update dependencies
* Update symbols
* Remove obsolete lintian-overrides
* Bump Standards-Version to 4.7.2 (no changes needed)
* Bump Standards-Version to 4.7.3 (removed Priority)
* Drop obsolete patch #2
* Add patch to disable tests with timeouts
Checksums-Sha1:
355a1385330f22f1adfea85b6464869f530326ca 3145 parlatype_4.3-1.dsc
fa79ea2d4f3cb7ac23f8da2dae43db51b1abc96f 6425222 parlatype_4.3.orig.tar.gz
9740c1f91871e08c7291e36acecb01e7ba9e3fdd 833 parlatype_4.3.orig.tar.gz.asc
77668c0941bc5efe4815a1d34eea1ee138bf5148 17092 parlatype_4.3-1.debian.tar.xz
72b0eb22aeb0cf1b8f09a11ac9428ed221e24e82 20491 parlatype_4.3-1_amd64.buildinfo
Checksums-Sha256:
1fba3cd02e722cc85572c7543204a3db7967009fede5fea7de4409736e6edf86 3145
parlatype_4.3-1.dsc
b942ec53d93cf823ebbbe9153c7b5855f404d4ac4680881dc921f490ec59dda7 6425222
parlatype_4.3.orig.tar.gz
24c53cf07f86345a11fa1c16acef09011d0cf767d87991bdacf8a64b8af0a58b 833
parlatype_4.3.orig.tar.gz.asc
69104360f00430521e317d1a001988168cb6363c0cf4cbd4aba79036b0d2941c 17092
parlatype_4.3-1.debian.tar.xz
a145c823e46e30cd77b4c2c84b600918f0fe46b85c72fccbf0c087102ca80068 20491
parlatype_4.3-1_amd64.buildinfo
Files:
17a853ab5f9c80a27f67b91cd36cd45e 3145 sound optional parlatype_4.3-1.dsc
1ca6b147477ec145a997c9c69dc0127b 6425222 sound optional
parlatype_4.3.orig.tar.gz
4e33a1978d18649ae590226e160ffd59 833 sound optional
parlatype_4.3.orig.tar.gz.asc
8d624097180f855846db869a7ba8b68c 17092 sound optional
parlatype_4.3-1.debian.tar.xz
36cfe28c9c88773008b3bc3195913dac 20491 sound optional
parlatype_4.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEqpLrvfAUiqYaQ7iu5IlMrEVBS7AFAmmU7DoACgkQ5IlMrEVB
S7AYXQ/+P6V1SXxSbY+RF5FWMaPoqKnS6K/yOOIpw+ajOymbnKDlqRD/nJDFOOmG
nECImpcA2TIoAKbZOILYlXyAJKopErLGJ0RqrVRx2jO9dp35cC+HDDV4+tROtkG8
c7Rf3/6SLumUy156gZd8ervRiiPq2zFBwu9RQyt/AfHa4BXYJB4AYopdIFA9IxCU
IwRCiKBvH1pJ+OLMNtMzbiCvQEubvBu0hBPoH+YzsDz6vIQBSl5fNPxQvh3QpbHe
NDuhsZQZCh5VsY3Z9Al+mYjp7Qvg29QOtGmYDOeB+Vn6qvND7GEoMbnoLlyeWnE+
6ZVMXGeBGPMV2G0zSuqR9flhf7kPbRv0M5DieNRfQIFrZZGnx5GjO3BIf15TkuZa
zLF6liVPk/XcNp4NAGGQVP8qOHlPA9Ekn2Z1Hr3BDTJ84jhLkEK5UYF0mjRWofkY
ayWcOstzPUFq00wf1CNS/IQpys6xIdOGhg6VdbZsZaHkm0B+axwYjtWmlfqj/sGz
0JkZm+eANBh58wbIRZN+gtHHg/FiUwEt8Fb8/9Wsw+BNLkVMJ5vHPN3ot0640lZS
+Q23ANrHhNo2kYHhMAmhNTii8f6roqGLERVfpCxtXeoRxEuYYy+yRJDEgV4i1jJY
HdARmTsdeYtXANdYfLR+iYYI9JiV1JB1GsberNGhjZkTkvxZlZQ=
=XPlT
-----END PGP SIGNATURE-----
pgpby0hdOTjHW.pgp
Description: PGP signature
--- End Message ---