From owner-freebsd-office@FreeBSD.ORG Tue Aug 23 13:35:02 2011 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ECFF1065672; Tue, 23 Aug 2011 13:35:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from xiurhn.etoilebsd.net (xiurhn.etoilebsd.net [94.23.37.58]) by mx1.freebsd.org (Postfix) with ESMTP id B2ADF8FC19; Tue, 23 Aug 2011 13:35:01 +0000 (UTC) Received: by xiurhn.etoilebsd.net (Postfix, from userid 80) id E21027E835; Tue, 23 Aug 2011 15:35:00 +0200 (CEST) To: Albert Shih MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 23 Aug 2011 13:35:00 +0000 From: Baptiste Daroussin In-Reply-To: <20110823125700.GD40510@obspm.fr> References: <20110822202034.GB98377@obspm.fr> <20110823125700.GD40510@obspm.fr> Message-ID: <8724b2371ae6265641e4633a72360e9b@etoilebsd.net> X-Sender: bapt@FreeBSD.org User-Agent: Roundcube Webmail/0.5.3 Cc: freebsd-ports@freebsd.org, office@freebsd.org, Daroussin , Chris Rees , Baptiste@FreeBSD.ORG Subject: Re: LibreOffice 3.4.x X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 13:35:02 -0000 On Tue, 23 Aug 2011 14:57:00 +0200, Albert Shih wrote: > Le 23/08/2011 à 06:56:59+0000, Baptiste Daroussin a écrit >> [...] >> >> internal build errors: >> >> >> >> ERROR: error 65280 occurred while making >> >> >> >> >> /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes >> >> >> >> it seems that the error is inside 'mythes', please re-run build >> >> inside this module to isolate the error and/or test your fix: >> >> >> >> >> ----------------------------------------------------------------------- >> >> >> >> This error occurs before the line you pasted can you: >> 1/ reinstall textproc/mythes? > > I've already do that by > > portupgrade --force mythes-1.2.1_1 > >> 2/ execute for folloing lines given by the build system and sent the >> output log? >> >> >> rm -Rf >> >> >> /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes/unxfbsdx.pro >> >> # optional module 'clean' >> >> /usr/local/bin/bash >> >> cd >> /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3 >> >> source ./FreeBSDAMDEnv.Set.sh >> >> cd mythes >> >> build >> >> > > [root@pcjas /usr/ports/editors/libreoffice]# rm -Rf > > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes/unxfbsdx.pro > [root@pcjas /usr/ports/editors/libreoffice]# cd > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3 > [root@pcjas > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3]# > source ./FreeBSDAMDEnv.Set.sh > [root@pcjas > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3]# > cd > mythes > [root@pcjas > > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes]# > build > build -- version: 275224 > > > ============= > Building module mythes > ============= > Entering > > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes > > mkout -- version: 1.8 > dmake: Error: -- > > `./unxfbsdx.pro/misc/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.unpack' > not found, and can't be made > Retrying > > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes > > dmake: Error: -- > > `./unxfbsdx.pro/misc/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.unpack' > not found, and can't be made > > > ----------------------------------------------------------------------- > 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-bootstrap-3.4.2.3/mythes > > it seems that the error is inside 'mythes', please re-run build > inside this module to isolate the error and/or test your fix: > > ----------------------------------------------------------------------- > > rm -Rf > > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes/unxfbsdx.pro > # optional module 'clean' > /usr/local/bin/bash > cd /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3 > source ./FreeBSDAMDEnv.Set.sh > cd mythes > build > > when the problem is isolated and fixed exit and re-run 'make' from > the top-level > [root@pcjas > > /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/mythes]# > > > > >> FYI: if you have LOCALIZED_LANG=en_US in your make.conf just drop >> it, >> it will fail, en_US is anyway the default. > > In fact I've got > > LOCALIZED_LANG=fr > > because...I live in France ;-) > > If you like and think it's help you I can drop it and try again. > > Regards. > > JAS LOCALIZED_LANG=fr work fine for me :) Can you just send me your configure.log which should be located in /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/config.log the build systems fails to detect the local mythes version and try to use the bundled one. regards, Bapt