From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A118C433E0 for ; Fri, 29 May 2020 16:37:48 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D6C082077D for ; Fri, 29 May 2020 16:37:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D6C082077D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jei0f-0007UV-Pl; Fri, 29 May 2020 16:37:29 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jei0e-0007UQ-LV for xen-devel@lists.xenproject.org; Fri, 29 May 2020 16:37:28 +0000 X-Inumbo-ID: aed5e704-a1ca-11ea-8993-bc764e2007e4 Received: from esa4.hc3370-68.iphmx.com (unknown [216.71.155.144]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id aed5e704-a1ca-11ea-8993-bc764e2007e4; Fri, 29 May 2020 16:37:28 +0000 (UTC) Authentication-Results: esa4.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: 54EilSntCTQud5ajH6XVnza1bO4Lqnoh3Zy8zBlF3AiGtOzowxprf1HACKHYCswC5XEDpikHH9 02H67rhq1XY46D+R1+AFXakzbxUYzylfa7FOANbswrhETVEOuXquy50A6eXuS89FLT0J1jxQFv 76jEGvcOY+21Fe/kpab3R0802ZpeiIIiQf6Do/rf+RORO5xu1Lw52Iz9dQIu06Vep0nFE9vvb2 g26LrijsREgsO/jjMkJeTyIPxd5ZqpVBeRbT39nZZ2x2iYGnJ2mjo0F8XbOfKDV2mPwHebWG0b 7pY= X-SBRS: 2.7 X-MesageID: 19524735 X-Ironport-Server: esa4.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.73,449,1583211600"; d="scan'208";a="19524735" Date: Fri, 29 May 2020 17:37:22 +0100 From: Anthony PERARD To: George Dunlap Subject: Re: [PATCH v2 3/5] automation/archlinux: Add 32-bit glibc headers Message-ID: <20200529163722.GM2105@perard.uk.xensource.com> References: <20200526221612.900922-1-george.dunlap@citrix.com> <20200526221612.900922-4-george.dunlap@citrix.com> <20200527104316.GH2105@perard.uk.xensource.com> <20200527112928.72amqcojenrz2a46@liuwe-devbox-debian-v2.j3c5onc20sse1dnehy4noqpfcg.zx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: "xen-devel@lists.xenproject.org" , Doug Goldstein , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On Thu, May 28, 2020 at 12:32:02PM +0100, George Dunlap wrote: > On May 27, 2020, at 12:29 PM, Wei Liu wrote: > > All automation patches: > > > > Acked-by: Wei Liu > > > > Anthony, can you generate and push the new images? Thanks. > > These are checked in now. > > BTW it looks like there may be some other compilation issues updating the archlinux image. I tested the minimum configuration required to get the golang bindings to build; but a full build fails with other errors I haven’t had time to diagnose yet. The only issue seems to be that ipxe doesn't build. A simple -Wno-error would make it works. -- Anthony PERARD