From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 10:33:55 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 D2FDE1065674 for ; Wed, 24 Mar 2010 10:33:55 +0000 (UTC) (envelope-from freebsd.user@seibercom.net) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 50F068FC08 for ; Wed, 24 Mar 2010 10:33:55 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1646059qwi.7 for ; Wed, 24 Mar 2010 03:33:54 -0700 (PDT) Received: by 10.229.104.195 with SMTP id q3mr7850818qco.56.1269426834257; Wed, 24 Mar 2010 03:33:54 -0700 (PDT) Received: from scorpio.seibercom.net (c-67-189-160-65.hsd1.ny.comcast.net [67.189.160.65]) by mx.google.com with ESMTPS id 5sm1952051qwh.5.2010.03.24.03.33.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Mar 2010 03:33:53 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freebsd.user@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id D229F2283B for ; Wed, 24 Mar 2010 06:33:51 -0400 (EDT) Date: Wed, 24 Mar 2010 06:33:51 -0400 From: Jerry To: freebsd-questions@freebsd.org Message-ID: <20100324063351.0d134325@scorpio.seibercom.net> In-Reply-To: <4BA9E4E0.2040305@zedat.fu-berlin.de> References: <4BA893B0.90608@zedat.fu-berlin.de> <785019.20087.qm@web30804.mail.mud.yahoo.com> <4BA8F34A.5040908@mail.zedat.fu-berlin.de> <4BA8FAD7.6000902@collaborativefusion.com> <4BA9E4E0.2040305@zedat.fu-berlin.de> Organization: seibercom.net X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd7.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: OpenOffice 3.2 fails to build on FreeBSD 8.0-STABLE/amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2010 10:33:55 -0000 On Wed, 24 Mar 2010 10:09:36 +0000 O. Hartmann articulated: > Just for the record: deleting OO 3.1.1 via pkg_delete and trying to > install new OO 3.2 fails at the same point as before. OO creates files in the $HOME and other directories that are not automatically removed by "pkg_delete". Use "pkg_delete" with the "-dfv" option to delete as much as possible. Then move or delete the other OO files/directories. You will probably have to search for them. Finally, update your ports tree and try reinstalling OO again. If you have "portmanager" installed, you could try this: portmanager editors/openoffice.org-3.2.0 -l -y -p Good Luck! -- Jerry FreeBSD.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ When a person goes on a diet, the first thing he loses is his temper.