| Summary: | Mageia depot must be updated to python3-pyAudio 0.2.14 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Gilles Allard <gallard> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | sysadmin-bugs |
| Version: | 9 | Keywords: | advisory, validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MGA9-64-OK | ||
| Source RPM: | python-pyaudio-0.2.11-6.mga9.src.rpm | CVE: | |
| Status comment: | |||
| Attachments: | File to prove the error | ||
|
Description
Gilles Allard
2024-02-14 18:42:13 CET
Thank you for this helpful report. We do have v0.2.14 in Cauldron; it needs pushing to Mgeia 9. Assigning to papoteur who did that. Assignee:
bugsquad =>
yvesbrungard Bonjour, Je ne reproduis pas le problème. Qu'entends-tu par démarrer pyAudio ? pyAudio bash: pyAudio: commande inconnue... I do not reproduce the problem. What do you mean with start pyAudio? Created attachment 14393 [details]
File to prove the error
When running this test script, we get an error:
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
Traceback (most recent call last):
File "/home/yves/Documents/test.py", line 45, in <module>
import time; time.sleep(1)
SystemError
The update should get rid of this error.
Source: python-pyaudio-0.2.14-1.mga9 RPMS: python3-pyaudio-0.2.14-1.mga9 Assignee:
yvesbrungard =>
qa-bugs
katnatek
2024-02-18 01:57:36 CET
Keywords:
(none) =>
advisory Tested in real hardware mageia 9 x86_64
After install python3-pyaudio and python3-matplotlib to can run the test script
Current version of python3-pyaudio
ython test_FFT_MGA.py
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
Traceback (most recent call last):
File "/home/katnatek/Descargas/test_FFT_MGA.py", line 30, in <module>
import time; time.sleep(1)
SystemError
After update to testing version
python test_FFT_MGA.py
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
> /home/katnatek/Descargas/test_FFT_MGA.py(32)<module>()
-> pass
(Pdb)Whiteboard:
(none) =>
MGA9-64-OK I feel my advisory is inaccurate, can suggest a change if is so? (In reply to katnatek from comment #6) > I feel my advisory is inaccurate, can suggest a change if is so? https://svnweb.mageia.org/advisories/32848.adv?view=markup
katnatek
2024-02-18 18:08:19 CET
Keywords:
advisory, feedback =>
(none)
katnatek
2024-02-18 18:11:03 CET
Keywords:
(none) =>
advisory, validated_update An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2024-0060.html Status:
NEW =>
RESOLVED |