[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-03 Thread Serhiy Storchaka

Change by Serhiy Storchaka :


--
pull_requests: +4226
status: pending -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-03 Thread Serhiy Storchaka

Change by Serhiy Storchaka :


--
versions: +Python 3.6, Python 3.7 -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-04 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:


New changeset ee1a9a2b78d5b6bb1a8148fc5fcf365e6d4e9e67 by Serhiy Storchaka in 
branch 'master':
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
https://github.com/python/cpython/commit/ee1a9a2b78d5b6bb1a8148fc5fcf365e6d4e9e67


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-04 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4232

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-04 Thread Serhiy Storchaka

Change by Serhiy Storchaka :


--
pull_requests: +4233

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-04 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:


New changeset ec2b2dcdd664d35753e471429872b2d6ff74a644 by Serhiy Storchaka 
(Miss Islington (bot)) in branch '3.6':
bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269)
https://github.com/python/cpython/commit/ec2b2dcdd664d35753e471429872b2d6ff74a644


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-04 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:


New changeset f72ad2d363311b8b0f79aba5236094f9d74d1b2a by Serhiy Storchaka in 
branch '2.7':
[2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) 
(#4270)
https://github.com/python/cpython/commit/f72ad2d363311b8b0f79aba5236094f9d74d1b2a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2017-11-04 Thread Serhiy Storchaka

Change by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2010-08-24 Thread Takayuki SHIMIZUKAWA

New submission from Takayuki SHIMIZUKAWA :

uuid.getnode() not work correctly on NetBSD5, then uuid.getnode() return random 
value per Python interpreter instance.
This problem is caused by the uuid._ifconfig_getnode() not supporting a 
'ifconfig' / 'arp' output format of NetBSD.

I create a patch for this problem and attached.

--
components: Library (Lib)
files: uuid-ifconfig_getnode-netbsd.patch
keywords: patch
messages: 114878
nosy: shimizukawa
priority: normal
severity: normal
status: open
title: uuid._ifconfig_getnode can't work on NetBSD
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1
Added file: http://bugs.python.org/file18641/uuid-ifconfig_getnode-netbsd.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2014-12-08 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

The patch is updated to current sources. Please test on NetBSD5.

--
nosy: +serhiy.storchaka
stage:  -> patch review
versions: +Python 3.4, Python 3.5 -Python 3.2
Added file: http://bugs.python.org/file37390/uuid_arp_getnode_netbsd.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2015-01-18 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
assignee:  -> serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2015-01-18 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

If no one interesting in testing this issue I'll close it.

--
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2011-05-31 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

2.5 is closed and 2.6 and 3.1 are or soon will be security fix only.
I do not know if any developer works with NetBSD.

--
nosy: +terry.reedy
versions: +Python 3.2 -Python 2.5, Python 2.6, Python 3.1

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com