https://bugzilla.redhat.com/show_bug.cgi?id=2272354
Fabio Valentini decathorpe@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |decathorpe@gmail.com Flags| |fedora-review? Status|NEW |ASSIGNED Assignee|nobody@fedoraproject.org |decathorpe@gmail.com
--- Comment #1 from Fabio Valentini decathorpe@gmail.com --- 1. unaddressed FIXME:
# FIXME: no license files detected
This needs to be addressed in one way or another, I see you already filed an issue - thanks! https://github.com/qnighy/yasna.rs/issues/76
Ideally, upstream should be asked to include "LICENSE-*" files here: https://github.com/qnighy/yasna.rs/blob/master/Cargo.toml#L14-L17
And publish new versions. Can you submit a PR for this?
Until that is fixed upstream, you will need to include the license files from https://github.com/qnighy/yasna.rs manually as separate source files.
2. Why do tests fail on 32-bit x86? Is this a real problem in the code or problems with the tests?
It looks like the Debian packagers also found this problem and submitted a PR to fix something: https://github.com/qnighy/yasna.rs/pull/73
Not sure if this addresses *all* failures on i686, but it would be great if that commit could be included as a patch and the tests enabled unconditionally.