Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-15 Thread Adeodato Simó
* Javier Fernández-Sanguino Peña [Wed, 15 Oct 2008 00:26:05 +0200]: On Sun, Oct 12, 2008 at 09:10:35PM +0200, Adeodato Simó wrote: Do you think you'll have the time to investigate that second FTBFS? Since a patch has been provided for that second FTBFS I'm updating the package uploaded to

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-14 Thread Javier Fernández-Sanguino Peña
On Sun, Oct 12, 2008 at 09:10:35PM +0200, Adeodato Simó wrote: Wow, that's very unfortunate. I'm afraid there isn't really much point in a -5 that doesn't fix the FTBFS in the rest of arches. At least we can test if -5 really fixes the FTBFS. Things come one step at a time. Regards Javier

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-14 Thread Adeodato Simó
* Javier Fernández-Sanguino Peña [Tue, 14 Oct 2008 23:50:47 +0200]: On Sun, Oct 12, 2008 at 09:10:35PM +0200, Adeodato Simó wrote: Wow, that's very unfortunate. I'm afraid there isn't really much point in a -5 that doesn't fix the FTBFS in the rest of arches. At least we can test if -5

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-14 Thread Javier Fernández-Sanguino Peña
On Sun, Oct 12, 2008 at 09:10:35PM +0200, Adeodato Simó wrote: Do you think you'll have the time to investigate that second FTBFS? Since a patch has been provided for that second FTBFS I'm updating the package uploaded to mentors (including also a fix for #498615) and will upload as soon as

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-12 Thread Adeodato Simó
* Jose Calhariz [Tue, 07 Oct 2008 23:00:16 +0100]: On Tue, Oct 07, 2008 at 06:45:17PM +0200, Adeodato Simó wrote: * Jose Manuel dos Santos Calhariz [Mon, 06 Oct 2008 02:49:29 +0100]: Hello, The configure command have two options: --enable-shared and --with-pic I have tried

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-12 Thread Jose Calhariz
On Sun, Oct 12, 2008 at 09:10:35PM +0200, Adeodato Simó wrote: * Jose Calhariz [Tue, 07 Oct 2008 23:00:16 +0100]: On Tue, Oct 07, 2008 at 06:45:17PM +0200, Adeodato Simó wrote: * Jose Manuel dos Santos Calhariz [Mon, 06 Oct 2008 02:49:29 +0100]: Hello, The configure command have

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-07 Thread Adeodato Simó
* Jose Manuel dos Santos Calhariz [Mon, 06 Oct 2008 02:49:29 +0100]: Hello, The configure command have two options: --enable-shared and --with-pic I have tried --with-pic in a i386 arch and the shared libraries didn't have code without -fPIC. The xorp-user mailing list suggested to use

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-07 Thread Jose Calhariz
On Tue, Oct 07, 2008 at 06:45:17PM +0200, Adeodato Simó wrote: * Jose Manuel dos Santos Calhariz [Mon, 06 Oct 2008 02:49:29 +0100]: Hello, The configure command have two options: --enable-shared and --with-pic I have tried --with-pic in a i386 arch and the shared libraries didn't

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-10-05 Thread Jose Manuel dos Santos Calhariz
The configure command have two options: --enable-shared and --with-pic I have tried --with-pic in a i386 arch and the shared libraries didn't have code without -fPIC. The xorp-user mailing list suggested to use --enable-shared for what seams to be the same problem [1], with an older version

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-09-27 Thread Kurt Roeckx
Package: xorp Version: 1.5-4 Severity: serious Hi, Your package is failing to build with the following error: checking whether to build shared libraries... no checking whether to build static libraries... yes [...] checking whether to build shared libraries... yes checking whether to build

Bug#500325: xorp: FTBFS: Not using -fPIC to generate shared lib.

2008-09-27 Thread peter green
tags 500325 +patch thanks It seems you have a mix of things you want to build shared and static, but that doesn't work. It looks to me like the package builds a static library and then tries to use that static library to form part of a shared library. Unfortunately that static library is not