clangBSD build error

Roman Divacky rdivacky at freebsd.org
Thu May 20 12:06:38 UTC 2010


On Thu, May 20, 2010 at 05:39:09PM +0800, Vanilla Hsu wrote:
> I got such message since 2 weeks ago.
> 
> --
> /home/clangbsd/lib/libc/sys/stack_protector.c:88:19: error: format string is
> not a string literal (potentially insecure) [-Wformat-security]
>         syslog(LOG_CRIT, msg);
>                          ^~~
> 1 error generated.
> *** Error code 1

you have to have

NO_WERROR=
WERROR=

in /etc/make.conf or /etc/src.conf


More information about the freebsd-current mailing list