Checking patch iconv/Makefile... error: while searching for: tst-translit-mchar \ # test-srcs others = iconv_prog iconvconfig install-others-programs = $(inst_bindir)/iconv install-sbin = iconvconfig error: patch failed: iconv/Makefile:61 error: iconv/Makefile: patch does not apply Checking patch iconv/gconv_int.h... error: while searching for: __END_DECLS #endif /* gconv_int.h */ error: patch failed: iconv/gconv_int.h:331 error: iconv/gconv_int.h: patch does not apply Checking patch iconv/gconv_simple.c... error: while searching for: UCS4 does not allow such values. */ if (irreversible == NULL) /* We are transliterating, don't try to correct anything. */ return __GCONV_ILLEGAL_INPUT; if (flags & __GCONV_IGNORE_ERRORS) { error: patch failed: iconv/gconv_simple.c:207 error: iconv/gconv_simple.c: patch does not apply Checking patch iconv/gconv_trans.c... error: while searching for: } /* Haven't found a match. */ return __GCONV_ILLEGAL_INPUT; } libc_hidden_def (__gconv_transliterate) error: patch failed: iconv/gconv_trans.c:232 error: iconv/gconv_trans.c: patch does not apply Checking patch iconv/iconv_prog.c... error: while searching for: } while (++remaining < argc); /* Close the output file now. */ if (output != NULL && fclose (output)) error (EXIT_FAILURE, errno, _("error while closing output file")); error: patch failed: iconv/iconv_prog.c:291 error: iconv/iconv_prog.c: patch does not apply Checking patch iconv/loop.c... error: while searching for: `continue' must reach certain points. */ #define STANDARD_FROM_LOOP_ERR_HANDLER(Incr) \ { \ result = __GCONV_ILLEGAL_INPUT; \ \ if (! ignore_errors_p ()) \ break; \ \ error: patch failed: iconv/loop.c:123 error: iconv/loop.c: patch does not apply Checking patch iconv/tst-iconv-sticky-input-error.c... error: iconv/tst-iconv-sticky-input-error.c: already exists in working directory Checking patch iconv/tst-iconv_prog-buffer.sh... error: while searching for: ! test -s "$tmp/err" expect_files abc def # FIXME: This is not correct, -c should not change the exit status. cp "$tmp/out-template" "$tmp/out" run_iconv -c -o "$tmp/out" \ "$tmp/abc" "$tmp/0xff-wrapped" "$tmp/def" 2>"$tmp/err" ! test -s "$tmp/err" expect_files abc xy zt def error: patch failed: iconv/tst-iconv_prog-buffer.sh:150 error: iconv/tst-iconv_prog-buffer.sh: patch does not apply Checking patch iconvdata/cp932.c... error: while searching for: if (! ignore_errors_p ()) \ { \ /* This is an illegal character. */ \ result = __GCONV_ILLEGAL_INPUT; \ break; \ } \ \ error: patch failed: iconvdata/cp932.c:4559 error: iconvdata/cp932.c: patch does not apply Checking patch iconvdata/euc-jp-ms.c... error: while searching for: /* This is illegal. */ \ if (! ignore_errors_p ()) \ { \ result = __GCONV_ILLEGAL_INPUT; \ break; \ } \ \ error: patch failed: iconvdata/euc-jp-ms.c:4659 error: iconvdata/euc-jp-ms.c: patch does not apply Checking patch iconvdata/gbbig5.c... error: while searching for: { \ /* We do not have a mapping for this character. \ If ignore errors, map it to 0xa1bc - big5 box character */ \ result = __GCONV_ILLEGAL_INPUT; \ if (! ignore_errors_p ()) \ break; \ \ error: patch failed: iconvdata/gbbig5.c:4831 error: iconvdata/gbbig5.c: patch does not apply Checking patch iconvdata/ibm1364.c... error: while searching for: /* This is an illegal character. */ \ if (! ignore_errors_p ()) \ { \ result = __GCONV_ILLEGAL_INPUT; \ break; \ } \ ++*irreversible; \ error: patch failed: iconvdata/ibm1364.c:179 error: iconvdata/ibm1364.c: patch does not apply Checking patch iconvdata/iso646.c... error: while searching for: ch = 0xf9; \ else if (var == JP_OCR_B) \ /* Illegal character. */ \ failure = __GCONV_ILLEGAL_INPUT; \ else if (var == YU) \ ch = 0x17e; \ else if (var == HU) \ error: patch failed: iconvdata/iso646.c:313 error: iconvdata/iso646.c: patch does not apply Checking patch iconvdata/unicode.c... error: while searching for: surrogates pass through, attackers could make a security \ hole exploit by synthesizing any desired plane 1-16 \ character. */ \ result = __GCONV_ILLEGAL_INPUT; \ if (! ignore_errors_p ()) \ break; \ inptr += 4; \ error: patch failed: iconvdata/unicode.c:163 error: iconvdata/unicode.c: patch does not apply Checking patch iconvdata/utf-16.c... error: while searching for: We must catch this. If we let surrogates pass through, \ attackers could make a security hole exploit by \ synthesizing any desired plane 1-16 character. */ \ result = __GCONV_ILLEGAL_INPUT; \ if (! ignore_errors_p ()) \ break; \ inptr += 4; \ error: patch failed: iconvdata/utf-16.c:206 error: iconvdata/utf-16.c: patch does not apply Checking patch iconvdata/utf-32.c... error: while searching for: We must catch this. If we let surrogates pass through, \ attackers could make a security hole exploit by \ generating "irregular UTF-32" sequences. */ \ result = __GCONV_ILLEGAL_INPUT; \ if (! ignore_errors_p ()) \ break; \ inptr += 4; \ error: patch failed: iconvdata/utf-32.c:207 error: iconvdata/utf-32.c: patch does not apply