From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piotr Bartosiewicz Subject: Re: Problem with new "make install" of DPDK 2.2.0-rc3 + XenVirt on 32-bit build is broken Date: Tue, 8 Dec 2015 18:01:23 +0100 Message-ID: <56670CE3.2040108@atendesoftware.pl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by dpdk.org (Postfix) with ESMTP id 39785567E for ; Tue, 8 Dec 2015 18:01:26 +0100 (CET) Received: by lbpu9 with SMTP id u9so14613855lbp.2 for ; Tue, 08 Dec 2015 09:01:25 -0800 (PST) Received: from [10.255.0.135] (fw-vrrp.atendesoftware.pl. [217.17.44.148]) by smtp.googlemail.com with ESMTPSA id zs6sm720187lbb.26.2015.12.08.09.01.25 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Dec 2015 09:01:25 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > cp: cannot stat > =E2=80=98/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/{mk,scrip= ts}=E2=80=99: No > such file or directory > /home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/mk/ > rte.sdkinstall.mk:137: recipe for target 'install-sdk' failed > I have the same problem and it has nothing to do with XenVirt or 32-bit=20 build. As a workaround you can change mk/rte.sdkinstall.mk as follows: - $(Q)cp -a $(RTE_SDK)/{mk,scripts} $(DESTDIR)$(sdkdi= r) + $(Q)cp -a $(RTE_SDK)/mk $(DESTDIR)$(sdkdir) + $(Q)cp -a $(RTE_SDK)/scripts $(DESTDIR)$(sdkdir) --=20 Regards Piotr Bartosiewicz