Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7250
| From | Dmitry Shachnev <mitya57@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: trying to solve the pytango FTBFS with gcc5 |
| Date | 2015-09-06 17:30 +0200 |
| Message-ID | <q5K3g-2EY-3@gated-at.bofh.it> (permalink) |
| References | <q5Ehb-2V1-7@gated-at.bofh.it> <q5J7c-1k0-5@gated-at.bofh.it> <q5JgR-1vn-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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 > _ZN5Tango11DeviceProxy14get_corba_nameB5cxx11Eb > 00000000002ce1a0 g DF .text 0000000000000388 Base > _ZN5Tango11DeviceProxy14get_corba_nameB5cxx11Eb > > so find out why _PyTango.so doesn't find it. 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 libtango.so.8). Can it be a bug in GCC? I don't think it should produce such a broken _PyTango.so. -- Dmitry Shachnev
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
trying to solve the pytango FTBFS with gcc5 PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2015-09-06 11:20 +0200
Re: trying to solve the pytango FTBFS with gcc5 Scott Kitterman <debian@kitterman.com> - 2015-09-06 16:30 +0200
Re: trying to solve the pytango FTBFS with gcc5 Matthias Klose <doko@debian.org> - 2015-09-06 16:40 +0200
Re: trying to solve the pytango FTBFS with gcc5 Dmitry Shachnev <mitya57@debian.org> - 2015-09-06 17:30 +0200
Re: trying to solve the pytango FTBFS with gcc5 Dmitry Shachnev <mitya57@debian.org> - 2015-09-06 18:10 +0200
RE:trying to solve the pytango FTBFS with gcc5 PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2015-09-06 18:40 +0200
RE:trying to solve the pytango FTBFS with gcc5 PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2015-09-06 18:40 +0200
RE:trying to solve the pytango FTBFS with gcc5 PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2015-09-06 18:40 +0200
csiph-web