Re: [dev] Re: building openoffice problem

2010-08-27 Thread Rene Engelhard
On Fri, Aug 27, 2010 at 03:19:32PM -0700, Soohong Min wrote:
> >> BTW, I wonder after bin/ooinstall, I see the files (li) is searched in
> >
> > That is weird, yes.
> 
> Is there way to search *lr instead of lr while processing bin/ooinstall ?

You just do a correct build. The OOo install does not have that problem
here when building *fully* on a arm machine.

> As you know, It takes a lot of times to finish compiling Openoffice.

Yes, and? 
That is even more true if you do braindead (sorry) things to trick the
buildsystem/file naming conventions.

> > You probably should do a clean build on an ARM machine.
> 
> How can I do 'clean build' on ARM ?
> I am crosscompiling Openoffice in qemu.

"Clean build" means "no crosscompiling.". If you need to use qemu, use
a complete environment inside it. No qemu-arm wrappers etc.

Grüße/Regards,

René

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



Re: [dev] Re: building openoffice problem

2010-08-27 Thread Soohong Min
Thank for your reply


>> BTW, I wonder after bin/ooinstall, I see the files (li) is searched in
>
> That is weird, yes.

Is there way to search *lr instead of lr while processing bin/ooinstall ?
As you know, It takes a lot of times to finish compiling Openoffice.

> You probably should do a clean build on an ARM machine.

How can I do 'clean build' on ARM ?
I am crosscompiling Openoffice in qemu.

Thanks

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



Re: [dev] Re: building openoffice problem

2010-08-27 Thread Rene Engelhard
On Fri, Aug 27, 2010 at 02:43:22PM -0700, Soohong Min wrote:
> >> Because this directory, /usr/lib/openoffice/basis3.1/program/, has
> >> same file name compared to
> 
> There is some error. My directory is /usr/oo-311/basis3.1/program/
> includes (*lr) files

So you already built 3.1.1 for ARM?

> BTW, I wonder after bin/ooinstall, I see the files (li) is searched in

That is weird, yes.

You didn't try cross-compiling by chance? Doesn't work.

> They cannot find *lr files so I modified original (li) into (lr).
> Thus, solver/320/lib/unxlngr.pro/lib includes li and lr at the same
> time.

That doesn't make sense.

> It is quite difficult to understand my condition and I don't know how
> to fix them.
> Please let me know.

You probably should do a clean build on an ARM machine.

Grüße/Regards,

René

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



Re: [dev] Re: building openoffice problem

2010-08-27 Thread Soohong Min
Dear  Rene Engelhard,

On Fri, Aug 27, 2010 at 2:30 PM, Rene Engelhard  wrote:
> On Fri, Aug 27, 2010 at 12:53:48PM -0700, Soohong Min wrote:
>> But, I wonder what is difference between
>> /usr/lib/openoffice/basis3.1/program/libavmediali.so and above file.
>
> The one is the system-version of it (of OOo 3.1!) and for Intel,
> and what you compiled is 3.2.1 and arm.
>
> Obvious, no?


Yes. I tried to compile 3.2.1 for ARM.


>> Because this directory, /usr/lib/openoffice/basis3.1/program/, has
>> same file name compared to

There is some error. My directory is /usr/oo-311/basis3.1/program/
includes (*lr) files
BTW, I wonder after bin/ooinstall, I see the files (li) is searched in
log instead of lr files in the middle of registering UNO component.
So I got error message - cannotregisterexception error ( not loaded ...)

Actually, while building some modules, I got error messages /lib/
They cannot find *lr files so I modified original (li) into (lr).
Thus, solver/320/lib/unxlngr.pro/lib includes li and lr at the same
time.

It is quite difficult to understand my condition and I don't know how
to fix them.
Please let me know.

Thank you so much,


Soo

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



Re: [dev] Re: building openoffice problem

2010-08-27 Thread Rene Engelhard
On Fri, Aug 27, 2010 at 12:53:48PM -0700, Soohong Min wrote:
> But, I wonder what is difference between
> /usr/lib/openoffice/basis3.1/program/libavmediali.so and above file.

The one is the system-version of it (of OOo 3.1!) and for Intel,
and what you compiled is 3.2.1 and arm.

Obvious, no?

> Because this directory, /usr/lib/openoffice/basis3.1/program/, has
> same file name compared to

No, it doesn't. Not if one if Linux/Intel (li) and you compiled a
Linux/Arm one (lr)

> /ooo-build-3.2.1.4/build/ooo320-m19/solver/320/unxlngr.pro/lib
> But the contents of files are different.

Of course.

Grüße/Regards,

René

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



Re: [dev] Re: building openoffice problem

2010-08-27 Thread Soohong Min
Hello,

I've compiled OpenOffice 3.2.1.4.
But when I try to do with bin/ooinstall, I got error message.

Registering UNO components:
register component
'file:///ooo-build-3.2.1.4/build/ooo320-m19/solver/320/unxlngr.pro/lib/libavmediali.so'
in registry 
'/tmp/ooopackaging/i_227001282937083/unxlngr.pro/OpenOffice//gid_Starregistry_Services_Rdb_servicesrdb/en-US_inprogress_1/services.rdb'
failed!
error (CannotRegisterImplementationException): loading component
library failed:
file:///ooo-build-3.2.1.4/build/ooo320-m19/solver/320/unxlngr.pro/lib/libavmediali.so

I think this error is related to path.
My files are in
/ooo-build-3.2.1.4/build/ooo320-m19/solver/320/unxlngr.pro/lib/libavmediali.so

But, I wonder what is difference between
/usr/lib/openoffice/basis3.1/program/libavmediali.so and above file.
Because this directory, /usr/lib/openoffice/basis3.1/program/, has
same file name compared to
/ooo-build-3.2.1.4/build/ooo320-m19/solver/320/unxlngr.pro/lib
But the contents of files are different.

I don't know well the relevance of two directory in openoffice.
Please let me know.

Thanks

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



Re: [dev] Re: building openoffice problem

2010-08-23 Thread David Tardon
On Mon, Aug 23, 2010 at 02:59:09PM -0700, Soohong Min wrote:
> Hello,
> 
> I'm building OpenOffice 3.2.1.4. I wonder there is a way to install
> some modules.
> Actually I deleted some modules I don't need to install in the middle
> of building.
> After building packimages module, I got some error message including
> some lists I deleted and it indicates that there is dependency
> problems.
> So I cannot install OpenOffce.
> I wonder how I can ignore some modules I don't want.
> Please let me know
> 

You can't. If you want to create an install set, you have to build
everything. Later, if you want to work on a specific module, you can
actually remove others. But it will work only as far as you do only
compatible changes and I strongly discourage you to do it.

Out of curiosity: is there really an SW project that is able to handle
removal of part of it's source tree during build? And build (and
install) just that which remains?

D.

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



Re: [dev] Re: building openoffice problem

2010-08-23 Thread Soohong Min
Hello,

I'm building OpenOffice 3.2.1.4. I wonder there is a way to install
some modules.
Actually I deleted some modules I don't need to install in the middle
of building.
After building packimages module, I got some error message including
some lists I deleted and it indicates that there is dependency
problems.
So I cannot install OpenOffce.
I wonder how I can ignore some modules I don't want.
Please let me know

Thanks

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



Re: [dev] Re: building openoffice problem

2010-08-22 Thread David Tardon
On Fri, Aug 20, 2010 at 09:30:40PM +0200, eric b wrote:
> Hi,
> 
> Le 20 août 10 à 20:54, Soohong Min a écrit :
> >
> >
> >>
> >>Did you move the sources or modified the directories names since
> >>the first
> >>time you did configure ?
> >
> >Yes. I moved the sources to other computer.
> >If so, how can I match with the environment variables contained in the
> >LinuxX86Env.Set.sh?
> >
> 
> 
> Redo configure (using the same options as the first time), will
> regenerate a new LinuxX86Env.Set.sh
> 
> 

Another option is:

cd 
./solenv/bin/relocate `pwd`

This updates bootstrap, Linux*Env.Set* and dependency files in already
built modules.

D.

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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Hi,

I redo configure again and then tried to do below

$./bootstrap

dmake present in /ooo-build-3.2.1.4/build/ooo320-m19/solenv/unxlngr/bin/dmake
dmake copied to /ooo-build-3.2.1.4/build/ooo320-m19/solenv/unxlngr/bin/dmake

$source LinuxX86Env.Set.sh

$build
build -- version: -

ERROR: dmake: Command not found. Please rerun bootstrap

Why I got an error about dmake? To be honest, it is very tough to
build every module without error.
So I really wanna build it saperately if I meet some errors.

Thank you so much,
Soohong


On Fri, Aug 20, 2010 at 12:30 PM, eric b  wrote:
> Hi,
>
> Le 20 août 10 à 20:54, Soohong Min a écrit :
>>
>>
>>>
>>> Did you move the sources or modified the directories names since the
>>> first
>>> time you did configure ?
>>
>> Yes. I moved the sources to other computer.
>> If so, how can I match with the environment variables contained in the
>> LinuxX86Env.Set.sh?
>>
>
>
> Redo configure (using the same options as the first time), will regenerate a
> new LinuxX86Env.Set.sh
>
>
>
>> Thanks
>>
>
>
> You're welcome
>
> --
> 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.free.fr/news
>
>

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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b

Hi,

Le 20 août 10 à 20:54, Soohong Min a écrit :





Did you move the sources or modified the directories names since  
the first

time you did configure ?


Yes. I moved the sources to other computer.
If so, how can I match with the environment variables contained in the
LinuxX86Env.Set.sh?




Redo configure (using the same options as the first time), will  
regenerate a new LinuxX86Env.Set.sh





Thanks




You're welcome

--
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.free.fr/news



Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Thanks for your reply.

>
>> Can't open perl script
>>
>> "/home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl":
>> No such file or directory
>>
>
> What is the right path ?
>
>

This is right path
"/home/soo/Downloads/office/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl"



>
> Did you move the sources or modified the directories names since the first
> time you did configure ?

Yes. I moved the sources to other computer.
If so, how can I match with the environment variables contained in the
LinuxX86Env.Set.sh?

Thanks
Soohong

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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b

Hi,

Le 20 août 10 à 20:34, Soohong Min a écrit :


I tried to set the environment correctly.
After ./bootstrap -> source LinuxX86Env.Set.sh ->
cd module
build

I got this message
perl: warning: Setting locale failed
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_US.UTF-8"
 are supported and installed on your system
perl: warning: Falling back to the standard locale ("C")



Maybe locale can help you ?

=> man locale



Can't open perl script
"/home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/ 
build.pl":

No such file or directory



What is the right path ?




My issue is
"/home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/ 
build.pl":

No such file or directory



Means : something has been modified, since configure, and no longer  
matches with the environment variables contained in the  
LinuxX86Env.Set.sh




this path is wrong path. So I'd like to know how to fix it.
Please let me know.




Did you move the sources or modified the directories names since the  
first time you did configure ?





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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
I tried to set the environment correctly.
After ./bootstrap -> source LinuxX86Env.Set.sh ->
cd module
build

I got this message
perl: warning: Setting locale failed
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_US.UTF-8"
 are supported and installed on your system
perl: warning: Falling back to the standard locale ("C")
Can't open perl script
"/home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl":
No such file or directory

My issue is
"/home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl":
No such file or directory

this path is wrong path. So I'd like to know how to fix it.
Please let me know.
Thanks,

Soohong


On Fri, Aug 20, 2010 at 6:57 AM, eric b  wrote:
> Hi,
>
> Le 20 août 10 à 15:54, Santiago Bosio a écrit :
>>>
>> Perhaps, you don't set the environment correctly.
>>
>
> +1
>
> Source the LinuxX86Env.Set.sh (or LinuxX86_64Env.Set.sh on 64 bits Linux) is
> correct, and probably the reason, but not bootstrap, needed only once.
>
>
>> Before cd'ing into the module you wish to build, always execute
>> "./bootstrap"
>
>
> ... bootstrap is used to build "dmake". Located somewhere in solenv/bin
>
> Of course, if -for some reason- you delete dmake (the binary one in solenv),
> then ./bootstrap is usefull to rebuild a new one.
>
>
> 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.free.fr/news
>
>
>
>
>
>

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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b

Hi,

Le 20 août 10 à 15:54, Santiago Bosio a écrit :



Perhaps, you don't set the environment correctly.



+1

Source the LinuxX86Env.Set.sh (or LinuxX86_64Env.Set.sh on 64 bits  
Linux) is correct, and probably the reason, but not bootstrap, needed  
only once.



Before cd'ing into the module you wish to build, always execute "./ 
bootstrap"



... bootstrap is used to build "dmake". Located somewhere in solenv/bin

Of course, if -for some reason- you delete dmake (the binary one in  
solenv), then ./bootstrap is usefull to rebuild a new one.



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.free.fr/news







Re: [dev] Re: building openoffice problem

2010-08-20 Thread Santiago Bosio

Soohong Min escribió:

Hi,

After building module, I got this error message

cd framework
$build
$deliver

I get
 build: command not found
 deliver: command not found

How can I get build command? I use Ubuntu 10.4.

Thanks

  

Perhaps, you don't set the environment correctly.

Before cd'ing into the module you wish to build, always execute 
"./bootstrap" and "source LinuxX86Env.Set.sh" (or the one corresponding 
to your architecture and shell).


Best regards,

Santiago

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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Hi,

After building module, I got this error message

cd framework
$build
$deliver

I get
 build: command not found
 deliver: command not found

How can I get build command? I use Ubuntu 10.4.

Thanks


On Fri, Aug 20, 2010 at 6:04 AM, Eike Rathke  wrote:
> Hi,
>
> On Friday, 2010-08-20 14:15:08 +0200, Bernd Eilers wrote:
>
>> On 19.08.2010 21:38, Soohong Min wrote:
>> >Can you tell me in detail how to build specific module in Openoffice
>> >source, if possble?
>> Here is an Example for the module vcl:
>>
>> $ cd vcl
>> $ build
>
> $ deliver
>
> Don't forget to deliver in case subsequent dependent modules are to be
> built or an install set is to be created.
>
>  Eike
>
> --
>  OOo Calc core developer. Number formatter stricken i18n transpositionizer.
>  Signature key 0x87F8D412 : 2F58 5236 DB02 F335 8304  7D6C 65C9 F9B5 87F8 D412
>  OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
>  --
>  Please don't send mail to the old e...@sun.com account that I used for 
> mailing
>  lists, it phased out. Use eike.rat...@oracle.com instead. Thanks.
>

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



Re: [dev] Re: building openoffice problem

2010-08-20 Thread Eike Rathke
Hi,

On Friday, 2010-08-20 14:15:08 +0200, Bernd Eilers wrote:

> On 19.08.2010 21:38, Soohong Min wrote:
> >Can you tell me in detail how to build specific module in Openoffice
> >source, if possble?
> Here is an Example for the module vcl:
> 
> $ cd vcl
> $ build

$ deliver

Don't forget to deliver in case subsequent dependent modules are to be
built or an install set is to be created.

  Eike

-- 
 OOo Calc core developer. Number formatter stricken i18n transpositionizer.
 Signature key 0x87F8D412 : 2F58 5236 DB02 F335 8304  7D6C 65C9 F9B5 87F8 D412
 OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
 --
 Please don't send mail to the old e...@sun.com account that I used for mailing
 lists, it phased out. Use eike.rat...@oracle.com instead. Thanks.


pgpnfGi9vHTN7.pgp
Description: PGP signature


Re: [dev] Re: building openoffice problem

2010-08-20 Thread Bernd Eilers




On 19.08.2010 21:38, Soohong Min wrote:

  Thanks for your reply.
Can you tell me in detail how to build specific module in Openoffice
source, if possble?
Thanks

  

*huh* what was not clear about the description?

Here is an Example for the module vcl:

$ cd vcl
$ build

Kind regards,
Bernd



  Soohong

2010/8/19 Björn Michaelsen :
  
  
Am Wed, 18 Aug 2010 16:41:13 -0700
schrieb Soohong Min :



  Hello,

I need to build openoffcie 3.2.1.4. By the way I have some errors to
build some modules while making.
When I just use command 'make' after fixing some errors in a module,
it takes a lot of times to build entire modules not specific module.
So I'd like to build separately each module which has some errors. Is
there a way to build each module in OpenOffice?
If possbile, please let me know.
  

Yes, you can cd into the module dir and run the build alias that was
created by the script you sourced (the one generated by configure).


BR,

Bjoern


-
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



  



-- 


Bernd Eilers
| Software Engineer
Phone: +49 40 23 646 967 

ORACLE
Deutschland B.V. & Co. KG | Nagelsweg 55 | 20097 Hamburg
ORACLE
Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstr. 25,
D-80992 München
Registergericht: Amtsgericht München, HRA
95603

Komplementärin: ORACLE Deutschland Verwaltung
B.V.
Rijnzathe 6, 3454PV De Meern, Niederlande
Handelsregister
der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer:
Jürgen Kunz, Marcel van de Molen, Alexander van der Ven 


  

  
  
  
  
  Oracle is committed to developing
practices and products that help protect the environment
  

  









Re: [dev] Re: building openoffice problem

2010-08-19 Thread Soohong Min
Thanks for your reply.
Can you tell me in detail how to build specific module in Openoffice
source, if possble?
Thanks

Soohong

2010/8/19 Björn Michaelsen :
> Am Wed, 18 Aug 2010 16:41:13 -0700
> schrieb Soohong Min :
>
>> Hello,
>>
>> I need to build openoffcie 3.2.1.4. By the way I have some errors to
>> build some modules while making.
>> When I just use command 'make' after fixing some errors in a module,
>> it takes a lot of times to build entire modules not specific module.
>> So I'd like to build separately each module which has some errors. Is
>> there a way to build each module in OpenOffice?
>> If possbile, please let me know.
>
> Yes, you can cd into the module dir and run the build alias that was
> created by the script you sourced (the one generated by configure).
>
>
> BR,
>
> Bjoern
>
>
> -
> 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