From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 19:49:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 225C510656A3 for ; Tue, 28 Dec 2010 19:49:56 +0000 (UTC) (envelope-from arthurbarlow@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF4798FC1F for ; Tue, 28 Dec 2010 19:49:55 +0000 (UTC) Received: by iwn39 with SMTP id 39so9736599iwn.13 for ; Tue, 28 Dec 2010 11:49:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=hSmMhUZrWiphpd0TeJIYdPxYjGl/u4w+QVIhnzpNpWE=; b=XJAMy0uBEApsmZcBwnJAclfooT6/QJ3uwlpgGqIegwlTYXuB3xnorSYiK5yZMIZHEy Ow5kzZUdZYN7VhuJyYx/jo/4S7Y0ZMY2B2Eo9AYLq7e72MN8SACm6xUisiJi6N4ltpAF mItSfsIzAcGjfwB++WdxQvtMINORiwv+mpLBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=SFhM+h9wOz/cjJGap/RDAwPmAoyzBnolIL5UrmPNpB4mshXtQu9lpmuZjpRU+7DqXo UReeBKUsF85nfmZSinUarbPJaIZeaptN7auKf0f3xFpsyj9lHOX512+XnXB5x3WZ/+EZ 5Qfce9Xz7ur0j3AMF6sZXGGMhcLDoGbJ7xdsE= MIME-Version: 1.0 Received: by 10.231.13.203 with SMTP id d11mr4665085iba.33.1293565795220; Tue, 28 Dec 2010 11:49:55 -0800 (PST) Received: by 10.231.203.211 with HTTP; Tue, 28 Dec 2010 11:49:55 -0800 (PST) Date: Tue, 28 Dec 2010 11:49:55 -0800 Message-ID: From: Arthur Barlow To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Problem with dbus update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 19:49:56 -0000 > Message: 26 > Date: Mon, 27 Dec 2010 15:10:35 -0800 > From: Charlie Kester > Subject: Re: Problem with dbus update > To: freebsd-questions@freebsd.org > Message-ID: <20101227231035.GA91404@comcast.net> > Content-Type: text/plain; charset=3Dus-ascii; format=3Dflowed > > On Mon 27 Dec 2010 at 12:13:32 PST Alexander Konotop wrote: >>Same problem. It's seems like it's not hanging, but awaiting of >>something. > > We've been discussing this on the forums. > > The problem seems to be that textproc/man2html is broken. =A0Warren Block > pointed out that if you deinstall man2html, the dbus upgrade will > succeed. =A0(It just won't build html'ized versions of the manpages.) > > If you do need the html'ized manpages, I suggest you build them after > the upgrade, perhaps using www/man2web instead. > I concur. This fixed it.