Hello, On Tue, Nov 29, 2011 at 11:57:16PM +0100, Stefan Fritsch wrote: > On Tuesday 29 November 2011, Hector Oron wrote: > > When compiling apr under armhf architecture, testsuite seem to > > hang at testprocmutex test with the followinf backtrace:
> I just noticed that there is a special configure flag concerning > mutexes added for armel. Maybe you need the same for armhf? Right, I have built the package succesfully. Would you like me to NMU the package with the following changeset? diff -u apr-1.4.5/debian/rules apr-1.4.5/debian/rules --- apr-1.4.5/debian/rules +++ apr-1.4.5/debian/rules @@ -35,6 +35,9 @@ ifneq (,$(findstring armel,$(DEB_BUILD_ARCH))) CONFFLAGS += apr_cv_mutex_robust_shared=no endif +ifneq (,$(findstring armhf,$(DEB_BUILD_ARCH))) + CONFFLAGS += apr_cv_mutex_robust_shared=no +endif ifneq (,$(findstring alpha,$(DEB_BUILD_ARCH))) CONFFLAGS += apr_cv_mutex_robust_shared=no endif diff -u apr-1.4.5/debian/changelog apr-1.4.5/debian/changelog --- apr-1.4.5/debian/changelog +++ apr-1.4.5/debian/changelog @@ -1,3 +1,10 @@ +apr (1.4.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Disable testprocmutex as it hangs on armhf. (Closes: #650350) + + -- Hector Oron <zu...@debian.org> Wed, 30 Nov 2011 12:58:05 +0000 + apr (1.4.5-1) unstable; urgency=high * New upstream version: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org