This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: NetBSD: ossaudio support incomplete
Type: enhancement Stage: patch review
Components: Extension Modules Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: wiz
Priority: normal Keywords: patch

Created on 2021-12-11 23:15 by wiz, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30065 open wiz, 2021-12-11 23:17
Messages (2)
msg408349 - (view) Author: Thomas Klausner (wiz) * Date: 2021-12-11 23:15
When compiling Python on NetBSD, the ossaudio module is not enabled.
1. the code tries to export some #define that are not in the public OSS API (but that some other implementations provide)
2. on NetBSD, you need to link against libossaudio when using OSS
msg410580 - (view) Author: Thomas Klausner (wiz) * Date: 2022-01-14 18:02
ping - this patch needs a review
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90211
2022-01-14 18:02:04wizsetmessages: + msg410580
2021-12-11 23:17:51wizsetkeywords: + patch
stage: patch review
pull_requests: + pull_request28285
2021-12-11 23:15:12wizcreate