[Mageia-dev] Freeze push: webmin

David Walser luigiwalser at yahoo.com
Thu Feb 7 20:26:40 CET 2013


David Walser <luigiwalser at ...> 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.



More information about the Mageia-dev mailing list