On Tue, Mar 15, 2011 at 11:03 PM, Blue Swirl wrote:
> On Mon, Mar 14, 2011 at 11:21 PM, François Revol wrote:
>> The OSX build has been broken for some time now...
>>
>> * qemu-thread-posix.c:
>> both qemu_mutex_timedlock and qemu_cond_timedwait make use of
>> clock_gettime() and CLOCK_REALTIME,
On 17.03.11 13:09 , "ext Tristan Gingold" wrote:
>On Mar 17, 2011, at 11:28 AM, François Revol wrote:
>
>>From the content of the functions called it's either one of the added
>>fds which cause problem on select() (but why ?), or likely some signal
>>masks which interfere with some internal thre
On Mar 17, 2011, at 11:28 AM, François Revol wrote:
> Hi,
>
> Le 16 mars 2011 à 08:57, Tristan Gingold a écrit :
>
>>> It should fix the build issue.
>>> But QEMU is unreliable on OSX even when it gets built.
>>> I tried to bisect but lost some time trying to find a revision that
>>> actually
Hi,
Le 16 mars 2011 à 08:57, Tristan Gingold a écrit :
>> It should fix the build issue.
>> But QEMU is unreliable on OSX even when it gets built.
>> I tried to bisect but lost some time trying to find a revision that actually
>> builds. I thought I updated more this month...
>>
>> 55f8d6ac3e03
Le 15 mars 2011 à 22:03, Blue Swirl a écrit :
> On Mon, Mar 14, 2011 at 11:21 PM, François Revol wrote:
>> The OSX build has been broken for some time now...
>>
>> * qemu-thread-posix.c:
>> both qemu_mutex_timedlock and qemu_cond_timedwait make use of
>> clock_gettime() and CLOCK_REALTIME, whi
On Mon, Mar 14, 2011 at 11:21 PM, François Revol wrote:
> The OSX build has been broken for some time now...
>
> * qemu-thread-posix.c:
> both qemu_mutex_timedlock and qemu_cond_timedwait make use of clock_gettime()
> and CLOCK_REALTIME, which OSX doesn't have.
> It seems like both functions are
On Tue, Mar 15, 2011 at 6:41 AM, Alexander Graf wrote:
>
> On 14.03.2011, at 22:21, François Revol wrote:
>
>> The OSX build has been broken for some time now...
>>
>> * qemu-thread-posix.c:
>> both qemu_mutex_timedlock and qemu_cond_timedwait make use of
>> clock_gettime() and CLOCK_REALTIME, wh
On 14.03.2011, at 22:21, François Revol wrote:
> The OSX build has been broken for some time now...
>
> * qemu-thread-posix.c:
> both qemu_mutex_timedlock and qemu_cond_timedwait make use of clock_gettime()
> and CLOCK_REALTIME, which OSX doesn't have.
> It seems like both functions are nowhere