From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Problem with new "make install" of DPDK 2.2.0-rc3 + XenVirt on 32-bit build is broken Date: Tue, 08 Dec 2015 11:03:13 -0800 (PST) Message-ID: <4512218.AdMvMLr7cY@xps13> References: <56670CE3.2040108@atendesoftware.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Piotr Bartosiewicz Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 66DD24A63 for ; Tue, 8 Dec 2015 20:03:14 +0100 (CET) Received: by wmec201 with SMTP id c201so226426879wme.0 for ; Tue, 08 Dec 2015 11:03:14 -0800 (PST) In-Reply-To: <56670CE3.2040108@atendesoftware.pl> 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" 2015-12-08 18:01, Piotr Bartosiewicz: >=20 > > cp: cannot stat > > =E2=80=98/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/{mk,s= cripts}=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 > > >=20 > I have the same problem and it has nothing to do with XenVirt or 32-b= it=20 > build. > As a workaround you can change mk/rte.sdkinstall.mk as follows: >=20 > - $(Q)cp -a $(RTE_SDK)/{mk,scripts} $(DESTDIR)$(s= dkdir) > + $(Q)cp -a $(RTE_SDK)/mk $(DESTDIR)$(sdkdir) > + $(Q)cp -a $(RTE_SDK)/scripts $(DESTDIR)$(sdkdir= ) I had a doubt when writing it. Please what is your default shell? ls -l /bin/sh