From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5175 Path: news.gmane.org!not-for-mail From: Charlie Kester Newsgroups: gmane.linux.lib.musl.general Subject: Re: build failure Date: Tue, 27 May 2014 13:20:59 -0700 Message-ID: <20140527202059.GB15844@comcast.net> References: <20140527174909.GA15844@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; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1401222082 27930 80.91.229.3 (27 May 2014 20:21:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2014 20:21:22 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5180-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 27 22:21:15 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 1WpNs3-0000lB-7V for gllmg-musl@plane.gmane.org; Tue, 27 May 2014 22:21:15 +0200 Original-Received: (qmail 7624 invoked by uid 550); 27 May 2014 20:21:14 -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 7616 invoked from network); 27 May 2014 20:21:13 -0000 Content-Disposition: inline In-Reply-To: <20140527174909.GA15844@comcast.net> X-Mailer: Mutt 1.5.23 X-Composer: Vim 7.4.225 User-Agent: Mutt/1.5.23 (2014-03-12) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1401222061; bh=ZZXIIdIwxlEr6YnZX1f5hDCme50iyL+8PcSU1JOfvtQ=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=SDEnM2+qMekE2ZxbU+VyEemmoGKgOSIMtnxRx47tl4HAQF0RfphxL8wXevWtWx6G/ FAWkKxn6ufZ2+6dOf84ramfxJNJ3Q+R1ickuiQUT+iAtk25vxXj0a5TQwTZoAQTxrL BK26njGuQxGDgFy/q+q3qwaZA08dt0duVYMpp3oTGSdMqpyHT8dlYGRSPw540NtHeX 42C9SiVE92QtSxl5HpBhUNaWs8mLmcRCuBJ16nzZ0QJ07vtEXyuj2Z8549mCkgsaRL s5BRiExUsXD0OiLmI+R3tGq3d0uJ0NlfcytvXLTQXtiHAll2dOs5kyF0+t9iFdlJ5F UQSzRNzscKPZg== Xref: news.gmane.org gmane.linux.lib.musl.general:5175 Archived-At: On Tue 27 May 2014 at 10:49:09 PDT Charlie Kester wrote: >Using latest git: > >gcc-4.7 -std=3Dc99 -nostdinc -ffreestanding -fexcess-precision=3Dstandard > -frounding-math -D_XOPEN_SOURCE=3D700 -I./arch/i386 -I./src/internal > -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables > -fno-asynchronous-unwind-tables -Wa,--noexecstack -mtune=3Dgeneric > -Werror=3Dimplicit-function-declaration -Werror=3Dimplicit-int > -Werror=3Dpointer-sign -Werror=3Dpointer-arith -fno-stack-protector -marc= h=3Dnative > -c -o src/stdio/tmpnam.o src/stdio/tmpnam.c src/stdio/tmpnam.c: In=20 >function =E2=80=98tmpnam=E2=80=99: src/stdio/tmpnam.c:20:3: error: implici= t=20 >declaration of function =E2=80=98strcpy=E2=80=99 =20 >[-Werror=3Dimplicit-function-declaration] src/stdio/tmpnam.c:20:21:=20 >warning: return makes pointer from integer without a cast [enabled by=20 >default] >cc1: some warnings being treated as errors Makefile:115: recipe for=20 >target 'src/stdio/tmpnam.o' failed make: *** [src/stdio/tmpnam.o]=20 >Error 1 Builds OK now. Thanks!