Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uuid._ifconfig_getnode can't work on NetBSD #53887

Closed
shimizukawa mannequin opened this issue Aug 25, 2010 · 7 comments
Closed

uuid._ifconfig_getnode can't work on NetBSD #53887

shimizukawa mannequin opened this issue Aug 25, 2010 · 7 comments
Assignees
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@shimizukawa
Copy link
Mannequin

shimizukawa mannequin commented Aug 25, 2010

BPO 9678
Nosy @terryjreedy, @shimizukawa, @serhiy-storchaka
PRs
  • bpo-9678: Fix determining the MAC address in the uuid module. #4264
  • [3.6] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) #4269
  • [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) #4270
  • Files
  • uuid-ifconfig_getnode-netbsd.patch
  • uuid_arp_getnode_netbsd.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2017-11-04.08:23:50.554>
    created_at = <Date 2010-08-25.03:09:51.112>
    labels = ['3.7', 'type-bug', 'library']
    title = "uuid._ifconfig_getnode can't work on NetBSD"
    updated_at = <Date 2017-11-04.08:23:50.554>
    user = 'https://github.com/shimizukawa'

    bugs.python.org fields:

    activity = <Date 2017-11-04.08:23:50.554>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-11-04.08:23:50.554>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2010-08-25.03:09:51.112>
    creator = 'shimizukawa'
    dependencies = []
    files = ['18641', '37390']
    hgrepos = []
    issue_num = 9678
    keywords = ['patch']
    message_count = 7.0
    messages = ['114878', '137419', '232330', '234272', '305536', '305538', '305540']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'shimizukawa', 'serhiy.storchaka']
    pr_nums = ['4264', '4269', '4270']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue9678'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    @shimizukawa
    Copy link
    Mannequin Author

    shimizukawa mannequin commented Aug 25, 2010

    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.

    @shimizukawa shimizukawa mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Aug 25, 2010
    @terryjreedy
    Copy link
    Member

    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.

    @serhiy-storchaka
    Copy link
    Member

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

    @serhiy-storchaka serhiy-storchaka self-assigned this Jan 18, 2015
    @serhiy-storchaka
    Copy link
    Member

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

    @serhiy-storchaka serhiy-storchaka added the 3.7 (EOL) end of life label Nov 3, 2017
    @serhiy-storchaka
    Copy link
    Member

    New changeset ee1a9a2 by Serhiy Storchaka in branch 'master':
    bpo-9678: Fix determining the MAC address in the uuid module. (bpo-4264)
    ee1a9a2

    @serhiy-storchaka
    Copy link
    Member

    New changeset ec2b2dc by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
    bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (bpo-4269)
    ec2b2dc

    @serhiy-storchaka
    Copy link
    Member

    New changeset f72ad2d by Serhiy Storchaka in branch '2.7':
    [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (bpo-4270)
    f72ad2d

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants