From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2664 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: unknown type name 'loff_t' Date: Thu, 24 Jan 2013 20:47:36 +0100 Message-ID: <20130124194735.GF10600@port70.net> References: <51001EF6.8040502@univie.ac.at> <20130123173754.GU20323@brightrain.aerifal.cx> <5101839F.8070907@univie.ac.at> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1359056869 11325 80.91.229.3 (24 Jan 2013 19:47:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2013 19:47:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2665-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 24 20:48:07 2013 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 1TySmL-00020S-Lj for gllmg-musl@plane.gmane.org; Thu, 24 Jan 2013 20:48:05 +0100 Original-Received: (qmail 30703 invoked by uid 550); 24 Jan 2013 19:47:48 -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 30695 invoked from network); 24 Jan 2013 19:47:47 -0000 Content-Disposition: inline In-Reply-To: <5101839F.8070907@univie.ac.at> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2664 Archived-At: * Alexander Stadler [2013-01-24 19:55:27 +0100]: > mips-openwrt-linux-musl-gcc -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float -Dtarget_ar71xx=1 -Wall -DFIS_SUPPORT=1 -I/space/build-trunk/trunk/staging_dir/target-mips_r2_musl-0.9.8/usr/include -I/space/build-trunk/trunk/staging_dir/target-mips_r2_musl-0.9.8/include -I/space/build-trunk/trunk/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_musl-0.9.8/usr/include -I/space/build-trunk/trunk/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_musl-0.9.8/include -Wall -c -o fis.o fis.c > fis.c: In function 'fis_open': > fis.c:80:64: error: 'MAP_LOCKED' undeclared (first use in this function) > fis.c:80:64: note: each undeclared identifier is reported only once for each function it appears in > your musl is old, there were updates to mman.h recently http://git.musl-libc.org/cgit/musl/commit/?id=7e0d4fce41ac95adc080bffa88ee0f51c1cf2837 http://git.musl-libc.org/cgit/musl/commit/?id=000806cde6416f51f783d2dc487d49b47d297e4e there was no musl release since the updates so that's why you are hitting these issues (it's a good idea to check the git log in case of errors, musl is still in development)