I just noticed that rmlint crashes on my devices with an "Illegal hardware instruction". This is most likely due to the fact that our build system tries to be clever about enabling sse4.2 support for CityHash. If it detects that your machine works with SSE4.2 (Intel CPU I guess?) it will be enabled, which causes the above error on CPUs that do not support it. I've disabled this cleverness and added `--with-sse` for people that built rmlint themselves: https://github.com/sahib/rmlint/commit/d2b44bee176966f93fc48465afcf942a5ee9e... This commit is included in the 2.2.1 release which I just pushed. Am Di, 13. Okt, 2015 um 11:51 schrieb Massimiliano Torromeo <massimiliano.torromeo@gmail.com>:
Il giorno mar 13 ott 2015 alle ore 19:18 christopher@ira-kunststoffe.de < christopher@ira-kunststoffe.de> ha scritto:
Yay, thanks a lot Massimiliano!
No problem!
If I release a new version, would it be a good idea to post a short notice here? Alternatively, an interested maintainer could register this feed to get notifed:
No need to notify the ML. In fact I did already subscribe to the atom feed. <https://www.archlinux.org/packages/community/x86_64/rmlint/>