Package Details: rethinkdb 2.4.4-1

Git Clone URL: https://aur.archlinux.org/rethinkdb.git (read-only, click to copy)
Package Base: rethinkdb
Description: Distributed NoSQL database for realtime applications
Upstream URL: https://www.rethinkdb.com
Licenses: Apache
Submitter: anatolik
Maintainer: celogeek
Last Packager: celogeek
Votes: 9
Popularity: 0.000000
First Submitted: 2019-03-07 12:58 (UTC)
Last Updated: 2023-12-17 18:09 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

celogeek commented on 2022-09-19 05:41 (UTC)

Thanks for the patches Kodehawa. I update the package and test it with successful build.

Let me know if it still failing for you.

Kodehawa commented on 2022-09-18 21:59 (UTC) (edited on 2022-09-18 21:59 (UTC) by Kodehawa)

Hello, please apply the patch on https://github.com/rethinkdb/rethinkdb/commit/9ab11f5c9aef0a9d14b92aefd1defa07ad27049e.patch and https://github.com/rethinkdb/rethinkdb/commit/0d504ef964cb5f86aa90afe396d701707dd130e7.patch for this to build in Arch properly (doesn't build as of now)

celogeek commented on 2022-06-01 20:49 (UTC)

This version include a mistake from the release itself, which has the wrong admin version (2.4.1-24 instead of 2.4.2) I report the issue, the server is properly on version 2.4.2. I will update this when the fix will be done by rethinkdb team.

celogeek commented on 2021-09-08 18:14 (UTC)

The fix seems to works. can you install this version and check if it works properly ?

celogeek commented on 2021-09-08 16:16 (UTC)

I'm trying with your patch. If it pass, I will push the fix

celogeek commented on 2021-09-08 16:07 (UTC)

I try again, and yeah, I've got the same issue.

besworks commented on 2021-09-08 14:48 (UTC)

Sorry I can't right now, I've already installed the package with my fixes and am using it for work.

The issue with Node's v8_inspector dep was related to the GCC version. There were changes made in v11 that caused this (see the link at the end of my previous comment).

Maybe you have GCC < v11 installed and that's why it works for you? I have 11.1.0-1

celogeek commented on 2021-09-08 12:12 (UTC)

I don't have issues with node. can you try again ?

celogeek commented on 2021-09-08 11:50 (UTC)

Oh, I see, I will try it and push a fix

besworks commented on 2021-09-07 20:43 (UTC) (edited on 2021-09-07 20:46 (UTC) by besworks)

I ran into a couple problems building this today.

First, I had to run makepkg -g >> PKGBUILD to update the SHA for v8_g++7_build_fix.patch. I compared the file contents against the upstream patch source first and there are no differences.

Also, the build of Node failed with this error (and 2 more like it): .../v8_inspector/String16STL.cpp:375:23: error: no member named 'numeric_limits' in namespace 'std'

I fixed this by adding #import <limits> to src/rethinkdb/external/node_6.11.0/deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/String16STL.cpp as described here