From owner-freebsd-office@FreeBSD.ORG Mon Apr 23 19:50:19 2012 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 5E3C5106566B; Mon, 23 Apr 2012 19:50:19 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7CF8FC0A; Mon, 23 Apr 2012 19:50:19 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q3NJoCAV062479; Mon, 23 Apr 2012 15:50:17 -0400 (EDT) (envelope-from andy@neu.net) Date: Mon, 23 Apr 2012 15:50:12 -0400 (EDT) From: AN To: Baptiste Daroussin In-Reply-To: <20120423191439.GC31315@azathoth.lan> Message-ID: References: <20120423111349.GD25330@azathoth.lan> <20120423191439.GC31315@azathoth.lan> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: office@FreeBSD.org Subject: Re: libreoffice3.5.2.2 build fails 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: Mon, 23 Apr 2012 19:50:19 -0000 On Mon, 23 Apr 2012, Baptiste Daroussin wrote: > On Mon, Apr 23, 2012 at 02:01:06PM -0400, AN wrote: >> Hi Bapt: >> >> I tried the command: >> make CXXFLAGS+= -std=gnu++0x install clean >> >> and got the following: >> >> Avoiding implicit rule recursion. >> Trying pattern rule with stem `distro-pack-install.sh'. >> Trying implicit prerequisite `distro-pack-install.sh,v'. >> Trying pattern rule with stem `distro-pack-install.sh'. >> Trying implicit prerequisite `RCS/distro-pack-install.sh,v'. >> Trying pattern rule with stem `distro-pack-install.sh'. >> Trying implicit prerequisite `RCS/distro-pack-install.sh'. >> Trying pattern rule with stem `distro-pack-install.sh'. >> Trying implicit prerequisite `s.distro-pack-install.sh'. >> Trying pattern rule with stem `distro-pack-install.sh'. >> Trying implicit prerequisite `SCCS/s.distro-pack-install.sh'. >> No implicit rule found for `distro-pack-install'. >> Considering target file `source-env-and-recurse'. >> Finished prerequisites of target file `source-env-and-recurse'. >> No need to remake target `source-env-and-recurse'. >> Finished prerequisites of target file `distro-pack-install'. >> Must remake target `distro-pack-install'. >> Successfully remade target file `distro-pack-install'. >> # It seems that the empty directories are necessary for libreoffice keep >> them for now >> find: /usr/ports/editors/libreoffice/work/loinstall//usr/local/lib: No >> such file or directory >> *** [post-install] Error code 1 >> >> Stop in /usr/ports/editors/libreoffice. >> *** [install] Error code 1 >> >> Stop in /usr/ports/editors/libreoffice. >> >> Is this the correct command, make CXXFLAGS+= -std=gnu++0x install clean? >> >> If not, please provide exact command suggested. >> >> Thanks in advance >> > > hum no :) > > make clean > CXXFLAGS="-std=gnu++0x" make > then make install > > regards, > Bapt > I did: make clean CXXFLAGS="-std=gnu++0x" make and then the same failure. Making: hyphen_lib.lib Nothing to build for GUIBASE=unx Making: libhyphenlo.so Making: spell.lib Making: libspelllo.so Making: lnth.lib Making: liblnthlo.so lingucomponent deliver Module 'lingucomponent' delivered successfully. 12 files copied, 2 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.2.2/vcl/prj it seems that the error is inside 'vcl', 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.2.2 source ./Env.Host.sh cd vcl gmake clean # optional gmake -r 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.2.2' gmake: *** [source-env-and-recurse] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/editors/libreoffice. *** [build] Error code 1 Stop in /usr/ports/editors/libreoffice.