classification
Title: Build issues in DragonFly BSD
Type: compile error
Components: Build Versions: Python 2.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: hasso
Priority: Keywords: patch

Created on 2008-05-09 07:07 by hasso, last changed 2008-05-09 07:13 by hasso.

Files
File name Uploaded Description Edit Remove
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
Messages
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.
History
Date User Action Args
2008-05-09 07:13:05hassosetfiles: + dragonfly-python24.patch
2008-05-09 07:07:57hassocreate