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: Wed, 9 Dec 2015 13:35:36 +0100 Message-ID: <56682018.1010708@atendesoftware.pl> References: <56670CE3.2040108@atendesoftware.pl> <4512218.AdMvMLr7cY@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by dpdk.org (Postfix) with ESMTP id 2C7C7568B for ; Wed, 9 Dec 2015 13:35:38 +0100 (CET) Received: by lffu14 with SMTP id u14so33240765lff.1 for ; Wed, 09 Dec 2015 04:35:37 -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" W dniu 08.12.2015 o 20:07, Martinx - =E3=82=B8=E3=82=A7=E3=83=BC=E3=83=A0= =E3=82=BA pisze: > On 8 December 2015 at 17:03, Thomas Monjalon=20 > > wrote: > > 2015-12-08 18:01, Piotr Bartosiewicz: > > > > > 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 > > > > > > > I have the same problem and it has nothing to do with XenVirt or > 32-bit > > build. > > As a workaround you can change mk/rte.sdkinstall.mk > as follows: > > > > - $(Q)cp -a $(RTE_SDK)/{mk,scripts} $(DESTDIR)$(sdkdir) > > + $(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 > > > Mine is dash (default on Debian / Ubuntu): > > tmartins@xenial-1:~$ file /bin/sh > /bin/sh: symbolic link to dash > /bin/sh -> dash Debian GNU/Linux 8 Ubuntu 15.10