You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Amali Praveena Soban Kumar <sa...@yahoo.com.au> on 2014/08/21 23:09:39 UTC

successful build in ubuntu Linux 14.04

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.

Re: successful build in ubuntu Linux 14.04

Posted by Amali Praveena Soban Kumar <sa...@yahoo.com.au>.
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 <pe...@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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org

Re: successful build in ubuntu Linux 14.04

Posted by Andrea Pescetti <pe...@apache.org>.
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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: successful build in ubuntu Linux 14.04

Posted by Amali Praveena Soban Kumar <sa...@yahoo.com.au>.
thanks for updating the wiki page. 
I think I will start with some easy bug fixes and then move on to bigger features. yeah, I'll first validate it on this list before doing.
thanks,
amali. 


On Thursday, 28 August 2014 5:08 PM, Andrea Pescetti <pe...@apache.org> wrote:
  


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.htmlbut 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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org

Re: successful build in ubuntu Linux 14.04

Posted by Andrea Pescetti <pe...@apache.org>.
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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: successful build in ubuntu Linux 14.04

Posted by Amali Praveena Soban Kumar <sa...@yahoo.com.au>.
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 <of...@iol.ie> wrote:
  


On Wed, 27 Aug 2014 09:11:31 +0200
Andrea Pescetti <pe...@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 <of...@iol.ie>


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

Re: successful build in ubuntu Linux 14.04

Posted by Rory O'Farrell <of...@iol.ie>.
On Wed, 27 Aug 2014 09:11:31 +0200
Andrea Pescetti <pe...@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 <of...@iol.ie>

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


Re: successful build in ubuntu Linux 14.04

Posted by Andrea Pescetti <pe...@apache.org>.
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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: successful build in ubuntu Linux 14.04

Posted by Amali Praveena Soban Kumar <sa...@yahoo.com.au>.
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 <pe...@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-helplink2&gt; ,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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org

Re: successful build in ubuntu Linux 14.04

Posted by Andrea Pescetti <pe...@apache.org>.
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-helplink2&gt; ,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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: successful build in ubuntu Linux 14.04

Posted by Amali Praveena Soban Kumar <sa...@yahoo.com.au>.
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-helplink2&gt; ,which needs fixing.

thanks,
amali.



On Thursday, 21 August 2014 9:13 PM, Amali Praveena Soban Kumar <sa...@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 <pe...@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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org

Re: successful build in ubuntu Linux 14.04

Posted by Amali Praveena Soban Kumar <sa...@yahoo.com.au>.
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 <pe...@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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org

Re: successful build in ubuntu Linux 14.04

Posted by Andrea Pescetti <pe...@apache.org>.
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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org