Public bug reported: I suspect a bug in gcc's translation handling.
$ echo $LANG la.UTF-8 $ gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c _parse_btree_c.c -o build/temp.linux-x86_64-2.5/_parse_btree_c.o _parse_btree_c.c:91: warning: รข defined but not used $ LANG=C gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c _parse_btree_c.c -o build/temp.linux-x86_64-2.5/_parse_btree_c.o _parse_btree_c.c:91: warning: '__pyx_f_14_parse_btree_c_string_to_int_safe' defined but not used I have no /usr/share/locale-langpack/la/LC_MESSAGES/gcc* affects ubuntu/gcc-4.1 -- GPG key available at: <http://www.robertcollins.net/keys.txt>. ** Affects: gcc-4.1 (Ubuntu) Importance: Undecided Status: New -- gcc undefined symbol message broken when LANG files are incomplete https://bugs.launchpad.net/bugs/245086 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
