[Libreoffice] [GSOC] make install fails

2011-06-03 Thread Anurag Jain
Hello there,

I guess after a lot of changes LO build system, make install fails
for me. Here is the output  http://pastebin.com/nNNyiV86 .

Also previously for me while doing a make here used to be 163 module
(i.e. smoketestoo_native was not executed) and I was able to install
it using
make dev-install in /libo/install/program/ directory. But now make
dev-install starts the build again with 165 modules along with the
smoketest00_native which eventually freezes after opening and closing
some calc, write windows (with smoketestdoc.sxw as the one
persistently open) with the last message as

[Java framework] The JRE specified by the bootstrap variable
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be
recognized. Check the values and make sure that you use a plug-in
library that can recognize that JRE.

I'm using Ubuntu10.04 as my platform.
So how to go with the developer install now ?  or is there a way how
can we skip the smoke test and run the install as it used to be before
?

Thanks and regards

-- 
Anurag Jain
Final yr B.Tech CSE
SASTRA University
Thanjavur(T.N.)-613402
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [GSOC] make install fails

2011-06-03 Thread Kohei Yoshida
Hello Anurag,

On Sat, 2011-06-04 at 06:30 +0530, Anurag Jain wrote:
 Hello there,
 
 I guess after a lot of changes LO build system, make install fails
 for me. Here is the output  http://pastebin.com/nNNyiV86 .

So, I remember we had this discussion on IRC, and Tor gave you the
advise that, in theory, by the time the smoke test runs the installation
should already have been finished.  So, in theory, even when the smoke
test fails, the installation should be still there and usable.  (People,
please correct me if I'm wrong.)

Your feature branch unfortunately still contains a bug where the
dev-install installs not in the usual install directory, but somewhere
deep inside the solver directory.  So, you may want to check there to
see if it's there.

On IRC I asked to you see if you can find the soffice script under the
solver directory by running

find ./solver -name soffice

but maybe it was lost in the crack of the IRC latency.  But try that and
see if you can find the soffice script there.  If it's in 

/solver/340/unxlngx6.pro/installation/opt/program/soffice

then that's where your installation is.

Let us know what you find.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc
kyosh...@novell.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [GSOC] make install fails

2011-06-03 Thread Markus Mohrhard
Hello Anurag, Kohei

sadly it seems that the installation has not finished when the smoketest
runs. I have a similar problem that a unit test in smoketest_native fails
and as a result I have no working installation. I have soffice. bin but when
I try to start it crashes after some seconds.

I think Tor noticed later in this IRC discussion that the installation
should still do some work after the smoketest.

Regards, Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [GSOC] make install fails

2011-06-03 Thread Kohei Yoshida
On Sat, 2011-06-04 at 06:28 +0200, Markus Mohrhard wrote:
 Hello Anurag, Kohei
 
 sadly it seems that the installation has not finished when the
 smoketest runs. I have a similar problem that a unit test in
 smoketest_native fails and as a result I have no working installation.
 I have soffice. bin but when I try to start it crashes after some
 seconds.

Thanks Markus.

As you also noted on IRC that the following commit 

http://cgit.freedesktop.org/libreoffice/testing/commit/?id=c414bb1dc75b3db4fa88874ff5f978e6a0d18d56

may fix this for some (most?) people.  I've cherry-picked this commit to
the calc-multiline-input feature branch, so please do

cd smoketestoo_native
git pull -r

and try make dev-install again.  I really hope that will solve it for
you, but if not, well, we'll figure out something else.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc
kyosh...@novell.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice