Hello, I uploaded a new version of this package, which was 3 years old an unattended by the maintainer.
The line in question was modified from: inline ustring::ustring& ustring::operator=(const ustring& other) { storage = other.storage; return *this; } to: inline ustring& ustring::operator=(const ustring& other) { storage = other.storage; return *this; } And there don't seem to be similar "mistakes" in the rest of the inlines. gcc-4.5 is apparently not available in sid yet, so I didn't want to mess too much with my pbuilder environment adding versions from experimental or whatever that version comes from (and gcc-snapshot maybe contains stuff more recent/experimental from 4.6 versions...). Could you *easily* build k3d with gcc-4.5 again? If so, please do, and tell me. Otherwise I'll check later when gcc-4.5 is available, if there's no urgency in this question. Cheers. -- Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org