Description of problem: /usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.13-gdb.py contains this fragment: dir = os.path.join (os.path.dirname (objfile), dotdots, pythondir) This assignment to "dir" shadows the "dir" builtin, making it more difficult to use python interactively within gdb. Suggest the use of "dir_" instead of "dir" Version-Release number of selected component (if applicable): gdb-7.0.1-48.fc12.i686
Post upstream: [patch] [libstdc++ pretty-printer] Fix python `dir' var vs. func clash http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00508.html
It has been checked-in upstream: http://gcc.gnu.org/viewcvs?view=revision&revision=162962 Reassigning.
gcc-4.5.1-1.fc14,libtool-2.2.10-3.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/gcc-4.5.1-1.fc14,libtool-2.2.10-3.fc14
gcc-4.5.1-1.fc14, libtool-2.2.10-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.