On Wed, Aug 15, 2018 at 3:24 PM, Nadav Har'El <n...@scylladb.com> wrote:

>
> On Wed, Aug 15, 2018 at 3:19 PM, Nadav Har'El <n...@scylladb.com> wrote:
>
>>
>> On Wed, Aug 15, 2018 at 2:18 PM, Waldek Kozaczuk <jwkozac...@gmail.com>
>> wrote:
>>
>>> I think added random.h header in wrong placed messed things up. I forgot
>>> to do full rebuild.
>>>
>>
>> By __NR_getrandom comes from syscall.hh, not random.h... It's almost as
>> if the Jenkins machine didn't see the new syscall.hh,
>> Really weird.
>> We've been having some problems with the Jenkins machine lately, so
>> perhaps it's that, but please try to see if you can think of a more "real"
>> explanation than some unexplanable fluke.
>>
>>
> Trying a full rebuild shows we indeed have a problem with the new
> <sys/random.h> - there are now *two* headers with that name,
> one in api/ and one in bsd/, and some code includes the wrong one. I'll
> try to fix it now.
> But I'm not sure it's related to the __NR_getrandom error we saw in the
> build?
>

I fixed the <sys/random.h> confusion, and also a gcc 8.1.1 compilation
failure. But I can't reproduce any problem with __NR_getrandom...

Nadav.

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to