From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4623 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: stat.h Date: Mon, 3 Mar 2014 20:42:14 +0100 Message-ID: <20140303194214.GC7372@port70.net> References: 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 1393875741 21997 80.91.229.3 (3 Mar 2014 19:42:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2014 19:42:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4627-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 03 20:42:30 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 1WKYkt-0001PR-Fp for gllmg-musl@plane.gmane.org; Mon, 03 Mar 2014 20:42:27 +0100 Original-Received: (qmail 3105 invoked by uid 550); 3 Mar 2014 19:42:26 -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 3097 invoked from network); 3 Mar 2014 19:42:26 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4623 Archived-At: * Paul Schutte [2014-03-03 20:36:24 +0200]: > I am trying to compile pulseaudio5 against musl, but it fails with an error > indicating that struct stat64 is not defined: > > utils/padsp.c:133:44: warning: 'struct stat64' declared inside parameter > list [enabled by default] > utils/padsp.c:133:44: warning: its scope is only this definition or > declaration, which is probably not what you want [enabled by default] > last time i checked padsp was hopelessly broken (it tries to emulate /dev/dsp etc by overriding internal glibc functions with code that is not even compatible with the glibc api requirements) alsa-oss has a similar mess