[dpdk-dev] Problem with new "make install" of DPDK 2.2.0-rc3 + XenVirt on 32-bit build is broken

Martinx - ジェームズ thiagocmartinsc at gmail.com
Tue Dec 8 20:07:06 CET 2015


On 8 December 2015 at 17:03, Thomas Monjalon <thomas.monjalon at 6wind.com>
wrote:

> 2015-12-08 18:01, Piotr Bartosiewicz:
> >
> > > cp: cannot stat
> > > ‘/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/{mk,scripts}’: 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 at xenial-1:~$ file /bin/sh
/bin/sh: symbolic link to dash


More information about the dev mailing list