Date: Tue, 03 Mar 2015 06:49:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194946] [New port]: databases/gomdb Message-ID: <bug-194946-13-oeDJashI2p@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194946-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194946-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194946 --- Comment #10 from cheffo@freebsd-bg.org --- See https://github.com/szferi/gomdb : Build go get github.com/szferi/gomdb There is no dependency on LMDB dynamic library. On FreeBSD 10, you must explicitly set CC (otherwise it will fail with a cryptic error), for example: CC=clang go test -v As I said our go support is not great so I'm trying to workaround known issues. Let me know if there is another way to know if clang or gcc is used. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194946-13-oeDJashI2p>