From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f171.google.com (mail-pf0-f171.google.com [209.85.192.171]) by mail.openembedded.org (Postfix) with ESMTP id 4BA0473286 for ; Fri, 8 Jan 2016 10:23:04 +0000 (UTC) Received: by mail-pf0-f171.google.com with SMTP id n128so8059491pfn.3 for ; Fri, 08 Jan 2016 02:23:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=3Ut4NbXf3GCicjJkZgGAUqpR7MuJtCeZXuIacJpoCsM=; b=WvZoav4qbhQ//nIj1OfN/yocV+jB7kHCQpvJ7tHZzkgPttnF8XGZaDWs2MokFSweu6 yBsgJeZ8YRuA9oNw79zMKPwRZLqHHgzKc13yM7vj+efzexmjc8u1BEp2NM5GT1w07Q4R 7j3IdK3i6+sVwdUHoj5WKwwIaFw8v3AkpZcHYNs5r+5tLB8JYZ+Inv3AuPX9l+99EQJm fa71MtGGpLAjIAuCaq0JdyrwKxntH1nsYFpZD6HMaWFBUAMoYprnSUbDjeDFiwpa0kAX PS5HmcBR1ZRgB1GRRr3pUYjjAPfvJZ+AUqS0zoIXuCvumB87QaJi+D4CMA7zsZEIn1GU vKeA== X-Received: by 10.98.71.73 with SMTP id u70mr3202487pfa.130.1452248585931; Fri, 08 Jan 2016 02:23:05 -0800 (PST) Received: from ?IPv6:2601:646:8802:5d5c:4934:16a1:ccba:482b? ([2601:646:8802:5d5c:4934:16a1:ccba:482b]) by smtp.gmail.com with ESMTPSA id w22sm1885000pfa.79.2016.01.08.02.23.04 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Jan 2016 02:23:05 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Pgp-Agent: GPGMail 2.6b2 From: Khem Raj In-Reply-To: Date: Fri, 8 Jan 2016 02:23:00 -0800 Message-Id: <3242BCB4-E372-44E9-BA34-8A2C75FAEB78@gmail.com> References: <8b25bbe0ade4a8c4eeb058ff0f9e3fd02cddf891.1450568936.git.raj.khem@gmail.com> To: "Burton, Ross" X-Mailer: Apple Mail (2.3112) Cc: OE-core Subject: Re: [PATCH 13/17] xserver-xorg: Fix build with musl X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2016 10:23:07 -0000 X-Groupsio-MsgNum: 75700 Content-Type: multipart/signed; boundary="Apple-Mail=_D5AC1C36-7ECC-487C-876E-98C822D990FC"; protocol="application/pgp-signature"; micalg=pgp-sha1 --Apple-Mail=_D5AC1C36-7ECC-487C-876E-98C822D990FC Content-Type: multipart/alternative; boundary="Apple-Mail=_574C791F-D37C-4931-86E4-7DE71E99BBFA" --Apple-Mail=_574C791F-D37C-4931-86E4-7DE71E99BBFA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Jan 8, 2016, at 2:10 AM, Burton, Ross = wrote: >=20 >=20 > On 19 December 2015 at 23:52, Khem Raj > wrote: > inb/outb are implemented for ARM on glibc but not on linux in general > therefore the conditional has to reflect that >=20 > Untestable as libdrm fails to build with musl: >=20 > | = /data/poky-master/tmp/work/corei7-64-poky-linux-musl/libdrm/2.4.65-r0/libd= rm-2.4.65/xf86drm.c: In function 'drmParseSubsystemType': > | = /data/poky-master/tmp/work/corei7-64-poky-linux-musl/libdrm/2.4.65-r0/libd= rm-2.4.65/xf86drm.c:2840:15: error: 'PATH_MAX' undeclared (first use in = this function) > | char link[PATH_MAX + 1] =3D ""; >=20 > Ross Ignore this, I have send a new pull request just now which should fix = it. --Apple-Mail=_574C791F-D37C-4931-86E4-7DE71E99BBFA Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On Jan 8, 2016, at 2:10 AM, Burton, Ross <ross.burton@intel.com> wrote:


On 19 December 2015 at 23:52, Khem Raj <raj.khem@gmail.com> wrote:
inb/outb are implemented for ARM on glibc but = not on linux in general
therefore the conditional has to reflect that

Untestable as libdrm = fails to build with musl:

| = /data/poky-master/tmp/work/corei7-64-poky-linux-musl/libdrm/2.4.65-r0/libd= rm-2.4.65/xf86drm.c: In function 'drmParseSubsystemType':
| = /data/poky-master/tmp/work/corei7-64-poky-linux-musl/libdrm/2.4.65-r0/libd= rm-2.4.65/xf86drm.c:2840:15: error: 'PATH_MAX' undeclared (first use in = this function)
|     =  char link[PATH_MAX + 1] =3D "";

Ross


Ignore this, I have send a new pull = request just now which should fix it.
= --Apple-Mail=_574C791F-D37C-4931-86E4-7DE71E99BBFA-- --Apple-Mail=_D5AC1C36-7ECC-487C-876E-98C822D990FC Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iEYEARECAAYFAlaPjggACgkQuwUzVZGdMxTF1QCdHCa+kcONg7zxPVrDooTNLOSv HMMAnjdObYA3aq6RXhmg4qkXzfiA0xR7 =Zifu -----END PGP SIGNATURE----- --Apple-Mail=_D5AC1C36-7ECC-487C-876E-98C822D990FC--