From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4622 Path: news.gmane.org!not-for-mail From: Paul Schutte Newsgroups: gmane.linux.lib.musl.general Subject: stat.h Date: Mon, 3 Mar 2014 20:36:24 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011779f5927dfa04f3b810bc X-Trace: ger.gmane.org 1393871788 7067 80.91.229.3 (3 Mar 2014 18:36:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2014 18:36:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4626-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 03 19:36:38 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 1WKXjB-0006qY-JP for gllmg-musl@plane.gmane.org; Mon, 03 Mar 2014 19:36:37 +0100 Original-Received: (qmail 30544 invoked by uid 550); 3 Mar 2014 18:36:36 -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 30536 invoked from network); 3 Mar 2014 18:36:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XnfI3i1L0cvFU27i/6ujQQX2tTwCsGCUf4IJkzSRYfI=; b=tvMFWFQGI+njUk8Uf+w+JyN/iBDhdcEu8x6/3Aci4RjOjKc7HeGZDdWppjXsR4rkWq 4JFnH5Ai1cY3nIjQALmRkq1bjX+Az0OHG0bpCOF+pTRynMk518/+C/Je/cmUN6Vd1CQy 5Cdvn4Vmon/LRA3KYAp0d7R0AUN0a7OKZhqoFpbosqFtWCSLwAqz6dRDUXQV2ev5gTy5 cp547q3bumO/86cRBoM8v3dkf3Hf8CI1VDjCmaLEQmxTVVX/E0gjK3W5600pEu0E2BWr C1hhAJ5D84mxwhOUpZ9GfFSTg+yRpyLxDf1/c4OF8piRfiii1HrzM4YcKzcBAp77/aiA 1u6A== X-Received: by 10.194.121.129 with SMTP id lk1mr8471636wjb.80.1393871784408; Mon, 03 Mar 2014 10:36:24 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:4622 Archived-At: --089e011779f5927dfa04f3b810bc Content-Type: text/plain; charset=ISO-8859-1 Hi, 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] When I hack a bit and change the include in from to , it compiles that part, but fails some where else : modules/module-augment-properties.c:187:15: error: 'struct stat' has no member named 'st_mtim' modules/module-augment-properties.c:198:18: error: 'struct stat' has no member named 'st_mtim' make[3]: *** [modules/module_augment_properties_la-module-augment-properties.lo] Error 1 What is the correct way to fix this problem ? Regards Paul --089e011779f5927dfa04f3b810bc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

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: &= #39;struct stat64' declared inside parameter list [enabled by default]<= br> utils/padsp.c:133:44: warning: its scope is only this definition or declara= tion, which is probably not what you want [enabled by default]

When I hack a bit and change the include in <sys/stat.h> from <bi= ts/stat.h> to <asm/stat.h>, it compiles that part, but fails some = where else :

modules/module-augment-properties.c:187:15: error: 'struct stat'= ; has no member named 'st_mtim'
modules/module-augment-propertie= s.c:198:18: error: 'struct stat' has no member named 'st_mtim&#= 39;
make[3]: *** [modules/module_augment_properties_la-module-augment-propertie= s.lo] Error 1


What is the correct way to fix this problem = ?


Regards
Paul


--089e011779f5927dfa04f3b810bc--