David Walser <luigiwalser@...> writes:
> OK, in /usr/lib/rpm/find-debuginfo.sh, in the # Strip ELF binaries part, in
> the find | file | sed | xargs | (while loop) pipeline it ends up with an empty
> list of files after the sed, because there are no ELF binaries in the package.
> For some reason, that causes it to exit with an exit status of 1.
> 
> Shouldn't it already know there won't be any ELF binaries since the package is
> marked BuildArch: noarch, and not be running find-debuginfo.sh in the first
> place?

Actually, it's explicitly disabled in the webmin SPEC:
%define _enable_debug_packages  %{nil}
%define debug_package           %{nil}

It shouldn't be doing this.

Reply via email to