RethinkDB package ?
#1
Wed, 2015-05-13 06:39
yvann
-
- Offline
- 2 years 9 months ago
- 2015-05-13
Hello everybody,
I'd like to know if someone's working on a RethinkDB package ? http://rethinkdb.com/
Thanks
Hi,
I'm trying to compile rethinkdb under alpine 3.2 but get stuck here :
[1/330] CC build/release/obj/containers/archive/buffer_group_stream.o In file included from src/containers/archive/buffer_group_stream.cc:2:0: ./src/containers/buffer_group.hpp:13:9: error: 'ssize_t' does not name a type ssize_t size; ^ ./src/containers/buffer_group.hpp: In member function 'void const_buffer_group_t ::add_buffer(size_t, const void*)': ./src/containers/buffer_group.hpp:21:11: error: 'struct const_buffer_group_t::bu ffer_t' has no member named 'size' b.size = s; ^ ./src/containers/buffer_group.hpp: In member function 'size_t const_buffer_group _t::get_size() const': ./src/containers/buffer_group.hpp:36:30: error: 'const value_type' has no member named 'size' s += buffers_[i].size; ^All dependencies are installed, if someone could help :)
I just tried to build it, but i'm running into multiple issues which are gcc and musl related.
if you really want it to be running on alpine, it's better to ask the developers to make it compatible with musl and recent gcc.
I opened an issue here : https://github.com/rethinkdb/rethinkdb/issues/4437
Its in aporst now, although the init script needs to be tested fixed and improved.