From owner-freebsd-office@FreeBSD.ORG Mon Jun 23 20:08:28 2014 Return-Path: Delivered-To: office@freebsd.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id A08DF8E4; Mon, 23 Jun 2014 20:08:25 +0000 (UTC) Message-ID: <53A88936.5060007@FreeBSD.org> Date: Mon, 23 Jun 2014 16:08:22 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: AN , Jonathan Chen , office@freebsd.org Subject: Re: Libreoffice - *** No LIBFILENAME set at component target: References: <53A88149.2090005@FreeBSD.org> In-Reply-To: <53A88149.2090005@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 20:08:28 -0000 On 2014-06-23 15:34:33 -0400, Jung-uk Kim wrote: > On 2014-06-19 17:01:13 -0400, An wrote: >> Trying to update Libreoffice fails: >> >> FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #45 r267557: Mon >> Jun 16 19:28:07 EDT 2014 >> root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 >> >> [build CMP] wizards/com/sun/star/wizards/letter/letter >> S=/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2 && >> I=$S/instdir && W=$S/workdir && mkdir -p >> $W/ComponentTarget/wizards/com/sun/star/wizards/letter/ && >> xsltproc --nonet --stringparam uri >> 'vnd.openoffice.pymodule:wizards.letter.CallWizard' -o >> $W/ComponentTarget/wizards/com/sun/star/wizards/letter/letter.component >> >> $S/solenv/bin/createcomponent.xslt >> $S/wizards/com/sun/star/wizards/letter/letter.component [build >> CMP] wizards/com/sun/star/wizards/agenda/agenda >> S=/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2 && >> I=$S/instdir && W=$S/workdir && mkdir -p >> $W/ComponentTarget/wizards/com/sun/star/wizards/agenda/ && >> xsltproc --nonet --stringparam uri >> 'vnd.openoffice.pymodule:wizards.agenda.CallWizard' -o >> $W/ComponentTarget/wizards/com/sun/star/wizards/agenda/agenda.component >> >> $S/solenv/bin/createcomponent.xslt >> $S/wizards/com/sun/star/wizards/agenda/agenda.component [build >> CMP] wizards/com/sun/star/wizards/web/web >> S=/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2 && >> I=$S/instdir && W=$S/workdir && mkdir -p >> $W/ComponentTarget/wizards/com/sun/star/wizards/web/ && xsltproc >> --nonet --stringparam uri >> 'vnd.openoffice.pymodule:wizards.web.CallWizard' -o >> $W/ComponentTarget/wizards/com/sun/star/wizards/web/web.component >> >> $S/solenv/bin/createcomponent.xslt >> $S/wizards/com/sun/star/wizards/web/web.component [build CMP] >> shell/source/sessioninstall/losessioninstall >> /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/solenv/gbuild/ComponentTarget.mk:51: >> >> *** No LIBFILENAME set at component target: >> /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/workdir/ComponentTarget/shell/source/sessioninstall/losessioninstall.component. >> >> Stop. >> gmake[3]: Leaving directory >> `/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2' >> gmake[2]: *** [build] Error 2 gmake[2]: Leaving directory >> `/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2' ===> >> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes >> and rebuild before reporting the failure to the maintainer. *** >> Error code 1 >> >> Stop. make[1]: stopped in /usr/ports/editors/libreoffice *** >> Error code 1 > > Please download the following file, replace > /usr/ports/editors/libreoffice/Makefile with it, and rebuild. > > https://svn.redports.org/jkim/editors/libreoffice/Makefile Please ignore this. It didn't work as I expected. :-( Jung-uk Kim