From owner-freebsd-ports@FreeBSD.ORG Sun Jun 8 22:52:38 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 D82AA106564A for ; Sun, 8 Jun 2008 22:52:38 +0000 (UTC) (envelope-from robillard.etienne@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8CD778FC12 for ; Sun, 8 Jun 2008 22:52:38 +0000 (UTC) (envelope-from robillard.etienne@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so943467ywe.13 for ; Sun, 08 Jun 2008 15:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=VQshAynPhVtrUTR35LW9c/wZqBZeCuALQdlIvHioTxw=; b=U989eS42Ds4hmpHg1GURzyVOeHmxcRHi57/Uva+TGANuZjKoWV/k0aMjbgpBSkCtj4 BjS1D5YDp63eDYwwxGrwZkkHHrStImXRcbX3trTqBG42QXuTqyTgzDXigqo5cPyot/Fd igAi+qc49jk5x+A0AeDukCiW4E+M2NkrQNARs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:organization :x-mailer:mime-version:content-type:content-transfer-encoding; b=wreTrPTk/zaom57Wg7mXyh9LCrwop0TGkdClACJTNCrYn2hRnKXow5WAndUrZxPC4L Vr+NOcf+iHwbPELeE3xQFfDUaydfb6B662NXs5nPvMP8z/ElcxSoTeBVDl43BUvH/GjA L0v97rdWCYEb7eH9z6BAhStK09yigHm0+ST4s= Received: by 10.151.99.17 with SMTP id b17mr4985924ybm.212.1212963817113; Sun, 08 Jun 2008 15:23:37 -0700 (PDT) Received: from localhost ( [24.201.85.138]) by mx.google.com with ESMTPS id 7sm8627627ywo.7.2008.06.08.15.23.32 (version=SSLv3 cipher=RC4-MD5); Sun, 08 Jun 2008 15:23:32 -0700 (PDT) Date: Sun, 8 Jun 2008 18:27:01 -0400 From: Etienne Robillard To: freebsd-ports@freebsd.org Message-Id: <20080608182701.e66304bd.robillard.etienne@gmail.com> In-Reply-To: <48195136.7000401@paradise.net.nz> References: <48142EBE.30004@psg.com> <4817EB1D.4080802@paradise.net.nz> <4817EC6E.20508@psg.com> <48195136.7000401@paradise.net.nz> Organization: Green Tea Hackers Club X-Mailer: Sylpheed 2.4.3 (GTK+ 2.10.13; i386-unknown-openbsd4.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Sun, 08 Jun 2008 22:52:39 -0000 On Thu, 01 May 2008 17:12:22 +1200 Mark Kirkwood wrote: > Randy Bush wrote: > >> 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. > > > > > > Thanks Randy - However I have just cvsup'ed and still no joy. Did these > changes make it into 7-STABLE or just CURRENT? (I'm on the former). > > regards > > Mark Hi, Did you guys did a full buildworld ? I just compiled bash on a recent -current and its running silky smooth. $ bash --version GNU bash, version 3.2.39(1)-release (i386-portbld-freebsd8.0) Copyright (C) 2007 Free Software Foundation, Inc. $ sysctl -a | grep kern.os kern.ostype: FreeBSD kern.osrelease: 8.0-CURRENT kern.osrevision: 199506 kern.osreldate: 800038 Or perhaps a 'pkg_delete -a' and then recompiling all user-land programs should do the trick.. HTH, Etienne -- Etienne Robillard