DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Martinx - ジェームズ" <thiagocmartinsc@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Problem with new "make install" of DPDK 2.2.0-rc3 + XenVirt on 32-bit build is broken
Date: Tue, 8 Dec 2015 10:09:22 -0200	[thread overview]
Message-ID: <CAJSM8J02orBR_PUUmGvhwfZhwVYjqfwoQLFg54WeMiNW+kJ1-g@mail.gmail.com> (raw)

Hey guys,

I'm seeing that there are something wrong with "standard make install",
look:

---
cd dpdk-2.2.0-rc3

make T=x86_64-native-linuxapp-gcc config

sed -ri -e 's,(RTE_MACHINE=).*,\1"default",' \
                -e 's,(RTE_APP_TEST=).*,\1n,' \
                -e 's,(LIBRTE_VHOST=).*,\1y,' \
                -e 's,(CONFIG_RTE_EAL_IGB_UIO=).*,\1n,' \
                -e 's,(CONFIG_RTE_LIBRTE_KNI=).*,\1n,' \
                -e 's,(CONFIG_RTE_BUILD_COMBINE_LIBS=).*,\1y,' \
                -e 's,(CONFIG_RTE_LIBNAME=).*,\1"dpdk",' \
                -e 's,(CONFIG_RTE_LIBRTE_PMD_XENVIRT=).*,\1y,' \
                -e 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' \
                build/.config

make

# Now, the problem:

mkdir /tmp/dpdk-fakeroot

DESTDIR=/tmp/dpdk-fakeroot fakeroot make install

make[1]: Nothing to be done for 'pre_install'.
================== Installing /tmp/dpdk-fakeroot/usr/local/
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
make[3]: *** [install-sdk] Error 1
/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/mk/rte.sdkroot.mk:101:
recipe for target 'install-sdk' failed
make[2]: *** [install-sdk] Error 2
/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/mk/
rte.sdkinstall.mk:107: recipe for target 'install' failed
make[1]: *** [install] Error 2
/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/mk/rte.sdkroot.mk:98:
recipe for target 'install' failed
make: *** [install] Error 2
---

Am I missing something?


Oh, BTW, have you guys fixed the DPDK build with Xen on 32-bit? It
is broken, reported here:

http://dpdk.org/ml/archives/dev/2015-December/029261.html


Thanks!
Thiago

             reply	other threads:[~2015-12-08 12:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-08 12:09 Martinx - ジェームズ [this message]
2015-12-08 17:01 ` Piotr Bartosiewicz
2015-12-08 17:33   ` Martinx - ジェームズ
2015-12-08 19:03   ` Thomas Monjalon
2015-12-08 19:07     ` Martinx - ジェームズ
2015-12-09 12:35       ` Piotr Bartosiewicz
2015-12-09  8:03   ` [dpdk-dev] [PATCH] mk: fix install with minimal shell Thomas Monjalon
2015-12-09 20:07     ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJSM8J02orBR_PUUmGvhwfZhwVYjqfwoQLFg54WeMiNW+kJ1-g@mail.gmail.com \
    --to=thiagocmartinsc@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).