Cristian Greco a écrit :
> On Sun, Jul 20, 2008 at 02:27:31AM +0200, Cristian Greco wrote:
> 
>> --- qbittorrent-1.1.0beta3.orig/src/realprogressbarthread.cpp
>> +++ qbittorrent-1.1.0beta3/src/realprogressbarthread.cpp
>> @@ -141,7 +141,8 @@
>>      if (end > array.size())
>>              end = array.size();
>>      int start_int, end_int;
>> -    qreal temp, start_frac, end_frac;
>> +    qreal start_frac, end_frac;
>> +    double temp;
>>      start_frac = modf(start, &temp);
>>      start_int = (int) temp;
>>      end_frac = modf(end, &temp);
> 
> Build on arm failed as it has been foreseen, but the error is quite
> different from previous one (armel). Please, can anyone help me with
> this log [1]? I'd like to fix this FTBFS in time for lenny.
>

This FTBFS is most probably due to a lack of memory on the buildd. For
the next upload, the build will be scheduled on a more powerful buildd.


-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to