trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread PICCA Frederic-Emmanuel
Hello, guyes, I am working on this bug report[1], and I would like your opinion. this package depends on the tango library which was rebuilt with gcc5 and updated for the libstdc++6 transition. Now as you can see in the bug report, pytango FTBFS with a missing symbol. and indeed the missing

Re: trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread Scott Kitterman
On Sunday, September 06, 2015 08:23:37 AM PICCA Frederic-Emmanuel wrote: > Hello, guyes, > > I am working on this bug report[1], and I would like your opinion. > this package depends on the tango library which was rebuilt with gcc5 and > updated for the libstdc++6 transition. > > Now as you can

Re: trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread Matthias Klose
On 09/06/2015 04:24 PM, Scott Kitterman wrote: > On Sunday, September 06, 2015 08:23:37 AM PICCA Frederic-Emmanuel wrote: >> Hello, guyes, >> >> I am working on this bug report[1], and I would like your opinion. >> this package depends on the tango library which was rebuilt with gcc5 and >>

Re: trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread Dmitry Shachnev
On Sun, 06 Sep 2015 18:28:04 +0300, Dmitry Shachnev wrote: > The actual error is about another symbol: > > _PyTango.so: undefined symbol: _ZN5Tango17ranges_type2constIjE3strE > > This symbol is old ABI, as opposed to > _ZN5Tango17ranges_type2constIjE3strB5cxx11E > (which *does* exist in

Re: trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread Dmitry Shachnev
On Sun, 6 Sep 2015 16:35:40 +0200, Matthias Klose wrote: >> The old abi is explicitly set by line 261 of setup.py. > > no. the libstdc++ ABI is unrelated to the C++ standard used for the build. > > the symbol is defined: > > $ objdump -T /usr/lib/x86_64-linux-gnu/libtango.so|grep >