Issue 2797: Trunk build issues in DragonFly BSD (original) (raw)

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

Files
File name Uploaded Description Edit
dragonfly-python-trunk.patch hasso,2008-05-09 07:51 The patch to fix the problems
Messages (2)
msg66458 - (view) Author: Hasso Tepper (hasso) Date: 2008-05-09 07:51
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.
msg97619 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-01-12 03:33
See #2796
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47046
2010-01-12 03:33:51 brian.curtin set status: open -> closedresolution: duplicatekeywords: + needs reviewstage: patch reviewversions: + Python 3.1, Python 2.7, Python 3.2nosy: + brian.curtinmessages: + priority: normalsuperseder: Build issues in DragonFly BSD
2008-05-09 07:51:44 hasso create