[Bug 200338] devel/mongo-c-driver: Update to 1.1.6; Add new port devel/libbson
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 17 17:58:09 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200338
Kurt Jaeger <pi at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pi at FreeBSD.org
--- Comment #9 from Kurt Jaeger <pi at FreeBSD.org> ---
I took your port from
https://github.com/pusateri/ports/tree/master/devel/mongo-c-driver
and tried to build it on 11amd64. It failed with:
/bin/sh ./libtool --tag=CC --mode=link cc -I./src/mongoc -I./src/mongoc
-I/usr/local/include/libbson-1.0 -O2 -pipe -fstack-protector
-fno-strict-aliasing -Wall -Waggregate-return -Wcast-align
-Wdeclaration-after-statement -Wempty-body -Wformat -Wformat-nonliteral
-Wformat-security -Winit-self -Winline -Wmissing-include-dirs
-Wno-strict-aliasing -Wno-uninitialized -Wredundant-decls -Wreturn-type
-Wshadow -Wswitch-default -Wswitch-enum -Wundef -Wuninitialized -O2
-fstack-protector -o filter-bsondump examples/filter_bsondump-filter-bsondump.o
libmongoc-1.0.la -L/usr/local/lib -lbson-1.0
/usr/bin/ld: undefined reference to symbol `pthread_create@@FBSD_1.0' (try
adding -lthr)
//lib/libthr.so.3: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:2047: recipe for target 'test-libmongoc' failed
gmake[2]: *** [test-libmongoc] Error 1
Any ideas ?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list