From owner-freebsd-current@FreeBSD.ORG Fri Apr 16 22:45:49 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64E5B106564A for ; Fri, 16 Apr 2010 22:45:49 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1E8018FC0C for ; Fri, 16 Apr 2010 22:45:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O2uIF-0003aE-Sc for freebsd-current@freebsd.org; Sat, 17 Apr 2010 00:45:47 +0200 Received: from 93-138-134-93.adsl.net.t-com.hr ([93.138.134.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Apr 2010 00:45:47 +0200 Received: from ivoras by 93-138-134-93.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Apr 2010 00:45:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org connect(): No such file or directory From: Ivan Voras Date: Sat, 17 Apr 2010 00:45:39 +0200 Lines: 19 Message-ID: References: <20100416160818.GA69460@freebsd.org> <20100416222721.GC33847@rink.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 93-138-134-93.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <20100416222721.GC33847@rink.nu> Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 22:45:49 -0000 Rink Springer wrote: > On Sat, Apr 17, 2010 at 12:21:29AM +0200, Ivan Voras wrote: >>> /mt/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 diagnostic generated. >>> *** Error code 1 >>> 2 errors >>> *** Error code 2 >>> 1 error >> Actually the above error message was garbled by -j#, here's a more >> informative one: > > Maybe this is why you have to place NO_WERROR and WERROR into make.conf > before building? Ahh yes, I thought something was nagging me about the order of setting make.conf vars and buildworld in Roman's message :)