On 4/9/20 6:22 AM, Jerry James wrote:
On Wed, Apr 8, 2020 at 9:57 PM Sérgio Basto <ser...@serjux.com> wrote:
I'm having the same problem

https://koji.fedoraproject.org/koji/taskinfo?taskID=43144692
Me, too.  Two packages, both failing on the 32-bit architectures due
to segfaults in find, grep, or xargs in the alt-ergo case (it's hard
to tell) and remake in the flocq case.

https://koji.fedoraproject.org/koji/taskinfo?taskID=43145509

The same problem here. It seems to be caused by find in my case in /usr/lib/rpm/brp-strip-static-archive and check-buildroot

/usr/lib/rpm/check-buildroot: line 32: 18998 Done                    find "$RPM_BUILD_ROOT" \! \( -name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \) -type f -print0      18999 Segmentation fault      (core dumped) | LANG=C xargs -0r -P$NCPUS -n16 grep -F "$RPM_BUILD_ROOT" >> $tmp

+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
/usr/lib/rpm/brp-strip-static-archive: line 17: 19034 Done                    find "$RPM_BUILD_ROOT" -type f \! -regex "${RPM_BUILD_ROOT}/*usr/lib/debug.*" -print0      19035 Segmentation fault      (core dumped) | xargs -0 -r -P$NCPUS -n32 sh -c "file \"\$@\" | sed 's/:  */: /' | grep 'current ar archive' | sed -n -e 's/^\(.*\):[  ]*current ar archive/\1/p' | xargs -d '\n' -I\{\} $STRIP -g \{\}" ARG0

https://koji.fedoraproject.org/koji/taskinfo?taskID=43149093

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to