Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 295026

Summary: dev-lang/python-2.6.4 fails tests when local timezone not set
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.python.org/issue10213
See Also: https://bugs.gentoo.org/show_bug.cgi?id=509950
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2009-11-29 10:28:08 UTC
======================================================================
FAIL: test_strptime (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_time.py", line 117, in test_strptime
    (format, strf_output))
AssertionError: conversion specifier '%Z' failed with 'Local time zone must be set--see zic manual page' input.

----------------------------------------------------------------------
Ran 14 tests in 1.206s

FAILED (failures=1)
test test_time failed -- Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_time.py", line 117, in test_strptime
    (format, strf_output))
AssertionError: conversion specifier '%Z' failed with 'Local time zone must be set--see zic manual page' input.

make: *** [test] Error 1
 * ERROR: dev-lang/python-2.6.4 failed:
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-10-27 11:51:44 UTC
Filed upstream bug, closing as UPSTREAM.