[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2020-05-13 Thread Jean Prince MELLO NGUIE
Hello everybody, I had faced the similar issue but only when I had tried to compile my application. Below the VM configuration I had used : Platform : VM Architecture : x86_64 bits Distrib : Ubuntu 18.04 GCC : 7.5.0 GLIBC : 2.27 Linux kernel version : 4.18.0-25-generic /usr/lib/x86_64-linux-gnu/

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2017-09-15 Thread littleyellowhuang
Hello, I have the same problem with ubuntu 16.04 and dpdk 16.11. the errors are as followed: /usr/lib/x86_64-linux-gnu/libmvec_nonshared.a(svml_finite_alias.oS): In function `_ZGVbN2v___log_finite': (.text+0x0): multiple definition of `_ZGVbN2v___log_finite' /usr/lib/x86_64-linux-gnu/libmvec_non

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2017-01-30 Thread ChristianEhrhardt
Hi vishal, these days - even more when this was reported - I'd recommend a newer DPDK. In Zesty proposed you can find 16.11 in Yakkety the latest stable release being 16.07.2. The same applies if you compile yourself - so might I ask are you also seeing this with a recent DPDK version? TL;DR (in

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2017-01-30 Thread vishal
Hi - I'm facing the same compilation issue. Has anyone looked into it? Error: multiple definition of `_ZGVbN2v___log_finite' OS: Ubuntu 16.04 LTS Kernel: 4.4.0-21-generic I'm compiling DPDK 2.2 inside Ubuntu VM on CentOS Host. -- You received this bug notification because you are a member of U

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-07-08 Thread Launchpad Bug Tracker
[Expired for dpdk (Ubuntu) because there has been no activity for 60 days.] ** Changed in: dpdk (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578118 Tit

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-09 Thread ChristianEhrhardt
Hi, yes you probably would get this bug with any recent compiler/glibc (not sure which is the trigger, guess the former) environment. There is not much Ubuntu does particularly wrong/right here. And since it is fixed upstream in the DPDK project (working in 16.04) it is not much more we could do

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-09 Thread ChristianEhrhardt
sorry, timeout in 59 days now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578118 Title: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3 To manage notifications about this bug go to: ht

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-08 Thread 沈游人
Thanks, Christian Set CONFIG_RTE_BUILD_COMBINE_LIBS as y surely can avoid this error message. But as you said, the combined build is not an option. Also 15.10 can build in the counter way that set CONFIG_RTE_BUILD_COMBINE_LIBS=y. However, I can understand this is not a critical bug and should not

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-05 Thread ChristianEhrhardt
I tried to recreate again and went a bit back and forth. I was able to trigger it finally. You are encountering an issue that happens only when CONFIG_RTE_BUILD_COMBINE_LIBS=n. If it is an option just set it to y and be good with the single lib. If combined build is not an option the next you sh

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-05 Thread Sean Brown
I am having the same issue with Ubuntu 16.04 and dpdk. I am building from dpdk version 2.1.0. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578118 Title: DPDK compile error with ubuntu 16.04 glibc

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-05 Thread Sean Brown
here are my install logs: == Build app/test LD test /usr/lib/x86_64-linux-gnu/libmvec_nonshared.a(svml_finite_alias.oS): In function `_ZGVbN2v___log_finite': (.text+0x0): multiple definition of `_ZGVbN2v___log_finite' /usr/lib/x86_64-linux-gnu/libmvec_nonshared.a(svml_finite_alias.oS):(.text+0x

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-05 Thread ChristianEhrhardt
Hi, I have 2.23-0ubuntu3 just as you. Also this is building all the time in Xenial and Yakkety over the last few months, so it should work for To be free of any "I fixed that before" differences i did that build I reported above in a fresh system that I created with uvt-kvm. Maybe it is vice ve

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-05 Thread ChristianEhrhardt
** Changed in: dpdk (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578118 Title: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3 To manage notifica

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-04 Thread 沈游人
hi, Christian, Thanks for your reply. I need to develop on dpdk, so I prefer to build dpdk from source code. And I followed your guild on Upstream 2.2, but still fails with same error. Here is the version of my Glibc[1]: I don't know how u success on this, would you mind to show your version of

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-04 Thread ChristianEhrhardt
Do you build form upstream source or the ubunut packaged source? Also depending on what you do you might just install it as DPDK is available in Xenial. Since it builds in sbuild/adt/locally for X and Y for me I just gave a quick try. # get build environment with all you need to dpdk sudo apt in

[Bug 1578118] Re: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3

2016-05-04 Thread Matthias Klose
** Package changed: glibc (Ubuntu) => dpdk (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578118 Title: DPDK compile error with ubuntu 16.04 glibc 2.23-0ubuntu3 To manage notifications abo