Anyone got RethinkDB working in FreeBSD?

Peter list-freebsd-ports at jyborn.se
Fri Sep 11 09:14:13 UTC 2015


Hello!

http://www.rethinkdb.com/

I tried compiling it in FreeBSD 9.3, and managed
to get past configure and the start of gmake, but
then got a lot of these:

./src/errors.hpp:103:9: error: 'BREAKPOINT' was not declared in this scope
         BREAKPOINT;                                                 \
         ^
./src/errors.hpp:123:13: note: in expansion of macro 'crash_or_trap'
             crash_or_trap(format_assert_message("Guarantee", cond) msg); \
             ^
./src/rdb_protocol/changefeed.hpp:267:13: note: in expansion of macro 'guarantee'
             guarantee(k == p.first->second.first);
             ^
./src/errors.hpp:103:9: error: 'BREAKPOINT' was not declared in this scope
         BREAKPOINT;                                                 \
         ^
./src/errors.hpp:123:13: note: in expansion of macro 'crash_or_trap'
             crash_or_trap(format_assert_message("Guarantee", cond) msg); \
             ^
./src/rdb_protocol/changefeed.hpp:269:13: note: in expansion of macro 'guarantee'
             guarantee(it != index.end());
             ^
Any ideas how to fix this?
(Or if there is a FreeBSD port of RethinkDB in someones pipe? :) )

Thanks!

--
Peter


More information about the freebsd-ports mailing list