If I were to guess, a part of the issue with the bug acting "dead" is the lack of a proper package association. I just installed the package that is the owner of the appropriate file in my distro, (K)Ubuntu 10.04. The file /usr/include/c++/4.4/cstdio is owned by libstdc++6-4.4-dev however your version will have a different version of g++/libstdc++ installed. Hardy also gave you the option of four versions. Try using g++-4.2 (and make sure you're using it with `g++ -v` to show version).
http://packages.ubuntu.com/ "Search the contents of packages" "cstdio" " packages that contain files whose names contain the keyword" distribution:"hardy". Also, on your installed system: `locate cstdio` to find the file then `dpkg -S <FILE>` where in my case I did `dpkg -S /usr/include/c++/4.4/cstdio` to find the owner. Also, is your system completely up to date for Hardy 8.04? It's possible this was solved upstream and it trickled into an update. Looking at mine it appears to also affect me. -- asprintf() and vasprintf() missing in <cstdio> header file https://bugs.launchpad.net/bugs/290742 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
