Re: [Rpm-maint] [rpm-software-management/rpm] Problem with FreeBSD and xargs (#948)

2019-11-28 Thread Panu Matilainen
Closed #948 via #955. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/948#event-2840478464___ Rpm-maint mailing list Rpm-maint@

Re: [Rpm-maint] [rpm-software-management/rpm] Problem with FreeBSD and xargs (#948)

2019-11-28 Thread Florian Festi
A quick search turns up find-debuginfo.sh which also has xargs -d in it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/948#issuecomment-559395380

Re: [Rpm-maint] [rpm-software-management/rpm] Problem with FreeBSD and xargs (#948)

2019-11-22 Thread Panu Matilainen
All these find/xargs combos should really be using -print0/-0 instead for weird character safety. Those are not standard :astonished: but then neither is -d, and -0 does exist on FreeBSD too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or vi

[Rpm-maint] [rpm-software-management/rpm] Problem with FreeBSD and xargs (#948)

2019-11-22 Thread Baptiste Wicht
Hi, Since this commit 09d181d78c16e1751779586c606e85c11f360407, `rpmbuild` will have issues on FreeBSD. `xargs` does not have a -d option on FreeBSD. Would it be possible to make this conditionally if it's not FreeBSD? Thanks -- You are receiving this because you are subscribed to this thre