Your message dated Thu, 19 Oct 2023 01:08:42 +0200
with message-id <fac9c2ca-b644-43a7-8aba-0d1219ce9...@debian.org>
and subject line Re: translate-toolkit: FTBFS in stretch (broken by change in
Africa/Windhoek timezone)
has caused the Debian Bug report #902162,
regarding translate-toolkit: FTBFS in stretch (broken by change in
Africa/Windhoek timezone)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
902162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:translate-toolkit
Version: 2.0.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
This package does no longer build from source in Debian stretch:
[...]
=================================== FAILURES ===================================
________________________________ test_timezones ________________________________
def test_timezones():
pofile = po.pofile()
# The following will only work on Unix because of tzset() and %z
if 'tzset' in time.__dict__:
os.environ['TZ'] = 'Asia/Kabul'
time.tzset()
assert time.timezone == -16200
# Typically "+0430"
assert poheader.tzstring() == time.strftime("%z")
os.environ['TZ'] = 'Asia/Seoul'
time.tzset()
assert time.timezone == -32400
# Typically "+0900"
assert poheader.tzstring() == time.strftime("%z")
os.environ['TZ'] = 'Africa/Johannesburg'
time.tzset()
assert time.timezone == -7200
# Typically "+0200"
assert poheader.tzstring() == time.strftime("%z")
os.environ['TZ'] = 'Africa/Windhoek'
time.tzset()
> assert time.timezone == -3600
E assert -7200 == -3600
E + where -7200 = time.timezone
../../translate/storage/test_poheader.py:127: AssertionError
=== 1 failed, 2252 passed, 1 skipped, 51 xfailed, 6 xpassed in 10.48 seconds ===
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: cp -a
tests share /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; cd
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build;
PATH=/<<PKGBUILDDIR>>/debian/python-translate/usr/bin:$PATH python2.7 -m pytest
-v -rxs
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned
exit code 13
debian/rules:42: recipe for target 'override_dh_install' failed
The above is from my own autobuilder, but it also happens here:
https://tests.reproducible-builds.org/debian/rb-pkg/stretch/amd64/translate-toolkit.html
Thanks.
--- End Message ---
--- Begin Message ---
Version: 2.3.1-3
I'm closing my own bug because stretch is no longer supported.
Thanks.
--- End Message ---