Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Francois Tigeot
On Wed, Apr 06, 2011 at 06:28:47PM +0200, Petr Mladek wrote: > Francois Tigeot píše v St 06. 04. 2011 v 18:01 +0200: > > > > I admit I only have taken a cursory look to the patch itself. Howewer, I've > > also updated my git repository and tried to build LibreOffice. > > The build failed exactly a

Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Petr Mladek
Francois Tigeot píše v St 06. 04. 2011 v 18:01 +0200: > On Wed, Apr 06, 2011 at 05:45:39PM +0200, Petr Mladek wrote: > > Francois Tigeot píše v St 06. 04. 2011 v 17:04 +0200: > > > > > > the test you have reused and the one I just wrote are for two different > > > things. > > > We have two things

Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Francois Tigeot
On Wed, Apr 06, 2011 at 05:45:39PM +0200, Petr Mladek wrote: > Francois Tigeot píše v St 06. 04. 2011 v 17:04 +0200: > > > > the test you have reused and the one I just wrote are for two different > > things. > > We have two things here: > > > > - the first check tested for --hash-style=gnu opti

Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Petr Mladek
Francois Tigeot píše v St 06. 04. 2011 v 17:04 +0200: > On Wed, Apr 06, 2011 at 03:59:34PM +0200, Petr Mladek wrote: > > > > I have found that there already was a check for --hash-style. So, I used > > your draft and itegrated it into the existing test, see > > http://cgit.freedesktop.org/libreoff

Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Francois Tigeot
On Wed, Apr 06, 2011 at 03:59:34PM +0200, Petr Mladek wrote: > > I have found that there already was a check for --hash-style. So, I used > your draft and itegrated it into the existing test, see > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=34e8665b5d3544c480867

Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Petr Mladek
Francois Tigeot píše v St 06. 04. 2011 v 11:25 +0200: > On Tue, Apr 05, 2011 at 09:02:48PM +0200, Francois Tigeot wrote: > > On Tue, Apr 05, 2011 at 02:28:40PM +0200, Petr Mladek wrote: > > > > On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: > > > > > I guess it might be a good

Re: [Libreoffice] ld dynamic linker hash style

2011-04-06 Thread Francois Tigeot
On Tue, Apr 05, 2011 at 09:02:48PM +0200, Francois Tigeot wrote: > On Tue, Apr 05, 2011 at 02:28:40PM +0200, Petr Mladek wrote: > > > On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: > > > > I guess it might be a good idea to default to 'auto' for > > > > hash-style, > > > >

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Francois Tigeot
On Tue, Apr 05, 2011 at 02:28:40PM +0200, Petr Mladek wrote: > > On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: > > > I guess it might be a good idea to default to 'auto' for hash-style, > > > and compile and link a small test program with that, defaulting to 'gnu' > > > if that i

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Petr Mladek
Francois Tigeot píše v Út 05. 04. 2011 v 13:51 +0200: > On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: > > I guess it might be a good idea to default to 'auto' for hash-style, > > and compile and link a small test program with that, defaulting to 'gnu' > > if that is supported,

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Francois Tigeot
Hi Michael, On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: > > On Mon, 2011-04-04 at 22:51 +0200, Francois Tigeot wrote: > > During the last few days, my builds have been broken with this error > > message: > > makedepend: Shared object has no run-time symbol table > > O

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Michael Meeks
Hi Francois, On Mon, 2011-04-04 at 22:51 +0200, Francois Tigeot wrote: > During the last few days, my builds have been broken with this error message: > makedepend: Shared object has no run-time symbol table Oh - that is a downer indeed. What system are you using ? > It adds the "--has

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Francois Tigeot
On Tue, Apr 05, 2011 at 11:40:57AM +0200, Petr Mladek wrote: > Francois Tigeot píše v Po 04. 04. 2011 v 22:51 +0200: > > > > During the last few days, my builds have been broken with this error > > message: > > makedepend: Shared object has no run-time symbol table > > > > I have tracked the s

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Petr Mladek
Francois Tigeot píše v Po 04. 04. 2011 v 22:51 +0200: > Hi all, > > During the last few days, my builds have been broken with this error message: > makedepend: Shared object has no run-time symbol table > > I have tracked the start of my troubles to this commit: > > 83b781819557f269fda65

[Libreoffice] ld dynamic linker hash style

2011-04-04 Thread Francois Tigeot
Hi all, During the last few days, my builds have been broken with this error message: makedepend: Shared object has no run-time symbol table I have tracked the start of my troubles to this commit: 83b781819557f269fda65ce551ec9a008fade511 http://cgit.freedesktop.org/libreoffice