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

test_sysconfig fails on solaris #56359

Closed
tarekziade mannequin opened this issue May 22, 2011 · 2 comments
Closed

test_sysconfig fails on solaris #56359

tarekziade mannequin opened this issue May 22, 2011 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented May 22, 2011

BPO 12150
Nosy @vstinner, @tarekziade

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/tarekziade'
closed_at = <Date 2011-05-23.00:32:15.377>
created_at = <Date 2011-05-22.20:24:55.706>
labels = ['library']
title = 'test_sysconfig fails on solaris'
updated_at = <Date 2011-05-23.00:32:15.375>
user = 'https://github.com/tarekziade'

bugs.python.org fields:

activity = <Date 2011-05-23.00:32:15.375>
actor = 'vstinner'
assignee = 'tarek'
closed = True
closed_date = <Date 2011-05-23.00:32:15.377>
closer = 'vstinner'
components = ['Library (Lib)']
creation = <Date 2011-05-22.20:24:55.706>
creator = 'tarek'
dependencies = []
files = []
hgrepos = []
issue_num = 12150
keywords = []
message_count = 2.0
messages = ['136571', '136581']
nosy_count = 2.0
nosy_names = ['vstinner', 'tarek']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue12150'
versions = []

@tarekziade
Copy link
Mannequin Author

tarekziade mannequin commented May 22, 2011

======================================================================
ERROR: test_get_path (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_sysconfig.py", line 110, in test_get_path
    res = get_path(name, scheme)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/sysconfig.py", line 436, in get_path
    return get_paths(scheme, vars, expand)[name]
KeyError: 'stdlib'

======================================================================
ERROR: test_user_similar (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_sysconfig.py", line 281, in test_user_similar
    global_path = get_path(name, 'posix_prefix')
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/sysconfig.py", line 436, in get_path
    return get_paths(scheme, vars, expand)[name]
KeyError: 'stdlib'

@tarekziade tarekziade mannequin self-assigned this May 22, 2011
@tarekziade tarekziade mannequin added the stdlib Python modules in the Lib dir label May 22, 2011
@vstinner
Copy link
Member

Duplicate of bpo-12125.

@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
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant