[issue2796] Build issues in DragonFly BSD
New submission from Hasso Tepper <[EMAIL PROTECTED]>: 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. -- components: Build files: dragonfly-python25.patch keywords: patch messages: 66457 nosy: hasso severity: normal status: open title: Build issues in DragonFly BSD type: compile error versions: Python 2.5 Added file: http://bugs.python.org/file10227/dragonfly-python25.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2796> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2796] Build issues in DragonFly BSD
Changes by Hasso Tepper <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10228/dragonfly-python24.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2796> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2797] Trunk build issues in DragonFly BSD
New submission from Hasso Tepper <[EMAIL PROTECTED]>: The attached patch fixes trunk build problems in DragonFly BSD. It's trunk version of the issue #2796, but adds one (not DragonFly specific) fix to the Modules/mmapmodule.c - in case of (!HAVE_SYSCONF || !_SC_PAGESIZE) my_getallocationgranularity will not be defined. -- components: Build files: dragonfly-python-trunk.patch keywords: patch messages: 66458 nosy: hasso severity: normal status: open title: Trunk build issues in DragonFly BSD type: compile error versions: Python 2.6 Added file: http://bugs.python.org/file10229/dragonfly-python-trunk.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2797> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com