From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?TWFydGlueCAtIOOCuOOCp+ODvOODoOOCug==?= 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 17:07:06 -0200 Message-ID: References: <56670CE3.2040108@atendesoftware.pl> <4512218.AdMvMLr7cY@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-vk0-f45.google.com (mail-vk0-f45.google.com [209.85.213.45]) by dpdk.org (Postfix) with ESMTP id 1EDF94A63 for ; Tue, 8 Dec 2015 20:07:37 +0100 (CET) Received: by vkay187 with SMTP id y187so25236040vka.3 for ; Tue, 08 Dec 2015 11:07:36 -0800 (PST) In-Reply-To: <4512218.AdMvMLr7cY@xps13> 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" On 8 December 2015 at 17:03, Thomas Monjalon 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,scr= ipts}=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