[Bug 949044] Re: Basic openmpi hello world fails on arm

2012-03-21 Thread Juan Solano
Is this hanging on MPI_Init? I have a problem that could be related when using MPI_Init_thread, it hangs when calling it with the following parameters: MPI_Init_thread(0, 0, MPI_THREAD_MULTIPLE, &provided); This happened with openmpi-1.4.3-2.1ubuntu2 in armhf running precise, I have not tried

[Bug 935069] Re: dolfin version 1.0.0-1 FTBFS on armhf in precise

2012-03-21 Thread Juan Solano
I have tried to build this on my pandaboard running precise. The scotch test hangs when calling MPI_Init_thread in scotch_test_lib.cpp MPI_Init_thread(0, 0, MPI_THREAD_SINGLE, &provided); we get stuck on this loop in function opal_condition_wait(): while (c->c_signaled == 0) { opal_progre

[Bug 936667] Re: Upstart early job logging causes boot failure for systems with no initramfs (error is "No available ptys")

2012-03-05 Thread Juan Solano
@James: I hit this issue when upgrading to 1.4-0ubuntu8. I added your PPA repository and tried to build your version 1.4-0ubuntu9 on my pandaboard (armhf architecture) but I got the following errors: BAD: wrong content in file 0x407e9298 (output), expected 'hello world ' got 'hello world'

[Bug 935400] Re: qutecom version 2.2.1+dfsg1-3 FTBFS on armhf in precise

2012-03-05 Thread Juan Solano
I have updated gcc to version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu2), and this fixes the problem. Now dec_util.c compiles and the package builds fine on my machine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 935400] Re: qutecom version 2.2.1+dfsg1-3 FTBFS on armhf in precise

2012-02-25 Thread Juan Solano
I have tried to build qutecom on my pandaboard ES, tracking the daily precise/armhf. The assembler error is caused when compiling function D_UTIL_signal_up_scale, specifically the call to D_UTIL_saturate inside the loop. A workaround to make it compile is to remove "-funroll-loops". Another one