Anyone got RethinkDB working in FreeBSD?

Jan Beich jbeich at FreeBSD.org
Sun Sep 13 15:43:17 UTC 2015


Kurt Jaeger <lists at opsec.eu> writes:

> Hi!
>
>> > I'll change the creation of the .a files and report back.
>> 
>> The build progresses until the "final" link.
>> 
>> There are still a few unresolved references.
>
> Like this in src/arch/io/timer/timer_signal_provider.cc:
>
> evp.sigev_notify_thread_id = _gettid();

  evp.sigev_notify_thread_id = pthread_getthreadid_np();

>
> which is linux-specific. I'm trying to understand whether
> this can be replaced by pthread_self() somehow.

Why not use kqueue code like OS X? And maybe salvage prior work

https://github.com/rethinkdb/rethinkdb/pull/688
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20150913/80ae75b5/attachment.bin>


More information about the freebsd-ports mailing list