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.
Created on 2016年04月26日 13:07 by xdegaye, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| ossaudiodev.patch | xdegaye, 2016年04月26日 13:07 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg264276 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2016年04月26日 13:07 | |
On linux /usr/include/sys/soundcard.h includes /usr/include/linux/soundcard.h while on android (also a linux) there is only /usr/include/linux/soundcard.h Patch attached. |
|||
| msg264298 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年04月26日 14:49 | |
New changeset d943e6f7c9f3 by Stefan Krah in branch 'default': Issue #26854: Android has a different include path for soundcard.h. https://hg.python.org/cpython/rev/d943e6f7c9f3 |
|||
| msg264299 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2016年04月26日 14:52 | |
Thanks! |
|||
| msg264316 - (view) | Author: (yan12125) * | Date: 2016年04月26日 16:46 | |
Maybe checking sys/soundcard.h and linux/soundcard.h in configure.ac is better? [1] https://github.com/yan12125/python3-android/blob/cpython-hg/mk/python/soundcard-h-path.patch |
|||
| msg264321 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2016年04月26日 17:55 | |
Since Android is the only known system with an odd include path, I prefer the short patch. In general, let's try to keep patches as short as possible (which Xavier is already doing). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:30 | admin | set | github: 71041 |
| 2016年04月26日 17:55:40 | skrah | set | messages: + msg264321 |
| 2016年04月26日 16:46:25 | yan12125 | set | nosy:
+ yan12125 messages: + msg264316 |
| 2016年04月26日 16:04:41 | zach.ware | link | issue26865 dependencies |
| 2016年04月26日 14:52:12 | skrah | set | status: open -> closed assignee: skrah nosy: + skrah messages: + msg264299 resolution: fixed stage: resolved |
| 2016年04月26日 14:49:38 | python-dev | set | nosy:
+ python-dev messages: + msg264298 |
| 2016年04月26日 13:07:45 | xdegaye | create | |