Anyone got RethinkDB working in FreeBSD?

Peter list-freebsd-ports at jyborn.se
Mon Sep 14 09:44:17 UTC 2015


Hello!

On Sun, Sep 13, 2015 at 10:21:59PM +0200, Kurt Jaeger wrote:
> Hi!
> 
> > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203043
> 
> > I tried your file, but didn't get very far unfortunately.
> 
> The newest version v4 of the shar builds on FreeBSD 11 (Current), amd64.
> 
> It still needs more testing, especially under poudriere.
> 
> -- 
> pi at opsec.eu            +49 171 3101372                         5 years to go !

Thanks for your great work at this!

Unfortunately I'm still not getting very far in FreeBSD 9.3.

I added CXX in your Makefile, to get clang instead of gcc,
like this:

$ diff Makefile.orig Makefile
30c30
<               ./configure --with-system-malloc
---
>               ./configure --with-system-malloc CXX=clang++

Then I got this error in configure:
"
* Detecting system configuration
Bash:                           4.3.42(0)-release
Use ccache:                     no
C++ Compiler:                   CLANG 3.4.1 (clang++)
Host System:                    x86_64-unknown-freebsd9.3
Build System:                   FreeBSD 9.3-RELEASE-p24 amd64
Cross-compiling:                no
Host Operating System:          FreeBSD
Build Architecture:             amd64
stdlib:                         -lstdc++
C++11:                          no
* Error: C++11 not found.
In file included from ./mk/gen/check_cxx11.cc:4:
In file included from /usr/include/c++/4.2/map:65:
In file included from /usr/include/c++/4.2/bits/stl_tree.h:69:
In file included from /usr/include/c++/4.2/bits/stl_algobase.h:71:
/usr/include/c++/4.2/bits/stl_pair.h:85:21: error: call to deleted constructor of 'C'
* Aborting configure
*** [do-configure] Error code 1
"

I also tried setting CXX to just clang, but got the same error.

So I ran portmaster devel/libc++ and got this result:

===>>> The following actions were performed:
        Installation of devel/libcxxrt (libcxxrt-20131225_2)
        Installation of devel/libc++ (libc++-208080)

But I still get the same "Error: C++11 not found".

I'm sorry that I'm not getting any further, I haven't used
the clang environment anything before this.

Thanks anyway for all help!

Peter


More information about the freebsd-ports mailing list