Re: [dpdk-dev] [PATCH] build: create relative symlinks for PMDs in libdir

2018-09-17 Thread Thomas Monjalon
13/09/2018 11:11, Bruce Richardson: > On Wed, Sep 12, 2018 at 06:21:34PM +0100, Luca Boccassi wrote: > > Add -r option to ln, otherwise the link will be absolute and contain > > the build path and break packaging among other things: > > > > lrwxrwxrwx 1 bluca bluca 99 Sep 11 22:17 librte_mempo

Re: [dpdk-dev] [PATCH] build: create relative symlinks for PMDs in libdir

2018-09-13 Thread Bruce Richardson
On Wed, Sep 12, 2018 at 06:21:34PM +0100, Luca Boccassi wrote: > Add -r option to ln, otherwise the link will be absolute and contain > the build path and break packaging among other things: > > lrwxrwxrwx 1 bluca bluca 99 Sep 11 22:17 librte_mempool_dpaa.so.1.1 > -> /home/bluca/git/dpdk/tes

Re: [dpdk-dev] [PATCH] build: create relative symlinks for PMDs in libdir

2018-09-12 Thread Timothy Redaelli
On Wed, 12 Sep 2018 18:21:34 +0100 Luca Boccassi wrote: > Add -r option to ln, otherwise the link will be absolute and contain > the build path and break packaging among other things: > > lrwxrwxrwx 1 bluca bluca 99 Sep 11 22:17 > librte_mempool_dpaa.so.1.1 > -> /home/bluca/git/dpdk/testt4//

[dpdk-dev] [PATCH] build: create relative symlinks for PMDs in libdir

2018-09-12 Thread Luca Boccassi
Add -r option to ln, otherwise the link will be absolute and contain the build path and break packaging among other things: lrwxrwxrwx 1 bluca bluca 99 Sep 11 22:17 librte_mempool_dpaa.so.1.1 -> /home/bluca/git/dpdk/testt4//usr/local/lib/x86_64-linux-gnu/dpdk/ drivers/librte_mempool_dpa