On Fri, 4 Mar 2011 15:09:26 +0200, Sergey V. Dyatko wrote: > Hi, > > I'm trying update www/libxul but got following error: > http://tiger.ipfw.ru/files/libxul.txt > > tiger# uname -a > FreeBSD tiger.minsk.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #33 r217684: > Fri Jan 21 11:46:03 EET 2011 > [email protected]:/usr/obj/usr/src/sys/tiger-desktop i386 > > [tiger@tiger]~%pkg_version -vL=|grep xul > libxul-1.9.2.13 < needs updating (port has > 1.9.2.14)
c++: Internal error: Killed: 9 (program cc1plus) That means gcc was killed with signal 9 and that is SIGKILL. Probably /var/log/messages tells you more. It could be possible that the system runs out of swap and thus gcc gets killed by the out of memory killer. -- Bernhard Froehlich http://www.bluelife.at/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
