Date: Sun, 10 Apr 2005 00:19:43 -0400 (EDT) From: Mikhail Teterin <mi@aldan.algebra.com> To: gnome@FreeBSD.org Cc: amd64@FreeBSD.org Subject: mozilla's install hanging on amd64 Message-ID: <200504100419.j3A4JhuP025733@aldan.algebra.com>
next in thread | raw e-mail | index | archive | help
Hello! I've enabled Calendar in www/mozilla. The port builds fine, but at the install time it hangs at: /bin/rm -fr /opt/include/mozilla /bin/mkdir -p /opt/include/mozilla /bin/chmod 755 /opt/include/mozilla cd /var/usr/ports/www/mozilla/work/fake/include/mozilla && /usr/bin/find . | /usr/bin/cpio -pdm -L -R root:wheel /opt/include/mozilla 34001 blocks /bin/mkdir -p /opt/share/gnome/applications install -o root -g wheel -m 444 /var/usr/ports/www/mozilla/work/mozilla.desktop /opt/share/gnome/applications ===> Building Chrome's registry... *** Registering -webcal handler. *** Registering text/calendar handler. *** Registering webcal protocol handler. I can see regxpcom running at full steam consuming all available CPU. I first blamed the -O2 switch, but exactly the same thing happens after a complete rebuild of the port with -O. This is on a single-processor Opteron system. According to ktrace, the regxpcom process is doing nothing, but occasional: 3237 regxpcom RET kse_release 0 3237 regxpcom CALL kse_release(0x7fffffefef50) Any ideas? Thanks! -mi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504100419.j3A4JhuP025733>