[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Dan Marinescu
it has nothing to do with python3 vs python2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304 Title: FFe for gdb 7.6 To manage notifications about this bug go to:

[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Dan Marinescu
https://sourceware.org/bugzilla/show_bug.cgi?id=13615 ** Bug watch added: Sourceware.org Bugzilla #13615 http://sourceware.org/bugzilla/show_bug.cgi?id=13615 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Francisco Lopes
@dmarinescu really? because I have cloned gdb sources days ago and built it linking to libpython2 (not libpython3 as it's in the default saucy), and it's all working fine for me now, pretty printers and golang debugging... -- You received this bug notification because you are a member of Ubuntu

[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Dan Marinescu
really, when you cloned and build gdb, you also got his changes... that's __why__ it's working for you (i believe, have no other explanation) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304

[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Francisco Lopes
@dmarinescu do you want me to post here the error logs when using the /usr/bin/gdb? because I can state right away, the errors are pointed in python source code lines for gdb plugins. And those python lines are exactly non-conformant with python 3. -- You received this bug notification because

[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Dan Marinescu
you can replace python with python3 (first line in .gdbinit) and see for yourself, it does not change anything the guy broke the build (in terms of functionality) because when he checked in printers.py he assumed that the rest of the planet (using that functionality) would co-it with the rest

[Bug 1166304] Re: FFe for gdb 7.6

2014-01-04 Thread Dan Marinescu
at least he was kind enough to leave a comment behind (in printers.py:53) so don't have to diff it so, gdb build time here (just as you did) :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304

[Bug 1166304] Re: FFe for gdb 7.6

2013-12-31 Thread Francisco Lopes
man, now I unable to debug golang too... I'm going to build my own gdb all because of this -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304 Title: FFe for gdb 7.6 To manage notifications

[Bug 1166304] Re: FFe for gdb 7.6

2013-12-30 Thread Francisco Lopes
I've upgraded to Ubuntu Saucy, and now, the issue refered by Alastair Rankine is biting me. What's up? now gdb is being built with python3 and I can't use libstdc++ pretty printers anymore?? It was essential for me. =/ -- You received this bug notification because you are a member of Ubuntu

[Bug 1166304] Re: FFe for gdb 7.6

2013-04-17 Thread Alastair Rankine
Adding python3 support is a mistake IMHO, at least until all packaged gdb python code is upgraded to support it. And by this I'm mainly thinking of the libstdc++ pretty printers, as provided by the various libstdc++6-4.x-dbg packages. Currently these modules are not usable, and give the following

[Bug 1166304] Re: FFe for gdb 7.6

2013-04-16 Thread Colin Watson
This seems OK. Thanks for putting this together. ** Changed in: gdb (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304 Title: FFe for gdb 7.6 To manage

[Bug 1166304] Re: FFe for gdb 7.6

2013-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/gdb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304 Title: FFe for gdb 7.6 To manage notifications about this bug go to:

[Bug 1166304] Re: FFe for gdb 7.6

2013-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gdb - 7.6~20130408-0ubuntu1 --- gdb (7.6~20130408-0ubuntu1) raring; urgency=low * gdb 7.6 snapshot, taken from the 7.6 release branch. LP: #1166304. - Adds support for Aarch64. * Build using Python3. -- Matthias Klose d...@ubuntu.com Mon,

[Bug 1166304] Re: FFe for gdb 7.6

2013-04-10 Thread Matthias Klose
** Attachment added: NEWS for 7.6 https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1166304/+attachment/3637679/+files/NEWS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166304 Title: FFe for