Re: [dev] openoffice building problem

2010-09-06 Thread Stephan Bergmann

On 09/03/10 08:18, Bartosz wrote:

I have strange build problem with DEV300m87.
Previous revision (DEV300m85) was built without problems, but now at the end of 
compilation I have error after type of command:

  source LinuxX86Env.Set.sh  ./bootstrap  cd instsetoo_native  build --all

At the end of compilation I have following errors (see below).
How I should resolve this kind of errors (there is a huge amount of that kind 
of errors)?


You configured with something like --enable-debug, right?  What 
apparently happens here is the following:  During instsetoo_native, 
certain code that is compiled during the OOo build is executed.  In 
debug mode, some harmless, expected situations within the code (incl. 
the ones listed below) are reported, unfortunately prefixed with 
ERROR.  Now, the instsetoo_native perl code had a bug (at least, I 
think it is fixed by now, Ingo on cc should know the details) to parse 
the output of the programs it starts for occurrences of error etc., 
and fail if it encounters any.


So, in short, you should either update to the latest OOo version (in 
case the bug is indeed already fixed), or not --enable-debug.


-Stephan


**
ERROR: Thread:  1 :Error osl_getAsciiFunctionSymbol: 
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/bin/../lib/javaloader.uno.so:
 undefined symbol: component_canUnload
**

**
ERROR: Thread:  1 :Error osl_getAsciiFunctionSymbol: 
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/bin/../lib/javavm.uno.so:
 undefined symbol: component_getImplementationEnvironmentExt
**

**
ERROR: Thread:  1 :Error osl_getAsciiFunctionSymbol: 
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/bin/../lib/javavm.uno.so:
 undefined symbol: component_canUnload
**

**
ERROR: Thread:  1 :Error osl_loadModule: 
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/lib/libjava_gcc3.so:
 cannot open shared object file: No such file or directory
**

**
ERROR: Thread:  1 :Error osl_loadModule: 
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/lib/libgcc3_java.so:
 cannot open shared object file: No such file or directory
**

**
ERROR: *
**
.. creating log file log_DEV300_en-US.log
.. cleaning the output tree ...

**
ERROR: ERROR: Found an error in the logfile. Packaging failed.
in function: analyze_and_save_logfile
**

**
ERROR: Saved logfile: 
/home/a/Pulpit/rozne/dev/openoffice/instsetoo_native/unxlngi6.pro/OpenOffice/archive/logging/en-US/log_DEV300_en-US.log
**
Thu Sep  2 19:01:47 2010 (03:38 min.)
dmake:  Error code 255, while making 'openoffice_en-US.archive'


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Stephan Bergmann

On 09/06/10 01:01, Rene Engelhard wrote:

But a vanilla OpenOffice.org install doesn't do that. And the only
way (unless you put all the .pys and the needed .so files into pythons
site-packages) way to do that is to include OpenOffice.orgs internal python
copy.


...and actually use it, i.e., call .../openoffice.org3/program/python 
from the OOo installation instead of system python (in case this was not 
obvious).


-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Rene Engelhard
Hi,

On Mon, Sep 06, 2010 at 09:59:36AM +0200, Stephan Bergmann wrote:
 On 09/06/10 01:01, Rene Engelhard wrote:
 But a vanilla OpenOffice.org install doesn't do that. And the only
 way (unless you put all the .pys and the needed .so files into pythons
 site-packages) way to do that is to include OpenOffice.orgs internal python
 copy.

 ...and actually use it, i.e., call .../openoffice.org3/program/python  
 from the OOo installation instead of system python (in case this was not  
 obvious).

Actually that was what I meant, just bogusly wrote included than run ;)

Grüße/Regards,

René

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because the UI language cannot be determined !

2010-09-06 Thread Rony G. Flatscher
Hi there,

not having found an appropriate e-mail list to report/ask about this
problem, but hoping that some soul kind can give hints/advice. Please
advise what mailing list would be the appropriate one for questions like
this.

After a fresh install of a German Ubuntu-desktop 10.4.1 and starting any
OOo module a popup error comes along informing one that OOo cannot
determine the user-interface language and then aborts.

Running soffice from the command line gives
http://wi.wu.ac.at:8002/rgf/tmp/OOo/ErrorOOo-on-Ubuntu-10.4.1-desktop-German.png
gives the following output on the commandline:

[Java framework] Error in function createSettingsDocument
(elements.cxx).
javaldx failed!

Before installing the community edition of OOo I just was wondering what
the cause of such an unexpected behaviour could be (giving a bad
impression on the casual user who may want to look into OOo and learns,
that it does not work) and how to remedy it?

TIA,

---rony





Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because the UI language cannot be determined !

2010-09-06 Thread Stephan Bergmann

On 09/06/10 11:37, Rony G. Flatscher wrote:

After a fresh install of a German Ubuntu-desktop 10.4.1 and starting any
OOo module a popup error comes along informing one that OOo cannot
determine the user-interface language and then aborts.


So that would be the OOo included in the Ubuntu distro, right?  Looks 
completely broken, esp. strange on a fresh install.  (That UI 
language cannot be determined message is somewhat of a red herring, it 
typically means that the OOo installation is so screwed up that starting 
it fails really early, trying to access the first UNO component, which 
happens to be configmgr.)


-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] --== OpenOffice.org HackFest ==--

2010-09-06 Thread Thorsten Behrens
Dear OOo hackers,

the OOoCon just ended, and we realize how little time we can spend
together face2face each year. To properly fix that problem, we hereby
announce the next event around OpenOffice.org - a hackfest in Hamburg,
specifically targeted to developers, to give all of us more face time
 collectively work on the code.

The OOo Hackfest will take place over a weekend (starting Friday night
with some opportunity to socialize, and ending Sunday noon), and a
tentative program could look like this:

Friday night - beer  fun, warming up
Saturday morning - Intro talks, Hands-on sessions
Saturday afternoon/night - collective hacking, bug fixing
Sunday morning   - wrap-up, review, document

For those who are in need for a bursary, we have a limited travel
funding budget available. For sleeping, couchsurfing at the organizers
is available. Be aware that would be in an unheated loft, so bringing
a sleeping mat and a good sleeping bag would be essential. For more
comfortable reasonably priced acommodations see
http://wiki.services.openoffice.org/wiki/Sleeping_in_Hamburg

To give as many people as possible the opportunity to participate,
we're offering two dates to select from. If you're interested, we ask
you to log your preferred date(s) within one week here:

http://www.doodle.com/6agr35kkqyxtnakd

Putting your name  dates there is no obligation for coming, this is
just a poll.

Faithfully, your hackfest organizers

Eike, Florian  Thorsten



pgp4lVw6zzQqB.pgp
Description: PGP signature


[dev] Re: Newbe

2010-09-06 Thread Alan Griffiths
Seems I ran out of knowledge at the last step, which was how to install the 
Deb files.


All fixed and now up and running DEV003!

Thanks
- Original Message - 
From: Konstantin Tokarev annu...@yandex.ru

Newsgroups: gmane.comp.openoffice.devel.general
To: dev@openoffice.org
Sent: Sunday, September 05, 2010 2:29 PM
Subject: Re: Newbe


Have just built OpenOffice under Ubuntu, but have run out of knowledgein 
how to install it (not a Linux guru).


make install doesn't work for you?
--
Regards,
Konstantin 



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Re: Newbe

2010-09-06 Thread Alan Griffiths

Thanks for the help!

All now fully installed and up and running.

I'll have a look at the links you have provided and see if I can help in any 
way.


- Original Message - 
From: eric b eric.bach...@free.fr

Newsgroups: gmane.comp.openoffice.devel.general
To: dev@openoffice.org
Sent: Sunday, September 05, 2010 2:38 PM
Subject: Re: Newbe



Le 4 sept. 10 à 20:11, Alan Griffiths a écrit :


Hi,




Hi,



Have some programming background from way back yonder (Fortran, C,
Pascal, C++, VBA) and would like to help - although very rusty!



So far, C++ is ~ 90% of OOo source code.



Have just built OpenOffice under Ubuntu, but have run out of
knowledge in how to install it (not a Linux guru).



You'll find everything in instsetoo_native

cd instsetoo_native
find . -name *.tar.gz

= there will be one archive containing all the .deb

1) create a folder
2) put the .tar.gz inside
3) decompress the archive
4) cd in the dir containing all the .deb

cp desktop-integration/*  .# notice the .

sudo dpkg -i  *.deb

And you should be done





Will continue to peruse the docs out there..

May take some time for me to get up to speed, although I have
plenty time at the moment..



If you are interested to dive into OOo code, and fix some bugs, or
implement new features, I invite you to have a look on the OOo wiki.

Search for education project (see the links below)


Regards,
Eric Bachard

--
qɔᴉɹə
Education Project:
http://wiki.services.openoffice.org/wiki/Education_Project
Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
L'association EducOOo : http://www.educoo.org
Blog : http://eric.bachard.org/news







-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because the UI language cannot be determined !

2010-09-06 Thread rony

On 06.09.2010 11:55, Stephan Bergmann wrote:
 On 09/06/10 11:37, Rony G. Flatscher wrote:
 After a fresh install of a German Ubuntu-desktop 10.4.1 and starting any
 OOo module a popup error comes along informing one that OOo cannot
 determine the user-interface language and then aborts.

 So that would be the OOo included in the Ubuntu distro, right?  
Yes.
 Looks completely broken, esp. strange on a fresh install.
Yes.

Before trying out OOo the first time on that new installation the
headless openjdk got installed (there was no Java installed at all),
then after learning that headless meant headless (ie. no awt support) I
downloaded the version that contained it, if that makes a difference.

 (That UI language cannot be determined message is somewhat of a red
 herring, it typically means that the OOo installation is so screwed up
 that starting it fails really early, trying to access the first UNO
 component, which happens to be configmgr.)
Ah, I see, thank you very much for your explanations!

Regards,

---rony


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] --== OpenOffice.org HackFest ==--

2010-09-06 Thread Cédric Bosdonnat
Dear hackfest organisers,

On Mon, 2010-09-06 at 15:48 +0200, Thorsten Behrens wrote:
 The OOo Hackfest will take place over a weekend (starting Friday night
 with some opportunity to socialize, and ending Sunday noon), and a
 tentative program could look like this:

Thanks for such an initiative!

 To give as many people as possible the opportunity to participate,
 we're offering two dates to select from. If you're interested, we ask
 you to log your preferred date(s) within one week here:
 
 http://www.doodle.com/6agr35kkqyxtnakd

Voted!

-- 
Cédric Bosdonnat
Go-oo hacker
http://go-oo.org
OOo Eclipse Integration developer
http://cedric.bosdonnat.free.fr




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because the UI language cannot be determined !

2010-09-06 Thread Stephan Bergmann

On 09/06/10 12:39, rony wrote:

On 06.09.2010 11:55, Stephan Bergmann wrote:

On 09/06/10 11:37, Rony G. Flatscher wrote:

After a fresh install of a German Ubuntu-desktop 10.4.1 and starting any
OOo module a popup error comes along informing one that OOo cannot
determine the user-interface language and then aborts.


So that would be the OOo included in the Ubuntu distro, right?

Yes.


Was there any OOo user data left from a previous OOo (probably some 
hidden directory starting with .o in the home directory)?


Which OOo version is this, by the way?


Before trying out OOo the first time on that new installation the
headless openjdk got installed (there was no Java installed at all),


OOo without Java should work fine (minus the parts using Java, of 
course), so you might want to check whether OOo starts if you remove 
Java again.


-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Soohong Min
Thank you for your reply.
When I installed Openoffice on the Moblin, I used internal python in
program directory of openoffice. But at this time, I cannot find
python in program.
I installed Openoffice on the arm, beagleboard after crosscompiling.
To use internal python, should I build Openoffice again?

Please let me know.
Thanks,



On Mon, Sep 6, 2010 at 12:59 AM, Stephan Bergmann
stephan.bergm...@oracle.com wrote:
 On 09/06/10 01:01, Rene Engelhard wrote:

 But a vanilla OpenOffice.org install doesn't do that. And the only
 way (unless you put all the .pys and the needed .so files into pythons
 site-packages) way to do that is to include OpenOffice.orgs internal
 python
 copy.

 ...and actually use it, i.e., call .../openoffice.org3/program/python from
 the OOo installation instead of system python (in case this was not
 obvious).

 -Stephan

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Stephan Bergmann

On 09/06/10 16:57, Soohong Min wrote:

I installed Openoffice on the arm, beagleboard after crosscompiling.
To use internal python, should I build Openoffice again?


Whether or not OOo's internal python is included is controlled by 
--with-system-python configure option.


-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Soohong Min
I tried to do it --with-system-python. But it is not included python
in program directory.
So I tried to build python separately and I got this message.

Building module python

Entering /ooo-build-3.2.1.4/build/ooo320-m19/python/
An already available installation of python should exist on your system.
Therefore the version provided here does not need to be built in addition.
rmdir /tmp/CZ5Q6SRH95

How can I build python in Openoffice to include internal python?
Please let me know.
Thanks

On Mon, Sep 6, 2010 at 8:11 AM, Stephan Bergmann
stephan.bergm...@oracle.com wrote:
 On 09/06/10 16:57, Soohong Min wrote:

 I installed Openoffice on the arm, beagleboard after crosscompiling.
 To use internal python, should I build Openoffice again?

 Whether or not OOo's internal python is included is controlled by
 --with-system-python configure option.

 -Stephan

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Rene Engelhard
On Mon, Sep 06, 2010 at 11:29:29AM -0700, Soohong Min wrote:
 I tried to do it --with-system-python. But it is not included python
 in program directory.

Of course. --with-system-python is  the switch to NOT include it.

 So I tried to build python separately and I got this message.
 
 Building module python
 
 Entering /ooo-build-3.2.1.4/build/ooo320-m19/python/
 An already available installation of python should exist on your system.
 Therefore the version provided here does not need to be built in addition.
 rmdir /tmp/CZ5Q6SRH95

Of course. (see above)

 How can I build python in Openoffice to include internal python?

Do a build WITHOUT --with-system-python. 
(if you really want that...)

Note that --with-system-python is default on ooo-build for all Linuxes.

Grüße/Regards,

René

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no module named uno error

2010-09-06 Thread Soohong Min
On Mon, Sep 6, 2010 at 8:10 PM, Rene Engelhard r...@openoffice.org wrote:
 On Mon, Sep 06, 2010 at 11:29:29AM -0700, Soohong Min wrote:
 I tried to do it --with-system-python. But it is not included python
 in program directory.

 Of course. --with-system-python is  the switch to NOT include it.

 So I tried to build python separately and I got this message.

 Building module python

 Entering /ooo-build-3.2.1.4/build/ooo320-m19/python/
 An already available installation of python should exist on your system.
 Therefore the version provided here does not need to be built in addition.
 rmdir /tmp/CZ5Q6SRH95

 Of course. (see above)

 How can I build python in Openoffice to include internal python?

 Do a build WITHOUT --with-system-python.
 (if you really want that...)

 Note that --with-system-python is default on ooo-build for all Linuxes.

First time, I've built Openoffice without --with-system-python, but
the result is same.
I found interesting point that I've installed Openoffice package on
Ubuntu, by the way I also cannot find internal python in
usr/lib/openoffice/program.
I think these are related.
I wonder why installed Openoffice package on Ubuntu doesn't include python.
But I found internal python in Openoffice on Moblin.

I don't know exactly which package are included internal python or not.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org