Martin Zobel-Helas <[EMAIL PROTECTED]> wrote: >> g++ -g -O2 -g -Wall -O2 -Wall -Werror -MD -MF libqpdf/build/Pl_Buffer.dep >> -MP -Iinclude -Ilibqpdf -c libqpdf/Pl_Buffer.cc -fPIC -DPIC -o >> libqpdf/build/.libs/Pl_Buffer.o >> libqpdf/Pl_Buffer.cc: In member function 'virtual void >> Pl_Buffer::write(unsigned char*, int)': >> libqpdf/Pl_Buffer.cc:21: error: 'memcpy' was not declared in this scope >> libqpdf/Pl_Buffer.cc: In member function 'Buffer* Pl_Buffer::getBuffer()': >> libqpdf/Pl_Buffer.cc:58: error: 'memcpy' was not declared in this scope >> make[1]: *** [libqpdf/build/Pl_Buffer.lo] Error 1 >> make[1]: Leaving directory `/build/buildd/qpdf-2.0/build-tree/qpdf-2.0' >> make: *** [debian/stamp-makefile-build] Error 2 >> dpkg-buildpackage: failure: debian/rules build gave error exit status 2
Thanks for the report. This is obviously a gcc 4.3 problem. Somehow my sid chroot still has gcc 4.2 as the default. I wonder how this happened. Do the buildds have some special configuration to get gcc 4.3? I thought it had become the default on sid. Anyway, I'm manually updating my chroot and rebuilding. A build with 4.3 shows that I had a multitude of this problem, all fixed for the next upload. --Jay -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

