[Bug 194986] [New port] databases/levygo

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 3 06:47:46 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194986

--- Comment #9 from cheffo at freebsd-bg.org ---
The only way to compile this port on FreeBSD with clang is to set CC=clang
The port system do not se this properly (I have no idea why) but grep other
ports and you will see that this is how people address this issue. If CC=clang
is not set in the environment the build faild miserably with criptic error.

So what is the right way to "guess" CC and set it for GO ENV and to get the
port working with clang?

P.S. 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list