From owner-freebsd-questions@FreeBSD.ORG Sun Jan 3 10:20:18 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 DB053106566C for ; Sun, 3 Jan 2010 10:20:18 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from relay.pcl-ipout01.plus.net (relay.pcl-ipout01.plus.net [212.159.7.99]) by mx1.freebsd.org (Postfix) with ESMTP id 742E08FC13 for ; Sun, 3 Jan 2010 10:20:18 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAB7+P0vUnw4R/2dsb2JhbAC4W5ghhDEE Received: from pih-relay04.plus.net ([212.159.14.17]) by relay.pcl-ipout01.plus.net with ESMTP; 03 Jan 2010 10:20:17 +0000 Received: from [84.92.153.232] (helo=curlew.milibyte.co.uk) by pih-relay04.plus.net with esmtp (Exim) id 1NRNZI-0007f7-Po for freebsd-questions@freebsd.org; Sun, 03 Jan 2010 10:20:16 +0000 Received: by curlew.milibyte.co.uk with local (Exim 4.71) (envelope-from ) id 1NRNZI-0000Y2-Fg for freebsd-questions@freebsd.org; Sun, 03 Jan 2010 10:20:16 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Sun, 3 Jan 2010 10:20:16 +0000 User-Agent: KMail/1.9.10 References: <201001021557.59944.jmc-freebsd2@milibyte.co.uk> <4B3FA51F.5040909@infracaninophile.co.uk> <201001022349.50546.jmc-freebsd2@milibyte.co.uk> In-Reply-To: <201001022349.50546.jmc-freebsd2@milibyte.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201001031020.16348.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: 08f9d4b953b6e4260f1091c211210997 Subject: Re: Problems building en-openoffice.org-GB-3.1.1 from ports 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: Sun, 03 Jan 2010 10:20:18 -0000 On Saturday 02 January 2010, Mike Clarke wrote: > ... and the build of OpenOffice ran through the configure stage > without any problems so I'm keeping my fingers crossed that it'll > still be compiling tomorrow. Well it went a bit further but failed with the following: ----------------------------------------------------------------------- Checking DLL ../unxfbsdi.pro/lib/check_i18npool.uno.so ...-rwxr-xr-x 1 root wheel 2897131 Jan 2 23:53 ../unxfbsdi.pro/lib/i18npool.uno.so Running processes: 0 deliver -- version: 266154 Module 'i18npool' delivered successfully. 29 files copied, 5 files unchanged 1 module(s): cppunit need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /backup/tmp/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from cppunit" rmdir /tmp/17668 *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. ----------------------------------------------------------------------- After pondering a bit more over this problem I think I know where the 6.4 stuff may have come from. After I built the base system I copied various useful files from /root on the 6.4 system, including /root/.cshrc which contained a line setting PACKAGESITE to ftp://ftp2.uk.freebsd.org/pub/FreeBSD/ports/i386/packages-6.4-release/All/ and it's quite possible that I ran portinstall -P for some ports before I got round to changing this to point to packages-8. Considering the vast number of files in /usr/local/bin with links to missing libraries I think my best approach now will be to deinstall ALL my ports and reinstall them again from scratch after deleting everything in /usr/ports/packages and checking that all directories in /usr/local (except etc) have been emptied. -- Mike Clarke