From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4040 Path: news.gmane.org!not-for-mail From: Paul Schutte Newsgroups: gmane.linux.lib.musl.general Subject: GLOB_BRACE Date: Sun, 15 Sep 2013 22:57:20 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043892b171191b04e67255b8 X-Trace: ger.gmane.org 1379278653 10679 80.91.229.3 (15 Sep 2013 20:57:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Sep 2013 20:57:33 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4044-gllmg-musl=m.gmane.org@lists.openwall.com Sun Sep 15 22:57:36 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 1VLJNt-0007yq-2f for gllmg-musl@plane.gmane.org; Sun, 15 Sep 2013 22:57:33 +0200 Original-Received: (qmail 26153 invoked by uid 550); 15 Sep 2013 20:57:32 -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 26145 invoked from network); 15 Sep 2013 20:57:32 -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=mjkYN8PRsjL4fe6SaGF4zQ9j+ysGm0gb/P7Yx8EAcwI=; b=yxPEZDPHVZ+LrorxVb+9mdJgwWhCXfGn9qbU70OUn+kFb0FbeN3TB1DX7uzMwsRVB7 80D3NOH4CnADsstDL/4dxYkIA9LpArx/kHSSReJl8JbGOzvQ5bPwtqqE9ouMKHYPjS/+ OWUmCTGlBAYGpcj/n1oo6vR5vNeBKEnglfgRiASkUhWn3wOW+8weSUUtXM3SsW4BkvDL I9PDwfkkurJCuemOQVQUerZr65jjyRh0PGih3BbWmHONPjXuVS40MmdotL0jwrCnfi3m 5e61KKPz4OJnTY7rZOofiUCwwVr/NR0DJx3meIlZoWwpepz0xqmWMvjAJe9xRrjG3rzM 0BQA== X-Received: by 10.180.93.8 with SMTP id cq8mr10559198wib.38.1379278640975; Sun, 15 Sep 2013 13:57:20 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:4040 Archived-At: --f46d043892b171191b04e67255b8 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have hit the next stumbling block (show stopper): src/shared/util.c: In function 'glob_exists': src/shared/util.c:4376:36: error: 'GLOB_BRACE' undeclared (first use in this function) src/shared/util.c:4376:36: note: each undeclared identifier is reported only once for each function it appears in I see this is and non-standard posix extension. I guess that is it for systemd for now then. Regards Paul --f46d043892b171191b04e67255b8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I= have hit the next stumbling block (show stopper):

src/shared/util.c: In function 'glob_exists':
src/shared/= util.c:4376:36: error: 'GLOB_BRACE' undeclared (first use in this f= unction)
src/shared/util.c:4376:36: note: each undeclared identifier is reported onl= y once for each function it appears in


I see this is and n= on-standard posix extension. I guess that is it for systemd for now then.
Regards
Paul
--f46d043892b171191b04e67255b8--