From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 20:50:09 2012 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 12952106568B for ; Sat, 9 Jun 2012 20:50:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id B9FBC8FC15 for ; Sat, 9 Jun 2012 20:50:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SdSbk-0002hX-J8 for freebsd-questions@freebsd.org; Sat, 09 Jun 2012 22:50:04 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jun 2012 22:50:04 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jun 2012 22:50:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Date: Sat, 9 Jun 2012 20:46:49 +0000 (UTC) Lines: 32 Message-ID: References: <20120609171225.GA2860@rusty.rusty.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Subject: Re: Problems with portupgrade libreoffice 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: Sat, 09 Jun 2012 20:50:09 -0000 On Sat, 09 Jun 2012 18:12:25 +0100, Dave Morgan wrote: > On 09/06/12 at 04:41P, Walter Hurry wrote: >> FreeBSD 9 on x86_64. >> >> I am in the process of doing a portupgrade on libreoffice (from 3.4.4 >> to 3.5.2.5). During the build it has (so far) errored out 4 times, in >> the following modules: >> >> vcl framework sfx2 tail_build >> >> Each time, it told me to go into the subdirectory, do a gmake clean and >> a gmake -r there, then return to the top level and rerun make. >> >> This I duly did, but to my surprise, each time I ran the gmake -r, it >> completed successfully. >> >> When the top-level make finally succeeds, I intend simply to rerun the >> portupgrade, on the theory that seeing everything already made, it will >> just do the uninstall/reinstall, sort out the dependencies and so >> forth. >> >> Q1) Is this a sensible approach? >> >> Q2) Has anyone else seen this? What is going on? > > There is a thread in the forums which recommends removing boost-libs and > boost-jam, building libreoffice then reinstalling them. > > I did this and it worked for me. Thanks. I'll try that and report back.