Re: Building LO 4.0.4.2 on illumos based OS

2013-07-16 Thread Gabriele Bulfon
@suse.com Rene Engelhard Data: 16 luglio 2013 10.43.01 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS On 16/07/13 08:09, Gabriele Bulfon wrote: Now I noticed the config.log of xmlsec shows the configure switches like this: ./configure --with-pic --disable-shared --disable-crypto-dl --witho

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
Now I noticed the config.log of xmlsec shows the configure switches like this: ./configure --with-pic --disable-shared --disable-crypto-dl --without-libxslt --without-gnutls --without-openssl This is why it's not picking up my system openssl not the other crypto libs. I bet it's trying to build it

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
25 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS A deeper check of the xmlsec1 config.log, shows there are many vars that are empty, not passed by main configure, such as NSS_LIBS and NSS_CFLAGS. These are set up during configure, and I used them to build against system nspr that is

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
Data: 15 luglio 2013 16.08.16 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS Ok. I see. Problem is, I could easily build, package and install my xmlsec1 component in few minutes, and it did see all the required libs (openssl, and so on). How can I debug why the LO internal configure cannot

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
2013 16.08.16 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS Ok. I see. Problem is, I could easily build, package and install my xmlsec1 component in few minutes, and it did see all the required libs (openssl, and so on). How can I debug why the LO internal configure cannot see the deps

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
. -- Da: Rene Engelhard A: Gabriele Bulfon Cc: Michael Stahl michael.me...@suse.com libreoffice-dev Data: 15 luglio 2013 16.05.26 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS On Mon, Jul 15, 2013 at 03:48:15PM +0200, Gabriele Bulfon wrote: I see no switch in global

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
: michael.me...@suse.com libreoffice-dev Data: 15 luglio 2013 15.36.11 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS Yes, I could find it, but it says nothing particular, just that it cannot find the libs. But I'm sure I have them. Any

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
Data: 15 luglio 2013 15.23.29 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS On 15/07/13 15:07, Gabriele Bulfon wrote: Ok, I could go over extension by disabling that motif dependent plugin. Now, later, it's trying to build xmlsec1, and looks like it can't find libs I actually

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
o solve it. Can you help? gabriele. Da: Gabriele Bulfon A: michael.me...@suse.com Cc: Michael Stahl libreoffice-dev Data: 15 luglio 2013 10.42.52 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS I momentarily disabled with this patch (treated SunOS as for iOS an

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
: Building LO 4.0.4.2 on illumos based OS On Mon, 2013-07-15 at 09:44 +0200, Gabriele Bulfon wrote: I was wandering why Motif libraries are needed by these extension. Is it absolutely necessary? I'm amazed to hear that we link to motif in the modern world; it seems to be only this extension: $W/CxxO

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
s, I will build and switch to open-motif shortly. Gabriele. -- Da: Michael Meeks A: Gabriele Bulfon Cc: Michael Stahl libreoffice-dev Data: 15 luglio 2013 10.15.18 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-15 Thread Gabriele Bulfon
utely necessary? Any way to skip Motif dependencies? Gabriele. Da: Gabriele Bulfon A: Michael Stahl Cc: michael.me...@suse.com libreoffice-dev Data: 9 luglio 2013 18.01.19 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS usually libs should contain not just search paths but also the libraries

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-09 Thread Gabriele Bulfon
usually libs should contain not just search paths but also the libraries to be linked, e.g. in config_host.mk with a system nss i get: export NSS_LIBS=$(gb_SPACE)-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl also i guess only Sun ld knows -R, the GNU ld equivalent is -Wl,-

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-09 Thread Gabriele Bulfon
usually libs should contain not just search paths but also the libraries to be linked, e.g. in config_host.mk with a system nss i get: export NSS_LIBS=$(gb_SPACE)-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl also i guess only Sun ld knows -R, the GNU ld equivalent is -Wl,-

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-08 Thread Gabriele Bulfon
hmm... so vcl is supposed to be linked against NSS/NSPR libraries but somehow that doesn't work for you... what is really weird is that it fails on linking the executable, it should really fail when linking vcl library already. can you check that the link command lines use -Wl,-z,defs ? apparently

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-08 Thread Gabriele Bulfon
hmm... so vcl is supposed to be linked against NSS/NSPR libraries but somehow that doesn't work for you... what is really weird is that it fails on linking the executable, it should really fail when linking vcl library already. can you check that the link command lines use -Wl,-z,defs ? apparently

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-05 Thread Gabriele Bulfon
Hi Gabriele, On Fri, 2013-07-05 at 08:14 +0200, Gabriele Bulfon wrote: Hi Michael, would be a great idea the tinderbox setup. I will send you the link of the XStream Desktop iso as soon as we have it out. Wonderful. BTW, can you help me with this? I really don't know what problem is thismust be

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-05 Thread Michael Meeks
Hi Gabriele, On Fri, 2013-07-05 at 08:14 +0200, Gabriele Bulfon wrote: > Hi Michael, would be a great idea the tinderbox setup. > I will send you the link of the XStream Desktop iso as soon as we have > it out. Wonderful. > BTW, can you help me with this? I really don't know what problem

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-04 Thread Gabriele Bulfon
Hi Michael, would be a great idea the tinderbox setup. I will send you the link of the XStream Desktop iso as soon as we have it out. BTW, can you help me with this? I really don't know what problem is thismust be something about gnu ld, but I had more experience with Sun ld. Gabriele. On Thur

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-03 Thread Gabriele Bulfon
ah sorry the relevant one is gb_Executable__get_rpath I also tried using Sun ld, but looks like options for ld are always gnu-ld ones, so compilation stop much earlier. ...any clue? sure, if you want to use Sun ld you need to change quite a few things in solaris.mk to use different options. -- Mich

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-01 Thread Gabriele Bulfon
On 01/07/13 16:43, Michael Stahl wrote: On 01/07/13 14:58, Gabriele Bulfon wrote: [build LNK] Executable/cppumaker /usr/gnu/bin/ld: warning: libreg.so, needed by /sources/userlands/xstream-userland-gate/components/libreoffice/libreoffice-4.1.0.1/solver/unxsogi.pro/lib/libunoidl.so, not found (try u

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-01 Thread Gabriele Bulfon
On Mon, Jul 1, 2013 at 6:39 AM, Gabriele Bulfon gabriele.bul...@sonicle.com wrote: Hi, because I need to work on a consolidated tar.gz source version, I'm not using master, so I cannot pull changes at the moment. Can you suggest me what modifications I need? http://cgit.freedesktop.org/libreoffice/

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-01 Thread Gabriele Bulfon
On Mon, Jul 1, 2013 at 6:39 AM, Gabriele Bulfon gabriele.bul...@sonicle.com wrote: Hi, because I need to work on a consolidated tar.gz source version, I'm not using master, so I cannot pull changes at the moment. Can you suggest me what modifications I need? http://cgit.freedesktop.org/libreoffice/

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-01 Thread Gabriele Bulfon
ahl A: Gabriele Bulfon Cc: libreoffice@lists.freedesktop.org Raffaele Fullone Jonathan Adams Data: 1 luglio 2013 13.34.58 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS On 01/07/13 11:03, Gabriele Bulfon wrote: [build LNK] Library/libuno_sal.so ERROR: aux-target missing, library deleted, pleas

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-01 Thread Gabriele Bulfon
take a look at Library_cpp_uno.mk and in particular how bridges_SELECTED_BRIDGE is set... from what I read the else ifeq($(CPU),I) line 56 pre-empt the section you want which is lower.. line 143 some re-order of the different if/else section seems in order (to works we need to test from the most pa

Re: Building LO 4.0.4.2 on illumos based OS

2013-07-01 Thread Gabriele Bulfon
On Sat, Jun 29, 2013 at 16:24:42 CEST, Norbert Thiebaud wrote take a look at Library_cpp_uno.mk and in particular how bridges_SELECTED_BRIDGE is set... from what I read the else ifeq($(CPU),I) line 56 pre-empt the section you want which is lower.. line 143 some re-order of the different if/else sec

Re: Building LO 4.0.4.2 on illumos based OS

2013-06-29 Thread Gabriele Bulfon
On 28/06/13 12:01, Michel Stahl wrote: On 28/06/13 07:39, Gabriele Bulfon wrote: Hi, I moved to 4.1 build from scratch. Build required me a couple of new system libs (libodfgen and libmwaw) that I could package easily. Then, it stops just after the succesful configure: /sources/userlands/xstream-us

Re: Building LO 4.0.4.2 on illumos based OS

2013-06-28 Thread Gabriele Bulfon
ge? Thanks, Gabriele. -- Da: Michael Stahl A: Gabriele Bulfon Cc: libreoffice@lists.freedesktop.org Raffaele Fullone Jonathan Adams Pierre-Eric Pelloux-Prayer Data: 27 giugno 2013 14.04.21 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS On 27/06/13 10:52, Gabriele Bulfon wrote

Re: Building LO 4.0.4.2 on illumos based OS

2013-06-27 Thread Gabriele Bulfon
an Adams Pierre-Eric Pelloux-Prayer Data: 27 giugno 2013 14.04.21 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS On 27/06/13 10:52, Gabriele Bulfon wrote: Hi, I'm working on our Sonicle XStreamOS distro based on illumos kernel. I encountered some problems building LO 4.0..4.2. i&

Re: Building LO 4.0.4.2 on illumos based OS

2013-06-27 Thread Gabriele Bulfon
last problem :( Gabriele. -- Da: Riccardo Magliocchetti A: libreoffice@lists.freedesktop.org Data: 27 giugno 2013 12.49.12 CEST Oggetto: Re: Building LO 4.0.4.2 on illumos based OS Hi Gabriele, Il 27/06/2013 10:52, Gab

Building LO 4.0.4.2 on illumos based OS

2013-06-27 Thread Gabriele Bulfon
Hi, I'm working on our Sonicle XStreamOS distro based on illumos kernel. I encountered some problems building LO 4.0.4.2. First, I decided to use system libs as much as possible, so I'm building with this configure options: --enable-gtk3 --disable-python --with-system-libs --with-system-altlinuxhy