[meego-commits] 5429: Changes to Trunk:Testing/icu
Jan-Simon Möller
jsmoeller at linuxfoundation.org
Thu Jul 8 18:13:05 UTC 2010
Hi,
I have made the following changes to icu in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Jan-Simon Möller
[This message was auto-generated]
---
Request #5429:
submit: home:jsmoeller:branches:Trunk:Testing/icu(r2)(cleanup) -> Trunk:Testing/icu
Message:
Temporarily disable 'make check' on ARM due to lockup of qemu-arm on TestMutex.
State: new 2010-07-08T06:08:35 jsmoeller
Comment: None
changes files:
--------------
--- icu.changes
+++ icu.changes
@@ -0,0 +1,4 @@
+* Thu Jul 08 2010 Jan-Simon Möller <jsmoeller at linuxfoundation.org> - 4.2.1
+- Temporarily disable 'make check' on ARM due to lockup of
+ qemu-arm on TestMutex.
+
spec files:
-----------
--- icu.spec
+++ icu.spec
@@ -86,8 +86,13 @@
sed -i s/\\\$\(THREADSCPPFLAGS\)/-D_REENTRANT/ $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/icu.pc
find source/__docs/%{name}/html/ -type f -exec chmod a-x {} \;
+
%check
+%ifnarch %arm
+# qemu-arm locks up currently on ---OK: TestMutex
+# we're working on resolving this - meantime: disable make check on ARM
make -C source check
+%endif
%clean
rm -rf $RPM_BUILD_ROOT
other changes:
--------------
More information about the MeeGo-commits
mailing list