Issue 2796: Build issues in DragonFly BSD (original) (raw)

Issue2796

Created on 2008-05-09 07:07 by hasso, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dragonfly-python25.patch hasso,2008-05-09 07:07 The patch to fix the problems
dragonfly-python24.patch hasso,2008-05-09 07:13 The patch applicable to the release24-maint branch
dragonfly-python-trunk.patch brian.curtin,2010-01-12 03:51 patch copied from issue2797
Messages (4)
msg66457 - (view) Author: Hasso Tepper (hasso) Date: 2008-05-09 07:07
The attached patch fixes obvious problems with build in DragonFly BSD platform. Modules/socketmodule.c part adds NetBSD to the blacklist as well - both OS'es use the same Bluetooth stack. Although the code seems to have support for NetBSD stack, the code is stub and it doesn't build.
msg97413 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-01-08 14:49
Can you confirm that this is still an issue on a version >= 2.6?
msg110632 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-18 11:11
I suggest that this is closed if we do not get an answer to Brian's question.
msg111524 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-25 08:41
Closing as no response to or .
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47045
2010-07-25 08:41:01 BreamoreBoy set status: pending -> closedmessages: +
2010-07-18 11:11:55 BreamoreBoy set status: open -> pendingnosy: + BreamoreBoymessages: +
2010-01-14 02:43:02 brian.curtin set priority: normalstage: patch review
2010-01-12 03:51:54 brian.curtin set files: + dragonfly-python-trunk.patch
2010-01-12 03:33:51 brian.curtin link issue2797 superseder
2010-01-08 14:49:55 brian.curtin set nosy: + brian.curtinmessages: + versions: + Python 2.6, - Python 2.5
2008-05-09 07:13:05 hasso set files: + dragonfly-python24.patch
2008-05-09 07:07:57 hasso create