Date: Mon, 23 Apr 2012 15:50:12 -0400 (EDT) From: AN <andy@neu.net> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: office@FreeBSD.org Subject: Re: libreoffice3.5.2.2 build fails Message-ID: <alpine.BSF.2.00.1204231548260.61239@mail.neu.net> In-Reply-To: <20120423191439.GC31315@azathoth.lan> References: <alpine.BSF.2.00.1204222019330.55495@mail.neu.net> <20120423111349.GD25330@azathoth.lan> <alpine.BSF.2.00.1204231356460.61239@mail.neu.net> <20120423191439.GC31315@azathoth.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1204231548260.61239>