Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-13 Thread Apostolos Syropoulos
Hello, One of the patches in now included in the source tree: https://issues.apache.org/ooo/show_bug.cgi?id=124086 A.S.   -- Apostolos Syropoulos Xanthi, Greece ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindian

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-13 Thread L'oiseau de mer
sorry, i have discovered my gcc 4.8.2 that i build self has some problem. When use solaris 11 internal gcc 4.5.2, have pass this configure process. I will try to build AOO by using this gcc 4.5.2. 2014-02-14 0:35 GMT+08:00 L'oiseau de mer : > OK, this is my config.log. > Thanks a lot. > > > 20

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-13 Thread Eric Bautsch
I've been working on the same thing. I think, the issue is the /usr/ccs/bin in the $PATH. God alone knows why that's in there. Anyway, here are my notes, to be read together with the web page by Apostolos. (patches attached) Note that I haven't succeeded as yet pkg install --accept \

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-13 Thread Apostolos Syropoulos
> I want to ask you how to compile AOO in GCC? > By default, AOO configure always talk me that have to use Sun CC. > if i define CC=gcc CXX=G++  LD=gld, it will appear this error message when No you cannot define use LD=gld!  You have to use something $ export LD_ALTEXEC=/usr/gnu/bin/ld > check

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-13 Thread L'oiseau de mer
OK, this is my config.log. Thanks a lot. 2014-02-14 0:31 GMT+08:00 Apostolos Syropoulos : > > I want to ask you how to compile AOO in GCC? > > By default, AOO configure always talk me that have to use Sun CC. > > if i define CC=gcc CXX=G++ LD=gld, it will appear this error message > when > > >

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-13 Thread L'oiseau de mer
Hi, Apostolos I want to ask you how to compile AOO in GCC? By default, AOO configure always talk me that have to use Sun CC. if i define CC=gcc CXX=G++ LD=gld, it will appear this error message when exec configure: == checking for bash... /usr/bin/ba

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-10 Thread L'oiseau de mer
Oh, very nice Thanks for your note. Let me also trying, maybe can share my package to everyone if success. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-10 Thread Hans J. Albertsson
...@yahoo.com] Sent: 06 February 2014 16:32 To: Discussion list for OpenIndiana Subject: Re: [OpenIndiana-discuss] Compiling OpenOffice4 On Thursday, February 6, 2014 5:14 PM, carl brunning wrote: Hay that great One question were I find and download GCC 4.8.2 Provided one can host it, I can

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread carl brunning
Subject: Re: [OpenIndiana-discuss] Compiling OpenOffice4 > On Thursday, February 6, 2014 5:14 PM, carl brunning > wrote: > > Hay that great > One question were I find and download GCC 4.8.2 > Provided one can host it, I can contribute a package. A.S.   --

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Apostolos Syropoulos
> On Thursday, February 6, 2014 5:14 PM, carl brunning > wrote: > > Hay that great > One question were I find and download GCC 4.8.2 > Provided one can host it, I can contribute a package. A.S.   -- Apostolos Syropoulos Xanthi, Greece _

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread carl brunning
Hay that great One question were I find and download GCC 4.8.2 Thanks Carl -Original Message- From: Apostolos Syropoulos [mailto:asyropou...@yahoo.com] Sent: 05 February 2014 17:08 To: lista solaris; openindiana Subject: [OpenIndiana-discuss] Compiling OpenOffice4 Hello, I have

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Bob Friesenhahn
On Thu, 6 Feb 2014, Reginald Beardsley wrote: FWIW You can overflow the stack with automatic variables. I've run into this many times with large arrays in main() and elsewhere. The symptom is SEGV on entry to the function. It's not uncommon to encounter code that works fine on several sys

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Reginald Beardsley
FWIW You can overflow the stack with automatic variables. I've run into this many times with large arrays in main() and elsewhere. The symptom is SEGV on entry to the function. It's not uncommon to encounter code that works fine on several systems, but SEGVs on another. ___

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Predrag Zecevic [Unix Systems Administrator]
On 02/ 6/14 11:11 AM, Peter Tribble wrote: On Wed, Feb 5, 2014 at 5:07 PM, Apostolos Syropoulos wrote: Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Peter Tribble
On Thu, Feb 6, 2014 at 12:33 PM, Hans J. Albertsson < hans.j.alberts...@branneriet.se> wrote: > I'd have thought a SIGSEGV immediately on startup indicates a problem with > the compilers and/or library sets used??? > It looks like: #0 0x087056ac in ?? () #1 0xfdd1eed1 in ucbhelper::cancelComma

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Hans J. Albertsson
No, I'm thinking of some experiences from ages ago, where some compilers would actually produce SIGSEGV errors due to incompatible stack and procedure call standards between the compiler and some part of a lib used. On 2014-02-06 13:38, James Carlson wrote: On 02/06/14 07:33, Hans J. Albertsso

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread James Carlson
On 02/06/14 07:33, Hans J. Albertsson wrote: > I'd have thought a SIGSEGV immediately on startup indicates a problem > with the compilers and/or library sets used??? Not necessarily. It's a bad pointer somewhere. It could be anywhere; only an analysis of the core dump would reveal the problem.

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Hans J. Albertsson
I'd have thought a SIGSEGV immediately on startup indicates a problem with the compilers and/or library sets used??? What compiler(s) and libraries and other stuff are you using for LibreOffice? On 2014-02-06 11:11, Peter Tribble wrote: On Wed, Feb 5, 2014 at 5:07 PM, Apostolos Syropoulos wro

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Eric Bautsch
You are clearly much much better at this than most people. Can you share your build recipes for LibreOffice? I've been trying on and off to compile it now and I get nowhere near it. Loads of other people have asked me if I ever managed it, so I'm not the only one that's failing... :-( Thanks.

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Hans J. Albertsson
Maybe you two should team up on both these packages?? On 2014-02-06 11:11, Peter Tribble wrote: On Wed, Feb 5, 2014 at 5:07 PM, Apostolos Syropoulos wrote: Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ my com

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Peter Tribble
On Wed, Feb 5, 2014 at 5:07 PM, Apostolos Syropoulos wrote: > Hello, > > I have compiled OpenOffice 4.1.0 and I have posted to > > https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ > > my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld. BTW, > > I had tried to compile Li

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Paolo Marcheschi
Thank you very much!! you are Great !! Paolo On 02/ 5/14 06:07 PM, Apostolos Syropoulos wrote: Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld. BTW, I

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-06 Thread Predrag Zecevic [Unix Systems Administrator]
Hi, I remember your work for www.sunfreeware,com long time ago, and now you are my hero again! Thank you/Σας ευχαριστώ! On 02/ 5/14 06:07 PM, Apostolos Syropoulos wrote: Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-open

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-05 Thread Hans J. Albertsson
I agree with all thos who consider you a star. You are! Please makes sure your efforts are visible on Apache's site! On 2014-02-05 21:24, Apostolos Syropoulos wrote: You didn't as yet produce an installable package?? I have created two packages: one for the Greek language and one for the Engli

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-05 Thread Apostolos Syropoulos
> > You didn't as yet produce an installable package?? I have created two packages: one for the Greek language and one for the English language. I have noticed some problems and I want to solve them before uploading the packages. A.S.   -- Apostolos Syropoulos Xanthi, Greec

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-05 Thread Hans J. Albertsson
You didn't as yet produce an installable package?? On 2014-02-05 18:07, Apostolos Syropoulos wrote: Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld. BTW

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-05 Thread Bryan N Iotti
Subject: [OpenIndiana-discuss] Compiling OpenOffice4 Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld. BTW, I had tried to compile LibreOffice but it is worse

Re: [OpenIndiana-discuss] Compiling OpenOffice4

2014-02-05 Thread Saso Kiselkov
On 2/5/14, 5:07 PM, Apostolos Syropoulos wrote: > Hello, > > I have compiled OpenOffice 4.1.0 and I have posted to > > https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ > > my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld. BTW, Nice work! > I had tried to compile

[OpenIndiana-discuss] Compiling OpenOffice4

2014-02-05 Thread Apostolos Syropoulos
Hello, I have compiled OpenOffice 4.1.0 and I have posted to https://asyropoulos.wordpress.com/2014/02/05/compiling-openoffice4/ my compilation notes. BTW, I have used GCC 4.8.2 and GNU ld. BTW, I had tried to compile LibreOffice but it is worse than OpenOffice when it comes to Solaris support