Your message dated Tue, 17 Feb 2026 13:03:31 +0000
with message-id <[email protected]>
and subject line Bug#1127939: Removed package(s) from unstable
has caused the Debian Bug report #1088764,
regarding pocketsphinx-python: autopkgtest failure with Python 3.13
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.)
--
1088764: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088764
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pocketsphinx-python
Version: 1:0.1.15-7
Severity: serious
User: [email protected]
Usertags: python3.13
Hi Maintainer
The autopkgtests of this package fail with Python 3.13 [1]. I've
copied what I hope is the relevant part of the log below.
Regards
Graham
[1] https://ci.debian.net/packages/p/pocketsphinx-python/testing/amd64/
67s =================================== FAILURES
===================================
67s ___________________ TestRawDecoder.test_raw_decoder_segments
___________________
67s
67s self = <tests.test_decoder.TestRawDecoder
testMethod=test_raw_decoder_segments>
67s
67s def test_raw_decoder_segments(self):
67s > self.assertEqual(self.ps.segments(), [
67s '<s>', '<sil>', 'go', 'forward', 'ten', 'meters', '</s>'
67s ])
67s
67s tests/test_decoder.py:52:
67s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
67s
67s self = <pocketsphinx.Pocketsphinx; proxy of <Swig Object of type
'Decoder *' at 0x7f4c03ee2d60> >
67s detailed = False
67s
67s def segments(self, detailed=False):
67s if detailed:
67s return [
67s (s.word, s.prob, s.start_frame, s.end_frame)
67s for s in self.seg()
67s ]
67s else:
67s > return [s.word for s in self.seg()]
67s E TypeError: 'SegmentIterator' object is not iterable
67s
67s /usr/lib/python3/dist-packages/pocketsphinx/__init__.py:123: TypeError
67s _______________________________ TestKws.test_kws
_______________________________
67s
67s self = <tests.test_kws.TestKws testMethod=test_kws>
67s
67s def test_kws(self):
67s segments = []
67s for phrase in AudioFile(lm=False, keyphrase='forward',
67s kws_threshold=1e+20):
67s > segments = phrase.segments(detailed=True)
67s
67s tests/test_kws.py:41:
67s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
67s
67s self = <pocketsphinx.AudioFile; proxy of <Swig Object of type
'Decoder *' at 0x7f4c03136490> >
67s detailed = True
67s
67s def segments(self, detailed=False):
67s if detailed:
67s return [
67s (s.word, s.prob, s.start_frame, s.end_frame)
67s > for s in self.seg()
67s ]
67s E TypeError: 'SegmentIterator' object is not iterable
67s
67s /usr/lib/python3/dist-packages/pocketsphinx/__init__.py:120: TypeError
67s ____________________ TestPhoneme.test_phoneme_best_phonemes
____________________
67s
67s self = <tests.test_phoneme.TestPhoneme
testMethod=test_phoneme_best_phonemes>
67s
67s def test_phoneme_best_phonemes(self):
67s > self.assertEqual(self.ps.segments(), [
67s 'SIL',
67s 'G',
67s 'OW',
67s 'F',
67s 'AO',
67s 'R',
67s 'W',
67s 'ER',
67s 'D',
67s 'T',
67s 'AE',
67s 'N',
67s 'M',
67s 'IY',
67s 'IH',
67s 'ZH',
67s 'ER',
67s 'Z',
67s 'S',
67s 'V',
67s 'SIL'
67s ])
67s
67s tests/test_phoneme.py:58:
67s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
67s
67s self = <pocketsphinx.Pocketsphinx; proxy of <Swig Object of type
'Decoder *' at 0x7f4c03e388a0> >
67s detailed = False
67s
67s def segments(self, detailed=False):
67s if detailed:
67s return [
67s (s.word, s.prob, s.start_frame, s.end_frame)
67s for s in self.seg()
67s ]
67s else:
67s > return [s.word for s in self.seg()]
67s E TypeError: 'SegmentIterator' object is not iterable
67s
67s /usr/lib/python3/dist-packages/pocketsphinx/__init__.py:123: TypeError
--- End Message ---
--- Begin Message ---
Version: 1:0.1.15-7+rm
Dear submitter,
as the package pocketsphinx-python has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1127939
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---