There are 2 workarounds for this: 1. Convert printers.py to python3 yourself:
$ cd /usr/share/gcc-4.8/python/libstdcxx/v6/ $ 2to3 -w printers.py 2. Use this patch: http://gcc.gnu.org/ml/libstdc++/2013-10/msg00243.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258642 Title: gdb: Python 3 incompatible with libstdc++ pretty printers. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1258642/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
