Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-14 Thread christop...@ira-kunststoffe.de
Hello Leonidas, by using the PKGBUILD directly it should work in all cases. The problem was really that rmlint was built on a system that has SSE 4.2 but was shipped to one as binary where it is not available. The build systems actually used to check the presence of a SSE 4.2 capable cpu, but

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-14 Thread Leonidas Spyropoulos
Hi Christopher, On 14/10/15, christop...@ira-kunststoffe.de wrote: > Sorry for the inconvinience, it still crashes with "illegal instruction". > This is most likely due to the fact that I didn't actually make > --without-sse the default. > Should be (hopefully!) corrected in v2.2.2. I shouldn't pu

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-14 Thread christop...@ira-kunststoffe.de
Sorry for the inconvinience, it still crashes with "illegal instruction". This is most likely due to the fact that I didn't actually make --without-sse the default. Should be (hopefully!) corrected in v2.2.2. I shouldn't push changes late night. :) Am Mi, 14. Okt, 2015 um 9:27 schrieb Massimil

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-14 Thread Massimiliano Torromeo
Il giorno mer 14 ott 2015 alle ore 01:08 christop...@ira-kunststoffe.de < christop...@ira-kunststoffe.de> ha scritto: > I've disabled this cleverness and added `--with-sse` for people that > built rmlint themselves: That's better. I am updating it now. Il giorno mer 14 ott 2015 alle ore 02:02 L

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread Levente Polyak
On October 13, 2015 6:04:17 PM CEST, Massimiliano Torromeo wrote: >Congratulations, I just moved rmlint to [community] [1] :) > >[1] https://www.archlinux.org/packages/community/x86_64/rmlint/ Looks orphan to me, any chance you forgot to adopt it after the upload? :P

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread christop...@ira-kunststoffe.de
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 ena

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread Massimiliano Torromeo
Il giorno mar 13 ott 2015 alle ore 19:18 christop...@ira-kunststoffe.de < christop...@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 c

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread christop...@ira-kunststoffe.de
Yay, thanks a lot Massimiliano! I updated my PKGBUILD in the AUR too with the points you mentioned. 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: https://github.com/sahib/rml

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread Massimiliano Torromeo
Congratulations, I just moved rmlint to [community] [1] :) [1] https://www.archlinux.org/packages/community/x86_64/rmlint/

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread christop...@ira-kunststoffe.de
Hello Massimiliano, To 1) Indeed only `libelf` might be needed for detecting non-stripped binaries. It is an optional dependency and if it's not installed, it won't be build with it. I was not aware that libelf is packaged as separate package. Here is the relevant co

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-10-13 Thread Massimiliano Torromeo
Hi, I'm looking at rmlint right now and I have cleaned-up the dependencies a bit. Since you are the developer, it would be nice to have your confirmation on a couple of things: 1. I cound't find any reason why rmlint should depend on elfutils. My guess is that you need the "strip" command but that

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-09-28 Thread Sven-Hendrik Haase
No, sorry, I'm quite busy. I will try to get to this tomorrow. On Sat, Sep 26, 2015 at 4:46 PM, christop...@ira-kunststoffe.de < christop...@ira-kunststoffe.de> wrote: > Hi, > > Sorry if this sounds impatient: Are there any news on this? > > > Am Di, 22. Sep, 2015 um 5:16 schrieb Sven-Hendrik Haa

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-09-26 Thread christop...@ira-kunststoffe.de
Hi, Sorry if this sounds impatient: Are there any news on this? Am Di, 22. Sep, 2015 um 5:16 schrieb Sven-Hendrik Haase : Sounds like a pretty cool software. Will take a look later. On Sep 22, 2015 16:42, "christop...@ira-kunststoffe.de" < christop...@ira-kunststoffe.de> wrote: Hello, Im

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-09-22 Thread christop...@ira-kunststoffe.de
Am Di, 22. Sep, 2015 um 5:29 schrieb Eli Schwartz : On 09/22/2015 10:42 AM, christop...@ira-kunststoffe.de wrote: Hello, Im the developer of rmlint (http://rmlint.rtfd.org) and mantain also the rmlint-git AUR package (https://aur4.archlinux.org/packages/rmlint-git/). Slightly offtopic

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-09-22 Thread Eli Schwartz
On 09/22/2015 10:42 AM, christop...@ira-kunststoffe.de wrote: > Hello, > > Im the developer of rmlint (http://rmlint.rtfd.org) and mantain also > the rmlint-git AUR package > (https://aur4.archlinux.org/packages/rmlint-git/). Slightly offtopic, but have you considered cleaning up the pkgver()

Re: [aur-general] Feedback for rmlint-git and call for a TU

2015-09-22 Thread Sven-Hendrik Haase
Sounds like a pretty cool software. Will take a look later. On Sep 22, 2015 16:42, "christop...@ira-kunststoffe.de" < christop...@ira-kunststoffe.de> wrote: > Hello, > > Im the developer of rmlint (http://rmlint.rtfd.org) and mantain also the > rmlint-git AUR package (https://aur4.archlinux.org/pa

[aur-general] Feedback for rmlint-git and call for a TU

2015-09-22 Thread christop...@ira-kunststoffe.de
Hello, Im the developer of rmlint (http://rmlint.rtfd.org) and mantain also the rmlint-git AUR package (https://aur4.archlinux.org/packages/rmlint-git/). I'd love to see it also in the official community repository, especially since some users don't like to install the build dependencies (sco