Comment 3 for bug 1258642

Revision history for this message
Tomasz Ziętkiewicz (tomek-zietkiewicz) wrote :

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