Hi, I notice recently a couple of 'internal compiler errors' on kfreebsd-amd64 buildds.
It seems that gcc-4.6 was still being used. gcc-defaults has changed to use gcc-4.7 on kFreeBSD/Linux i386/and64, so should this be updated manually on the buildds? I think by upgrading the gcc, g++, gfortran binary packages and maybe some others like gcj? From https://buildd.debian.org/status/fetch.php?pkg=webkit&arch=kfreebsd-amd64&ver=1.9.2-1&stamp=1336657578 : > -o > Source/WebKit/gtk/WebCoreSupport/.libs/libwebkitgtk_1_0_la-TextCheckerClientGtk.o > ../Source/WebKit/gtk/WebCoreSupport/TextCheckerClientGtk.cpp: In static > member function 'static void WTF::VectorDestructor<true, T>::destruct(T*, T*) > [with T = WTF::String]': > ../Source/WebKit/gtk/WebCoreSupport/TextCheckerClientGtk.cpp:91:1: internal > compiler error: Aborted > Please submit a full bug report, > with preprocessed source if appropriate. > See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. > Preprocessed source stored into /tmp/cc31XhT3.out file, please attach this to > your bugreport. From https://buildd.debian.org/status/fetch.php?pkg=suphp&arch=kfreebsd-amd64&ver=0.7.1-2&stamp=1336650749 : > /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I../../src -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -I -pipe -g -O2 > -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security > -Werror=format-security -DSUPHP_PATH_TO_SUPHP=\"/usr/lib/suphp/suphp\" -g > -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Werror=format-security -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 > -MT mod_suphp.lo -MD -MP -MF .deps/mod_suphp.Tpo -c -o mod_suphp.lo > mod_suphp.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -D_FORTIFY_SOURCE=2 > -I/usr/include/apache2 -I -pipe -g -O2 -fstack-protector > --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security > -DSUPHP_PATH_TO_SUPHP=\"/usr/lib/suphp/suphp\" -g -O2 -fstack-protector > --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_REENTRANT > -D_GNU_SOURCE -I/usr/include/apr-1.0 -MT mod_suphp.lo -MD -MP -MF > .deps/mod_suphp.Tpo -c mod_suphp.c -fPIC -DPIC -o .libs/mod_suphp.o > mod_suphp.c: In function 'suphp_brigade_read': > mod_suphp.c:85:9: warning: passing argument 2 of 'b->type->read' from > incompatible pointer type [enabled by default] > mod_suphp.c:85:9: note: expected 'const char **' but argument is of type > 'char **' > mod_suphp.c:1143:1: internal compiler error: Aborted > Please submit a full bug report, > with preprocessed source if appropriate. > See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. > Preprocessed source stored into /tmp/ccaWs2M4.out file, please attach this to > your bugreport. Thanks, Regards, -- Steven Chamberlain [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

