On 31/08/14 19:53, Denis Silakov via OM-Cooker wrote:
30.08.2014 08:44, Robert Xu via OM-Cooker пишет:
Hi all,

Can someone help me and tell me why this build is failing, other than
"rpmbuild returns -11"?
https://abf.io/build_lists/2165174


Well, -11 means that the last launched program exited with signal 11, i.e., segmentation fault. Looks like segfault in rpmbuild in your case.

i've seen this with firefox-l10n and thunderbird-l10n. In both cases it was an incorrect string comparisons causing the segfault, ie:

%if __LANG__ = de

rather than:

%if "__LANG__" = "de"

changing this made it work.

This seems to be have been introduced in the latest rpm in cooker. 2014 rpmbuild works fine with this, although i've never checked it was correctly evaluating it.

thanks
cris.


Reply via email to