From owner-freebsd-ports@freebsd.org Fri Sep 11 09:14:13 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35C17A00512 for ; Fri, 11 Sep 2015 09:14:13 +0000 (UTC) (envelope-from list-freebsd-ports@jyborn.se) Received: from mailgate.leissner.se (mailgate.leissner.se [212.3.1.210]) by mx1.freebsd.org (Postfix) with ESMTP id C1E8E1F5D for ; Fri, 11 Sep 2015 09:14:12 +0000 (UTC) (envelope-from list-freebsd-ports@jyborn.se) Received: from mailgate.leissner.se (localhost [127.0.0.1]) by mailgate.leissner.se (8.15.2/8.15.1) with ESMTP id t8B9C0qD090832 for ; Fri, 11 Sep 2015 11:12:00 +0200 (CEST) (envelope-from list-freebsd-ports@jyborn.se) Received: (from uucp@localhost) by mailgate.leissner.se (8.15.2/8.15.1/Submit) id t8B9C0SA090827 for ; Fri, 11 Sep 2015 11:12:00 +0200 (CEST) (envelope-from list-freebsd-ports@jyborn.se) Received: from pol.leissner.se(192.71.29.17), claiming to be "pol-server.leissner.se" via SMTP by mailgate.leissner.se, id smtpdJhNeoi; Fri Sep 11 11:11:55 2015 Received: from localhost (pol-server.leissner.se [local]); by pol-server.leissner.se (OpenSMTPD) with ESMTPA id 12d21b6b; for ; Fri, 11 Sep 2015 11:11:55 +0200 (CEST) Date: Fri, 11 Sep 2015 11:11:55 +0200 From: Peter To: freebsd-ports@freebsd.org Subject: Anyone got RethinkDB working in FreeBSD? Message-ID: <20150911091155.GU13922@pol-server.leissner.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 09:14:13 -0000 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