From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 00:27:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6562088A for ; Wed, 19 Nov 2014 00:27:27 +0000 (UTC) Received: from fep18.mx.upcmail.net (fep18.mx.upcmail.net [62.179.121.38]) by mx1.freebsd.org (Postfix) with ESMTP id D3D67B25 for ; Wed, 19 Nov 2014 00:27:26 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep18-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20141119002723.NCUJ18284.viefep18-int.chello.at@edge01.upcmail.net>; Wed, 19 Nov 2014 01:27:23 +0100 Received: from matrix020.matrix.net ([84.114.222.59]) by edge01.upcmail.net with edge id HCTM1p00p1HW9Sk01CTMFo; Wed, 19 Nov 2014 01:27:22 +0100 X-SourceIP: 84.114.222.59 From: 4711@chello.at To: freebsd-questions@freebsd.org Subject: Re: openoffice build fails. Date: Wed, 19 Nov 2014 01:27:22 +0100 Message-ID: <10033996.HOrm3u7UXj@matrix020.matrix.net> User-Agent: KMail/4.12.5 (FreeBSD/9.3-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <54647A67.6020104@bananmonarki.se> References: <54647A67.6020104@bananmonarki.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Bernt Hansson X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 00:27:27 -0000 On Thursday 13 November 2014 10:31:19 Bernt Hansson wrote: > Hello list. > > FreeBSD 9.3-PRERELEASE #1 r266465 > > Trying to build openoffice4 and openoffice-devel. > Tried libreoffice but then I can not add a printer. > > Oo4 and devel fail at the same place with this: > > ... unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | ... > ... creating links ... > ... cleaning the output tree ... > ... removing directory /tmp/ooopackaging/i_148361415810048 ... > remove_empty_dirs_in_folder > /usr/ports/editors/openoffice- devel/work/aoo/main/instsetoo_native/unxfbsdx. > pro/Apache_OpenOffice/archive/install/sv_inprogress/Apache_OpenOffice_4.1.0 _ > FreeBSD_install-arc_sv/openoffice4/share/extensions ... current dir: > /usr/ports/editors/openoffice- devel/work/aoo/main/instsetoo_native/unxfbsdx. > pro/Apache_OpenOffice/archive/install/sv_inprogress/Apache_OpenOffice_4.1.0 _ > FreeBSD_install-arc_sv/openoffice4/program ... > ... unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | ... > ... cleaning the output tree ... > ... removing directory /tmp/ooopackaging/i_148371415810048 ... > Error: ERROR: unopkg sync --verbose - env:UNO_JAVA_JFW_ENV_JREHOME=true > 2>&1 | failed! > > ************************************************** > ERROR: ERROR: unopkg sync --verbose - env:UNO_JAVA_JFW_ENV_JREHOME=true > 2>&1 | failed! > in function: register_extensions > ************************************************** > in function: register_extensionsstopping log at Wed Nov 12 17:36:14 2014 > dmake: Error code 255, while making 'openoffice_en-US.archive' > > 1 module(s): > instsetoo_native > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /usr/ports/editors/openoffice-devel/work/aoo/main/instsetoo_native/util > > When you have fixed the errors in that module you can resume the build > by running: > > build --from instsetoo_native > > *** [do-build] Error code 1 > _______________________________________________ > 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" In your case the openoffice-devel port probably uses the previously installed libreoffice extensionmanager (unopkg) which resides in /usr/local/bin. Renaming the unopkg program [# mv /usr/local/bin/unopkg /usr/local/bin/unopkg.bak ] or deleting the libreoffice package should fix the build of oo-devel. If you want to use the libreoffice printer-admin-program, it works here on a 9.3- STABLE system by using this commands: % cd /usr/local/lib/libreoffice/program % ./spadmin On my system libreoffice automatically registered my already configured CUPS- printer (as oo-devel does). If both office-packages are installed there are maybe some conflicts when using the extensionmanager unopkg. I didn't test this, because i switched to libreoffice. libreoffice installs unopkg in /usr/local/bin, openoffice installs it in its own /usr/local/openoffice-... path. Maybe there are the same troubles for some other files. For a production system I would only install LE or OO, not both. System: FreeBSD 9.3-STABLE #0 r274469 Ports: %pkg info cups libreoffice apache-openoffice-devel %v cups-1.7.3_1 libreoffice-4.2.5_5 apache-openoffice-devel-4.1.1560773_4,2 Cheers,