Bug#962194: lintian-brush: autopkgtest failure on s390x

2020-10-14 Thread Gianfranco Costamagna
Hello, > https://yaml.readthedocs.io/en/latest/basicuse.html#more-examples > > from ruamel.yaml import YAML > > yaml=YAML(typ="safe", pure=True) > yaml.load(f) > > If that works, then we might be able to make a workaround to default to the > pure Python version on big endian systems. To be

Bug#962194: lintian-brush: autopkgtest failure on s390x

2020-10-14 Thread Michael R. Crusoe
On Fri, 5 Jun 2020 11:29:55 +0200 Gianfranco Costamagna < locutusofb...@debian.org> wrote: > Hello, > > (this is on zelenka) > > python3 test.py > Traceback (most recent call last): > File "test.py", line 16, in > yaml.load(f) > File "/usr/lib/python3/dist-packages/ruamel/yaml/main.py",

Bug#962194: lintian-brush: autopkgtest failure on s390x

2020-10-07 Thread Gianfranco Costamagna
control: forwarded -1 https://sourceforge.net/p/ruamel-yaml/tickets/360/ G.

Bug#962194: lintian-brush: autopkgtest failure on s390x

2020-06-05 Thread Gianfranco Costamagna
control: severity -1 serious Hello, (this is on zelenka) python3 test.py Traceback (most recent call last): File "test.py", line 16, in yaml.load(f) File "/usr/lib/python3/dist-packages/ruamel/yaml/main.py", line 331, in load return constructor.get_single_data() File

Bug#962194: lintian-brush: autopkgtest failure on s390x

2020-06-04 Thread Jelmer Vernooij
On Thu, Jun 04, 2020 at 02:41:04PM +0200, Gianfranco Costamagna wrote: > Hello, since version 0.68 we are hitting autopkgtest failures on Ubuntu s390x > (but I presume this might be an endianess issue unrelated to Ubuntu, but an > issue on Debian too) > > look e.g.: > >

Bug#962194: lintian-brush: autopkgtest failure on s390x

2020-06-04 Thread Gianfranco Costamagna
Source: lintian-brush Version: 0.69 Hello, since version 0.68 we are hitting autopkgtest failures on Ubuntu s390x (but I presume this might be an endianess issue unrelated to Ubuntu, but an issue on Debian too) look e.g.: