Re: successful build in ubuntu Linux 14.04

2014-09-04 Thread Andrea Pescetti

On 28/08/2014 Amali Praveena Soban Kumar wrote:

I think I will start with some easy bug fixes


If you want an easy one to start with, you can take
https://issues.apache.org/ooo/show_bug.cgi?id=125581
that I just created and that is easy and documented. Just assign it to 
yourself in case, and I can commit the patch then.


If you wish, I can directly assign to you some tasks from time to time 
(things, in general not particularly complex, that I could do but that 
someone else is welcome to do too!).


Regards,
  Andrea.

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



Re: successful build in ubuntu Linux 14.04

2014-09-04 Thread Amali Praveena Soban Kumar
Hi Andrea,
I'll start working on issue 125581 from next Tuesday or before if possible. 
Actually, this week, I was re-reading C++ before I start coding, and python - 
because I'm learning it new, so I couldn't work on any more issues.
Yes, please do. I'm ready to do it.
Thanks,
Amali. 


On Friday, 5 September 2014, 5:17, Andrea Pescetti pesce...@apache.org wrote:
  


On 28/08/2014 Amali Praveena Soban Kumar wrote:
 I think I will start with some easy bug fixes

If you want an easy one to start with, you can take
https://issues.apache.org/ooo/show_bug.cgi?id=125581
that I just created and that is easy and documented. Just assign it to 
yourself in case, and I can commit the patch then.

If you wish, I can directly assign to you some tasks from time to time 
(things, in general not particularly complex, that I could do but that 
someone else is welcome to do too!).


Regards,
   Andrea.

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

Re: successful build in ubuntu Linux 14.04

2014-08-28 Thread Andrea Pescetti

On 28/08/2014 Amali Praveena Soban Kumar wrote:

okay, then, if it is not clear, then please edit it to make it clearer.


Done, thanks.

And now it will be time to start playing with the code... do you have 
any preferences? There is a list of tasks at 
http://openoffice.apache.org/orientation/intro-development.html but most 
of them will have to be validated on this list before you start working 
on them, so please do ask here whether a specific task makes sense. You 
can start with something really simple, then quickly move on to other tasks.


Regards,
  Andrea.

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



Re: successful build in ubuntu Linux 14.04

2014-08-27 Thread Amali Praveena Soban Kumar
Hi Andrea,
I've updated 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step 
wiki page with Ubuntu 14.04 issues. Please have a look at it and tell me about 
the changes.
Thanks,
Amali.



On Friday, 22 August 2014 11:17 PM, Andrea Pescetti pesce...@apache.org wrote:
 


On 22/08/2014 Amali Praveena Soban Kumar wrote:
 Can you create a wiki account for me, please? i thought i had one, but no.

Sure. Account created, you will get a temporary password in a few minutes.

 i found this link in the wiki page below login button 
 lt;userlogin-helplink2gt; ,which needs fixing.

Indeed it needs fixing. I haven't had the time to investigate what the 
root cause is, I remember seeing a notice in the Release Notes about 
customized Login Help pages in a recent upgrade and that probably 
broke the link layout.


Regards,
   Andrea.

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

Re: successful build in ubuntu Linux 14.04

2014-08-27 Thread Andrea Pescetti

Amali Praveena Soban Kumar wrote:

I've updated 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step


Thanks, looks good. I've updated it with information on the already 
integrated patch.


Just a question: my Ubuntu 14.04 test machine has gcc 4.8 by default
$ gcc --version
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2

so I didn't downgrade 4.9 to 4.8: I've always been on 4.8. Did you have 
issues with 4.9 because you had explicitly upgraded to 4.9? Even after 
updating all packages I'm still on 4.8.


If people won't get 4.9 unless they explicitly install it, it's better 
to make it clearer in the Wiki page too (there is a reference to default 
compilers now, but I'd like to check this with you before editing).


Regards,
  Andrea.

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



Re: successful build in ubuntu Linux 14.04

2014-08-27 Thread Rory O'Farrell
On Wed, 27 Aug 2014 09:11:31 +0200
Andrea Pescetti pesce...@apache.org wrote:

 Amali Praveena Soban Kumar wrote:
  I've updated 
  https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
 
 Thanks, looks good. I've updated it with information on the already 
 integrated patch.
 
 Just a question: my Ubuntu 14.04 test machine has gcc 4.8 by default
 $ gcc --version
 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
 
 so I didn't downgrade 4.9 to 4.8: I've always been on 4.8. Did you have 
 issues with 4.9 because you had explicitly upgraded to 4.9? Even after 
 updating all packages I'm still on 4.8.
 
 If people won't get 4.9 unless they explicitly install it, it's better 
 to make it clearer in the Wiki page too (there is a reference to default 
 compilers now, but I'd like to check this with you before editing).
 
 Regards,
Andrea.

I run on a fully (auto) upgraded Xubuntu 14.04 and have just checked the 
installed version of gcc. Exactly the same as yours, Andrea (4.8.2-19)

-- 
Rory O'Farrell ofarr...@iol.ie

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



Re: successful build in ubuntu Linux 14.04

2014-08-27 Thread Amali Praveena Soban Kumar
Hi Andrea,
 so I didn't downgrade 4.9 to 4.8: I've always been on 4.8. Did you have 
 issues with 4.9 because you had explicitly upgraded to 4.9? Even after 
 updating all packages I'm still on 4.8.
yes, I think I explicitly upgraded to 4.9 to check some compiler option. The 
issue 125475 is with g++4.9.
 
 If people won't get 4.9 unless they explicitly install it, it's better 
 to make it clearer in the Wiki page too (there is a reference to default 
 compilers now, but I'd like to check this with you before editing).
okay, then, if it is not clear, then please edit it to make it clearer. 


On Wednesday, 27 August 2014 5:26 PM, Rory O'Farrell ofarr...@iol.ie wrote:
  


On Wed, 27 Aug 2014 09:11:31 +0200
Andrea Pescetti pesce...@apache.org wrote:

 Amali Praveena Soban Kumar wrote:
  I've updated 
  https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
 
 Thanks, looks good. I've updated it with information on the already 
 integrated patch.
 
 Just a question: my Ubuntu 14.04 test machine has gcc 4.8 by default
 $ gcc --version
 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
 
 so I didn't downgrade 4.9 to 4.8: I've always been on 4.8. Did you have 
 issues with 4.9 because you had explicitly upgraded to 4.9? Even after 
 updating all packages I'm still on 4.8.
 
 If people won't get 4.9 unless they explicitly install it, it's better 
 to make it clearer in the Wiki page too (there is a reference to default 
 compilers now, but I'd like to check this with you before editing).
 
 Regards,
    Andrea.

I run on a fully (auto) upgraded Xubuntu 14.04 and have just checked the 
installed version of gcc. Exactly the same as yours, Andrea (4.8.2-19)

-- 
Rory O'Farrell ofarr...@iol.ie


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

Re: successful build in ubuntu Linux 14.04

2014-08-23 Thread Andrea Pescetti

On 22/08/2014 Amali Praveena Soban Kumar wrote:

Can you create a wiki account for me, please? i thought i had one, but no.


Sure. Account created, you will get a temporary password in a few minutes.


i found this link in the wiki page below login button 
lt;userlogin-helplink2gt; ,which needs fixing.


Indeed it needs fixing. I haven't had the time to investigate what the 
root cause is, I remember seeing a notice in the Release Notes about 
customized Login Help pages in a recent upgrade and that probably 
broke the link layout.


Regards,
  Andrea.

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



Re: successful build in ubuntu Linux 14.04

2014-08-22 Thread Amali Praveena Soban Kumar
Hi andrea,
Can you create a wiki account for me, please? i thought i had one, but no. 

i found this link in the wiki page below login button 
lt;userlogin-helplink2gt; ,which needs fixing.

thanks,
amali.



On Thursday, 21 August 2014 9:13 PM, Amali Praveena Soban Kumar 
samaliprave...@yahoo.com.au wrote:
 


Yes, in order to fix issue 125475, I had to downgrade to 4.8, as I read from 
Libreoffice bugzilla and Libreoffice website.
Adding an option to the Linux.mk file solved issue 124712.
Yeah, I think I've wiki account and I'll update the building guide with the 
list of steps for Ubuntu Linux 14.04.
Thanks,
Amali.




On Friday, 22 August 2014 8:25 AM, Andrea Pescetti pesce...@apache.org wrote:
  


On 21/08/2014 Amali Praveena Soban Kumar wrote:

 Hi dev, I've fixed both the issues 124712(added -fuse_cxa_atexit
 option to the Linux make file) and 125475 ( issue is because of buggy
 toolchain g++4.9, built using g++4.8), and now the build is
 successful in Ubuntu Linux 14.04. Thanks, Amali.

Thanks a lot for the good news! So, you had to replace (and actually 
downgrade) the default compiler in Ubuntu in order to build cleanly?

As a start, 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
should be updated with all your findings and a list of steps to build on 
Ubuntu 14.04. If you don't have a wiki account already, just ask and 
we'll create one for you.

Regards,
   Andrea.

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

Re: successful build in ubuntu Linux 14.04

2014-08-21 Thread Amali Praveena Soban Kumar
Yes, in order to fix issue 125475, I had to downgrade to 4.8, as I read from 
Libreoffice bugzilla and Libreoffice website.
Adding an option to the Linux.mk file solved issue 124712.
Yeah, I think I've wiki account and I'll update the building guide with the 
list of steps for Ubuntu Linux 14.04.
Thanks,
Amali.
 


On Friday, 22 August 2014 8:25 AM, Andrea Pescetti pesce...@apache.org wrote:
  


On 21/08/2014 Amali Praveena Soban Kumar wrote:

 Hi dev, I've fixed both the issues 124712(added -fuse_cxa_atexit
 option to the Linux make file) and 125475 ( issue is because of buggy
 toolchain g++4.9, built using g++4.8), and now the build is
 successful in Ubuntu Linux 14.04. Thanks, Amali.

Thanks a lot for the good news! So, you had to replace (and actually 
downgrade) the default compiler in Ubuntu in order to build cleanly?

As a start, 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
should be updated with all your findings and a list of steps to build on 
Ubuntu 14.04. If you don't have a wiki account already, just ask and 
we'll create one for you.

Regards,
   Andrea.

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