From owner-freebsd-ports@FreeBSD.ORG Fri Jul 6 22:20:35 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8468F106564A for ; Fri, 6 Jul 2012 22:20:35 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 303C18FC08 for ; Fri, 6 Jul 2012 22:20:35 +0000 (UTC) Received: by qcsg15 with SMTP id g15so6581052qcs.13 for ; Fri, 06 Jul 2012 15:20:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gmlbeIc0M7AkHVl7Xx94XtbztdMABxfwzpWHVQ4lDKM=; b=zPYeAvSum2oxCBKSaXByUKhqPXvKxR+n8GkWzz5QT+EDR/PU9GVxv2txCO6UjXCGZG YDzqPZF22j762Xjy+6c6YDSRA08mAzRH2tV6+wXamKGo3/fKOfmJ4ji0yuy+zrthANbK Akv0LlZFO39zSvo71ZVrRuBJe6XhlTMnk2nsI3R0kWJ60dwiSjKJnNAOEhTQaEa6EpcE Hm4JCghFBF0oGK0zAZ8P1DyEyTtokHt4ERuJ57Hl2rSJBiJ0s7PRyN94439AyYIML16D Hx6EtjTPh4ZuLli+BJVpbDIAR32FXXsIPE9svjxw2C43WDmxODDF8OZ8Wk3alYXHTVIj fOEA== MIME-Version: 1.0 Received: by 10.229.134.205 with SMTP id k13mr16214770qct.153.1341613234534; Fri, 06 Jul 2012 15:20:34 -0700 (PDT) Received: by 10.229.145.2 with HTTP; Fri, 6 Jul 2012 15:20:34 -0700 (PDT) In-Reply-To: <20120706222002.30fa8950@zeta.dino.sk> References: <1341453265.22044.10.camel@z6000.lenzicasa> <20469.8463.643387.902009@jerusalem.litteratus.org> <1341472902.38737.4.camel@z6000.lenzicasa> <4FF55532.2010807@eskk.nu> <1341508287.44649.20.camel@z6000.lenzicasa> <1341526029.44649.72.camel@z6000.lenzicasa> <20120706222002.30fa8950@zeta.dino.sk> Date: Fri, 6 Jul 2012 17:20:34 -0500 Message-ID: From: "Sam Fourman Jr." To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 Cc: Sergio de Almeida Lenzi , ports Subject: Re: libreoffice build solution... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2012 22:20:35 -0000 after applying the patch on yesterdays HEAD i get the following Making: report-builder.oxt Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [ build JAR ] pexcel reportbuilder deliver Module 'reportbuilder' delivered successfully. 1 files copied, 5 files unchanged [ build MOD ] xmerge [ build MOD ] tail_end [ build ALL ] top level modules: bootstrap src.downloaded tail_end [ build ALL ] loaded modules: MathMLDTD Mesa animations basctl bean chart2 cui dbaccess desktop eventattacher fileaccess filter forms formula hwpfilter lotuswordpro oox package padmin reportdesign sc sccomp scripting sd slideshow starmath sw swext tail_end unoxml uui vbahelper wizards writerfilter writerperfect xmerge xmlsecurity tail_build deliver Module 'tail_build' delivered successfully. 0 files copied, 0 files unchanged ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/odk/pack/gendocu it seems that the error is inside 'odk', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2 source ./Env.Host.sh cd odk rm -Rf /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/odk/unxfbsd.pro # optional module 'clean' build when the problem is isolated and fixed exit and re-run 'make' from the top-level gmake[1]: *** [build] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2' gmake: *** [source-env-and-recurse] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/editors/libreoffice. *** [install] Error code 1 Stop in /usr/ports/editors/libreoffice. Titan# after following the instructions I get Create files in subtree index ...........................rm ../../unxfbsd.pro/bin/odkcommon/docs/cpp/ref/cpp.css mkdir -p ../../unxfbsd.pro/misc/java_src/ cp /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/solver/unxfbsd.pro/bin/jurt_src.zip ../../unxfbsd.pro/misc/java_src/jurt_src.zip cd ../../unxfbsd.pro/misc/java_src && unzip -quo jurt_src.zip unzip: -n, -o and -u are contradictory dmake: Error code 1, while making '../../unxfbsd.pro/misc/java_src/jurt_src.zip' dmake: '../../unxfbsd.pro/misc/java_src/jurt_src.zip' removed. ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/odk/pack/gendocu it seems that the error is inside 'odk', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2 source ./Env.Host.sh cd odk rm -Rf /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/odk/unxfbsd.pro # optional module 'clean' build when the problem is isolated and fixed exit and re-run 'make' from the top-level [root@Titan /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/odk]# Sam