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.

classification
Title: DragonFlyBSD support
Type: Stage: resolved
Components: Build Versions: Python 3.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jcea, wiz
Priority: normal Keywords: patch

Created on 2014-05-09 09:08 by wiz, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dragonfly.diff wiz, 2014-10-09 09:40
Messages (9)
msg218142 - (view) Author: Thomas Klausner (wiz) * Date: 2014-05-09 09:08
DragonFlyBSD support needs some slight changes.
msg218148 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2014-05-09 11:02
What happens to Python 2.7?. Compilation fixes are OK to apply.

Would be wonderful to have a DragonFlyBSD buildbot in our farm...
msg218157 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-05-09 12:27
We've actually moved away from maintaining OS support in Python itself except for major platforms. We prefer that people maintain a patch set on bitbucket, github, etc. and get the community to help support that platform.
msg218203 - (view) Author: Thomas Klausner (wiz) * Date: 2014-05-09 21:58
Just a final comment:
pkgsrc was DragonFlyBSD's official packaging system, which is also the official packaging system for NetBSD. (This is the reason I'm sending these in bulk, to clean up local pkgsrc changes.)
msg218222 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-05-10 16:20
It was pointed out to me Dragonfly support is pre-existing, so I prematurely rejected this. Sorry about that.
msg219495 - (view) Author: Thomas Klausner (wiz) * Date: 2014-06-01 10:12
Actually, there are even less changes needed nowadays.
Please apply this really small patch.
msg219500 - (view) Author: Thomas Klausner (wiz) * Date: 2014-06-01 13:47
Semaphore handling needs another change.
if sem_open etc. are not provided by the operating system, do not export them (Modules/_multiprocessing/multiprocessing.c). Updated diff attached.
That part of the diff might affect more operating systems.
msg228848 - (view) Author: Thomas Klausner (wiz) * Date: 2014-10-09 09:40
The diff got even smaller -- one of the two chunks was applied in 3.4.2 without a reference to this bug report. Please apply the last chunk, it's completely straightforward.
msg408258 - (view) Author: Thomas Klausner (wiz) * Date: 2021-12-10 23:15
Not interested in this any longer, and Dragonfly's Dports doesn't carry this patch, so it's probably not needed any longer.
History
Date User Action Args
2022-04-11 14:58:03adminsetgithub: 65658
2021-12-10 23:15:20wizsetstatus: open -> closed

messages: + msg408258
stage: resolved
2020-03-18 18:29:32brett.cannonsetnosy: - brett.cannon
2014-10-09 09:40:18wizsetfiles: - dragonfly.diff
2014-10-09 09:40:01wizsetfiles: + dragonfly.diff

messages: + msg228848
2014-06-01 13:47:46wizsetfiles: - dragonfly.diff
2014-06-01 13:47:34wizsetfiles: + dragonfly.diff

messages: + msg219500
2014-06-01 10:13:04wizsetfiles: - dragonfly.diff
2014-06-01 10:12:43wizsetfiles: + dragonfly.diff

messages: + msg219495
2014-05-10 16:20:51brett.cannonsetstatus: closed -> open
resolution: wont fix ->
messages: + msg218222
2014-05-09 21:58:33wizsetmessages: + msg218203
2014-05-09 13:31:02brett.cannonsetstatus: open -> closed
resolution: wont fix
2014-05-09 12:27:55brett.cannonsetnosy: + brett.cannon
messages: + msg218157
2014-05-09 11:02:35jceasetnosy: + jcea
messages: + msg218148
2014-05-09 09:08:14wizcreate