Summary: | dev-python/pytest-2.0.3 fails tests with python:3.2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dustin Polke <DuPol> |
Component: | [OLD] Unspecified | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Dustin Polke
2012-02-18 20:04:43 UTC
Created attachment 302433 [details]
build.log
that looks like a system locale setting is wrong. Saw it some time ago, some of the settings of LC_ from memory need to be unset (In reply to comment #2) > that looks like a system locale setting is wrong. Saw it some time ago, some of > the settings of LC_ from memory need to be unset Does it help if I attach the evironment to track which setting is wrong? well post your locale content as in archtester build # locale LANG=en_AU.UTF-8 LC_CTYPE="en_AU.UTF-8" etc (In reply to comment #4) > well post your locale content as in > > > archtester build # locale > LANG=en_AU.UTF-8 > LC_CTYPE="en_AU.UTF-8" > etc Here you are: $ locale LANG=en_US.utf8 LC_CTYPE=de_DE.utf8 LC_NUMERIC=en_US.utf8 LC_TIME="en_US.utf8" LC_COLLATE=en_US.utf8 LC_MONETARY=de_DE.utf8 LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL= This NameError: global name 'unicode' is not defined is the line that looks like that source. I shall have to ask another again what the right and wrong settings are, from a bug from months ago, can't remember. Watch this space. I knew it. See Bug 403681 *** This bug has been marked as a duplicate of bug 407039 *** |