Date: Sat, 11 Dec 2010 02:46:05 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: pavelivolkov@googlemail.com Cc: ports@FreeBSD.org, pgollucci@freebsd.org, nork@FreeBSD.org Subject: [ports/databases/sqlite3] WITH_GCOV breaks ports/security/nss Message-ID: <20101211024605.43bb2cca.nork@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Hi sqlite3 maintainer. I confirmed that I couldn't compile security/nss by databases/sqlite3 WITH_GCOV. So I suggest that it should be BROKEN. How about do you think? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- Makefile.orig 2010-11-14 01:21:33.499802000 +0900 +++ Makefile 2010-12-11 02:45:34.073992291 +0900 @@ -53,7 +53,7 @@ EXTENSION "Allow loadable extensions" on \ TCLWRAPPER "Enable TCL wrapper" off \ DEBUG "Enable debugging & verbose explain" off \ - GCOV "Enable coverage testing using gcov" off \ + GCOV "Enable coverage testing using gcov (broken)" off \ .include <bsd.port.options.mk> @@ -78,6 +78,7 @@ .if defined(WITH_GCOV) CONFIGURE_ARGS+= --enable-gcov LDFLAGS+= -fstack-protector +BROEKN= WITH_GCOV breaks security/nss. .endif .if defined(WITH_MEMMAN) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Norikatsu Shigemura <nork@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101211024605.43bb2cca.nork>