From owner-freebsd-ports@FreeBSD.ORG Wed Apr 30 03:50:08 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90ECE1065671 for ; Wed, 30 Apr 2008 03:50:08 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id 790758FC21 for ; Wed, 30 Apr 2008 03:50:08 +0000 (UTC) (envelope-from randy@psg.com) Received: from [2001:240:0:207:21b:63ff:feb3:55b6] (helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jr3Ka-000Kpr-1q; Wed, 30 Apr 2008 03:50:08 +0000 Message-ID: <4817EC6E.20508@psg.com> Date: Wed, 30 Apr 2008 12:50:06 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Mark Kirkwood References: <48142EBE.30004@psg.com> <4817EB1D.4080802@paradise.net.nz> In-Reply-To: <4817EB1D.4080802@paradise.net.nz> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Re: hang making bash in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 03:50:08 -0000 > I'm running into this, but during make of gtar 1.20 in 7-STABLE from > yesterday. It looks like the command running is: > > # ps -auxw | grep msgmerge > root 30762 0.0 0.1 4644 1528 p2 I+ 12:45PM 0:00.01 > /usr/local/bin/msgmerge --update -q /dev/null /dev/null > > Trying this command standalone reproduces the hang - nothing from ktrace > or truss. > > It *looks* like msgmerge is built properly: > > # ldd /usr/local/bin/msgmerge > /usr/local/bin/msgmerge: > libgettextsrc-0.16.1.so => /usr/local/lib/libgettextsrc-0.16.1.so > (0x48083000) > libgettextlib-0.16.1.so => /usr/local/lib/libgettextlib-0.16.1.so > (0x480b4000) > libintl.so.8 => /usr/local/lib/libintl.so.8 (0x480d2000) > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x480db000) > libm.so.4 => /lib/libm.so.4 (0x481d0000) > libgomp.so.1 => /usr/lib/libgomp.so.1 (0x481e5000) > libthr.so.2 => /lib/libthr.so.2 (0x481ec000) > libc.so.7 => /lib/libc.so.7 (0x481ff000) > > I notice that this same command works fine on another 7-STABLE system > built from src in late Feb. I'm gonna rebuild gettext and see if that > helps. this is not a good week for current. all sorts of fun. cvsup again. you'll want the thread fixes that came out in the last day too. randy