DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: David Marchand <david.marchand@6wind.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] mk: add missing scripts directory in install directory
Date: Fri, 16 May 2014 16:32:34 +0200	[thread overview]
Message-ID: <1654095.V3XWpuZgTo@xps13> (raw)
In-Reply-To: <1399642261-19763-1-git-send-email-david.marchand@6wind.com>

2014-05-09 15:31, David Marchand:
> Trying to install headers for an external library using DPDK exported
> makefile rte.extshared.mk results in following error :
> 
> $ cd dpdk
> $ make install DESTDIR=/home/marchand/myapp/staging/plop
> T=x86_64-default-linuxapp-gcc $ cd ~/myapp
> $ make RTE_SDK=/home/marchand/myapp/staging/plop
> RTE_TARGET=x86_64-default-linuxapp-gcc CC plop.o
>   LD plop.so
>   SYMLINK-FILE include/plop.h
> /bin/sh:
> /home/marchand/myapp/staging/plop/scripts/relpath.sh: No such file or
> directory ln: `/home/marchand/myapp/build/include' and `./include' are the
> same file make[1]: *** [/home/marchand/myapp/build/include/plop.h] Error 1
> make: *** [all] Error 2
> 
> This comes from the fact that DPDK only installs its mk/ directory while
> some makefiles require the scripts/ directory content as well.
> 
> So install missing files from scripts/.
> 
> Signed-off-by: David Marchand <david.marchand@6wind.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied for version 1.7.0.
-- 
Thomas

      reply	other threads:[~2014-05-16 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-09 13:31 David Marchand
2014-05-16 14:32 ` Thomas Monjalon [this message]

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=1654095.V3XWpuZgTo@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=david.marchand@6wind.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).