From owner-freebsd-office@FreeBSD.ORG Sun Dec 14 14:50:56 2014 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 139F1129 for ; Sun, 14 Dec 2014 14:50:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EACF81FD for ; Sun, 14 Dec 2014 14:50:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBEEotsM028418 for ; Sun, 14 Dec 2014 14:50:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 195967] New: editors/openoffice-4 fails to build with libreoffice installed Date: Sun, 14 Dec 2014 14:50:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sakaue.mamoru@mwghennndo.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 14:50:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195967 Bug ID: 195967 Summary: editors/openoffice-4 fails to build with libreoffice installed Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: sakaue.mamoru@mwghennndo.com Flags: maintainer-feedback?(office@FreeBSD.org) Assignee: office@FreeBSD.org Created attachment 150566 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150566&action=edit add libreoffice-* to CONFLICTS_BUILD It fails to build editors/openoffice-4 when libreoffice-* is installed because of an incorrect call of unopkg due to an incorrect priority in path search during build. It was not easy for me to give a fundamental solution because its calling process was not simple. I will suggest to add libreoffice-* to CONFLICTS_BUILD until a fundamental solution comes. [BUILD LOG] (Mon Dec 8 20:55:15 JST 2014) # make -C /usr/ports/editors/openoffice-4 ....(skipped).... ... current dir: /usr/ports/editors/openoffice-4/work/aoo-4.1.1/main/instsetoo_native/unxfbsdx.pro/Apache_OpenOffice/archive/install/en-US_inprogress/Apache_OpenOffice_4.1.1_FreeBSD_install-arc_en-US/openoffice4/program ... ... unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | ... ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_488571418054856 ... 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 Tue Dec 9 01:08:09 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-4/work/aoo-4.1.1/main/instsetoo_native/util When you have fixed the errors in that module you can resume the build by running: build --from instsetoo_native *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/openoffice-4 *** Error code 1 Stop. make: stopped in /usr/ports/editors/openoffice-4 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer office@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.