Tomasz Kłoczko

Results 2524 comments of Tomasz Kłoczko

> Are you able to reproduce, say, the following in the build-tree? > > ``` > $ src/dconv --from-zone 'Europe/London' --zone 'Europe/Berlin' 12:00 > 13:00:00 > ``` > You should...

Moment .. I'll try to archive whole source tree after build and check. Maybe you would be able to find something in that tree .. I've testes as well test...

OK here it is archived source tree after build and check [dateutils-0.4.10.tar.gz](https://github.com/hroptatyr/dateutils/files/8779013/dateutils-0.4.10.tar.gz)

Hre it is log [xxx.txt](https://github.com/hroptatyr/dateutils/files/8779025/xxx.txt)

It must be something incredibly stupid because already it took to long to diagnose that 😋

Here is result ```console [tkloczko@devel-g2v dateutils-0.4.10]$ lib/tzraw /usr/share/zoneinfo/Europe/London /usr/share/zoneinfo/Europe/London ntr 242 nty 7 nlp 0 tr[0] -3852662325 2 tr[1] -1691964000 1 tr[2] -1680472800 2 tr[3] -1664143200 1 tr[4] -1650146400 2...

There is no to much in that strace output .. and that executable is reading from system tzdata files .. ```console [tkloczko@devel-g2v dateutils-0.4.10]$ strace -f src/dconv --from-zone 'Europe/London' --zone 'Europe/Berlin'...

Here are extracted from stderr warning logs ```console In file included from /usr/include/unistd.h:25, from yuck.c:53: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning...

Just FTR .. small progress in 0.4.10 😃 ```console 114 -Wswitch 70 -Warray-parameter= 61 -Wcpp 6 -Wattributes 4 -Wmissing-braces 2 -Wyacc 2 -Wincompatible-pointer-types 1 -Wunused-variable 1 -Woverflow 1 -Wother 1...

That patch simple is hint for setuptoolssphinx integration pointing to the directory where is config.py files. https://www.sphinx-doc.org/en/master/usage/advanced/setuptools.html Without that small fix `python setup.py build_sphinx` fails because by default that integration...