This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Unsupported provider

classification
Title: Trunk build issues in DragonFly BSD
Type: compile error Stage: patch review
Components: Build Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Build issues in DragonFly BSD
View: 2796
Assigned To: Nosy List: brian.curtin, hasso
Priority: normal Keywords: needs review, patch

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