FS#55157 - [icu] build fails though make check -k supplied

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Tuesday, 15 August 2017, 18:15 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 23 August 2017, 09:36 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

KNOWN ISSUES
#11217 <http://bugs.icu-project.org/trac/ticket/11217>
/tsutil/cldrtest/TestExemplarSet
"Fix result of uscript_getCode for yi: USCRIPT_YI -> USCRIPT_HEBREW"
/tsutil/cldrtest/VerifyTranslation
"Fix result of uscript_getCode for yi: USCRIPT_YI -> USCRIPT_HEBREW"
#cldrbug:8899 <http://unicode.org/cldr/trac/ticket/8899>
/tsutil/cldrtest/VerifyTranslation
"lrc and mzn locales don't have translated day names"
(To run suppressed tests, use the -K option.)


SUMMARY:
******* [Total error count: 4]
Errors in
[/tsformat/crelativedateformattest/TestRelDateFmt]
Elapsed Time: 00:00:13.783
make[2]: *** [Makefile:97: check-local] Error 1
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/home/build/packages/icu/trunk/src/icu/source/test/cintltst'
-------------
| *** FAILING TEST SUMMARY FOR: cintltst
/tsformat/crelativedateformattest/TestRelDateFmt
| *** END FAILING TEST SUMMARY FOR: cintltst
---------------
ALL TESTS SUMMARY:
ok: testdata intltest iotest
===== ERRS: cintltst
make[1]: *** [Makefile:86: check-recursive] Error 1


Using the following in PKGBUILD helped (though not nice):

make -k check || true # passes all



Additional info:
* package version(s): 59.1
* config and/or log files etc.


Steps to reproduce:

makepkg -s
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Wednesday, 23 August 2017, 09:36 GMT
Reason for closing:  Fixed
Comment by Andreas Radke (AndyRTR) - Tuesday, 15 August 2017, 19:46 GMT
[All tests passed successfully...]
Elapsed Time: 00:00:09.748
---------------
ALL TESTS SUMMARY:
All tests OK: testdata intltest iotest cintltst
verifying that icu-config --selfcheck can operate
verifying that make -f Makefile.inc selfcheck can operate
PASS: config selfcheck OK


No problem here. Build finished well here.
Comment by Erich Eckner (deepthought) - Tuesday, 22 August 2017, 06:53 GMT
This seems to happen on i686 only (the build works on x86_64 for me, but fails on i686) - however, I'm not 100% sure, that it's not due to our toolchain/packages.
Comment by Erich Eckner (deepthought) - Wednesday, 23 August 2017, 08:53 GMT
The new PKGBUILD (git revision 9fd42a5b5cfcabdfc379a8c662002868448fb63d) works fine for me on i686.

Loading...