RethinkDB package ?

5 posts / 0 new
Last post
#1 Wed, 2015-05-13 06:39
yvann
  • yvann's picture
  • Offline
  • Last seen: 2 years 9 months ago
  • Joined: 2015-05-13

Hello everybody,

I'd like to know if someone's working on a RethinkDB package ? http://rethinkdb.com/

Thanks

Wed, 2015-06-10 07:36
Koalabz
  • Koalabz's picture
  • Offline
  • Last seen: 2 years 9 months ago
  • Joined: 2015-06-10

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 :)

Thu, 2015-06-11 11:11
clandmeter
  • clandmeter's picture
  • Offline
  • Last seen: 1 month 2 weeks ago
  • Joined: 2011-05-05

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.

Tue, 2015-06-30 05:18
yvann
  • yvann's picture
  • Offline
  • Last seen: 2 years 9 months ago
  • Joined: 2015-05-13
Sat, 2015-07-04 23:56
clandmeter
  • clandmeter's picture
  • Offline
  • Last seen: 1 month 2 weeks ago
  • Joined: 2011-05-05

Its in aporst now, although the init script needs to be tested fixed and improved.

Log in or register to post comments