From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f51.google.com (mail-vk0-f51.google.com [209.85.213.51]) by dpdk.org (Postfix) with ESMTP id 19D41567E for ; Tue, 8 Dec 2015 18:34:22 +0100 (CET) Received: by vkay187 with SMTP id y187so21625237vka.3 for ; Tue, 08 Dec 2015 09:34:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=DIeTeCIP2v15OxWy1hWeBcJZyy/EBD05VYUozzF9aJw=; b=YEQNhJtac27O+sMtPILgmwW5j+VYe/W5szZdChreB7m8CWACIing9a9Ehr5h25pXFt Hi5BBbNd+GtKfr8obzN9lyMzPXmdUSnO/558lIsK2CT8jVgJCnxprZTsoiqj2i357rx0 efzGYIAXSeQIsA9HPtG8vSMGk65sQQ6w92wjRf5DdStUQo7zE+ZuNauHxWmtX43INpYz iH2hmKWb/bdly+ahAfpC8eGPqFzTe7fEdAJITax4WmZfkqAWmSkIvna9EYFkyC7Y4NR7 UvAtsRzguVf536TUWA+S5Km92YjrsZ5dEQBRBOoQe62Jz8CCZrqQ4Ua8CLgMv/AfAm+I i8TA== X-Received: by 10.129.55.14 with SMTP id e14mr2863116ywa.162.1449596061607; Tue, 08 Dec 2015 09:34:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.1.8 with HTTP; Tue, 8 Dec 2015 09:33:52 -0800 (PST) In-Reply-To: <56670CE3.2040108@atendesoftware.pl> References: <56670CE3.2040108@atendesoftware.pl> From: =?UTF-8?B?TWFydGlueCAtIOOCuOOCp+ODvOODoOOCug==?= Date: Tue, 8 Dec 2015 15:33:52 -0200 Message-ID: To: Piotr Bartosiewicz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Problem with new "make install" of DPDK 2.2.0-rc3 + XenVirt on 32-bit build is broken X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 17:34:22 -0000 On 8 December 2015 at 15:01, Piotr Bartosiewicz < piotr.bartosiewicz@atendesoftware.pl> wrote: > > cp: cannot stat >> =E2=80=98/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/{mk,script= s}=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)$(sdkdi= r) > + $(Q)cp -a $(RTE_SDK)/mk $(DESTDIR)$(sdkdir) > + $(Q)cp -a $(RTE_SDK)/scripts $(DESTDIR)$(sdkdir) > > -- > Regards > Piotr Bartosiewicz > > Sure, XenVirt problem is a different issue, sorry to mix subjects on this thread.