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.

Author brian-cameron-oracle
Recipients brian-cameron-oracle, jcea, trent
Date 2013-01-09.16:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357748087.23.0.731772868379.issue16902@psf.upfronthosting.co.za>
In-reply-to
Content
OSS is the default audio system in Solaris 11 and 12.  In Solaris 10 and earlier, the sunaudio (or SADA) interfaces are still used.  You can only test this if you are using Solaris 11 or later, on a machine with a sound card supported by OSS.

I would say this is really more of a bugfix.  The main problem is that the configure script was avoiding even trying to build the OSS module on Solaris, and that the code only builds if the ioctls unsupported on Solaris are #ifdef'ed out on Solaris.  So it would make sense to support the ability to build the OSS module in 2.7, 3.x and onwards.
History
Date User Action Args
2013-01-09 16:14:47brian-cameron-oraclesetrecipients: + brian-cameron-oracle, jcea, trent
2013-01-09 16:14:47brian-cameron-oraclesetmessageid: <1357748087.23.0.731772868379.issue16902@psf.upfronthosting.co.za>
2013-01-09 16:14:47brian-cameron-oraclelinkissue16902 messages
2013-01-09 16:14:46brian-cameron-oraclecreate