Bug#886963: Diffoscope: different readelf implementations cause version parsing errors on FreeBSD
Guangyuan Yang
ygy at freebsd.org
Tue Jan 16 05:30:19 UTC 2018
2018-01-16 13:05 GMT+08:00 Guangyuan Yang <ygy at freebsd.org>:
> Hi Chris,
>
> It still exists. Here is some investigation inside decorator
> `skip_if_tool_version_is`
For now, change the line
+ if m is None:
+ return 'unknown'
to
+ if m is None:
+ return '0.00'
in
https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=304660a54a433ff65ce0cef986b22b3d76793ab0
will solve the issue.
More information about the Reproducible-builds
mailing list