◐ Shell
clean mode source ↗

Issue 2797: Trunk build issues in DragonFly BSD

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:34adminsetgithub: 47046
2010-01-12 03:33:51brian.curtinsetstatus: open -> closed

resolution: duplicate

keywords: + needs review
stage: patch review
versions: + Python 3.1, Python 2.7, Python 3.2
nosy: + brian.curtin
messages: + msg97619
priority: normal
superseder: Build issues in DragonFly BSD

2008-05-09 07:51:44hassocreate