From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 09:45:52 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 681FE106564A for ; Tue, 28 Dec 2010 09:45:52 +0000 (UTC) (envelope-from alexander.konotop@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E4D678FC0A for ; Tue, 28 Dec 2010 09:45:51 +0000 (UTC) Received: by bwz12 with SMTP id 12so2849268bwz.13 for ; Tue, 28 Dec 2010 01:45:50 -0800 (PST) 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:x-mailer:mime-version :content-type:content-transfer-encoding; bh=zGJ9ZuhA6uc6exds5dfkcTN+3zTui2vg7hy2vA1CA50=; b=uN9+l4VstxbAp0WrIwhv2r8F/BU/0FsCszU6lUrLGOMlBB8XjrwT7gO5NHhgQAhGqz /2TTrqvPLLxseSi+mpUxa6Wuk+7Z9YHFdpZwWa8GtXMlMGlEYTeL7/YptZz2g0RcdgOa jPL+9neHcMC/49TJHLpPF3HXUV9RUN+u4Fhgo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=pVBH2vD2Z1kptd8NUi6U/4XO5sjOk6m9R7rsNJ005BeUCKljkEZlkZuwqaT+qNfx/P 6OA3ZppppUnIEFwCVZ5Ij13le53T2qx57uB+lEDWZxd7hQY6WFcca/D8tHwgRQmMpHOp 27Txwxwa74jNTVKzuEIDVWbZdhYfUaPLpxU24= Received: by 10.204.32.216 with SMTP id e24mr4264100bkd.204.1293529549417; Tue, 28 Dec 2010 01:45:49 -0800 (PST) Received: from jager (136-162-95-178.pool.ukrtel.net [178.95.162.136]) by mx.google.com with ESMTPS id f20sm5573779bkf.16.2010.12.28.01.45.47 (version=SSLv3 cipher=RC4-MD5); Tue, 28 Dec 2010 01:45:48 -0800 (PST) Date: Tue, 28 Dec 2010 11:45:45 +0200 From: Alexander Konotop To: freebsd-questions@freebsd.org Message-ID: <20101228114545.2703f6a4@jager> In-Reply-To: <20101227231035.GA91404@comcast.net> References: <20101227221332.6b23fcd2@jager> <20101227231035.GA91404@comcast.net> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit 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 09:45:52 -0000 В Mon, 27 Dec 2010 15:10:35 -0800 Charlie Kester пишет: > 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. Warren > Block pointed out that if you deinstall man2html, the dbus upgrade > will succeed. (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. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Yes, it works, thank's! Removing man2html helped. Now the system is being upgraded without problems.