From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5176 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: build failure Date: Tue, 27 May 2014 19:51:28 -0400 Message-ID: <20140527235128.GE507@brightrain.aerifal.cx> References: <20140527174909.GA15844@comcast.net> <20140527202059.GB15844@comcast.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1401234710 6187 80.91.229.3 (27 May 2014 23:51:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2014 23:51:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5181-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 28 01:51:43 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WpR9h-0006yt-Lu for gllmg-musl@plane.gmane.org; Wed, 28 May 2014 01:51:41 +0200 Original-Received: (qmail 16132 invoked by uid 550); 27 May 2014 23:51:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 16124 invoked from network); 27 May 2014 23:51:40 -0000 Content-Disposition: inline In-Reply-To: <20140527202059.GB15844@comcast.net> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5176 Archived-At: On Tue, May 27, 2014 at 01:20:59PM -0700, Charlie Kester wrote: > On Tue 27 May 2014 at 10:49:09 PDT Charlie Kester wrote: > >Using latest git: > > > >gcc-4.7 -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard > >-frounding-math -D_XOPEN_SOURCE=700 -I./arch/i386 -I./src/internal > >-I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables > >-fno-asynchronous-unwind-tables -Wa,--noexecstack -mtune=generic > >-Werror=implicit-function-declaration -Werror=implicit-int > >-Werror=pointer-sign -Werror=pointer-arith -fno-stack-protector -march=native > >-c -o src/stdio/tmpnam.o src/stdio/tmpnam.c src/stdio/tmpnam.c: In > >function ‘tmpnam’: src/stdio/tmpnam.c:20:3: error: implicit > >declaration of function ‘strcpy’ > >[-Werror=implicit-function-declaration] src/stdio/tmpnam.c:20:21: > >warning: return makes pointer from integer without a cast > >[enabled by default] > >cc1: some warnings being treated as errors Makefile:115: recipe > >for target 'src/stdio/tmpnam.o' failed make: *** > >[src/stdio/tmpnam.o] Error 1 > > Builds OK now. Thanks! Yep. Thanks for the catch. Rich