BIRD 1.1.3 doesn't build with IPv6 enabled
Hi there, I tried building BIRD with IPv6 support (--enable-ipv6) on NetBSD (sparc64) today and sadly it failed.. Maybe this is a known issue but I also wanted to report it. :) Complete output: http://nopaste.com/p/abckbQBXq regards, Frederic
On Thu, Sep 17, 2009 at 02:16:49PM +0200, Frederic Jaeckel wrote:
Hi there,
I tried building BIRD with IPv6 support (--enable-ipv6) on NetBSD (sparc64) today and sadly it failed.. Maybe this is a known issue but I also wanted to report it. :)
Thank you for reporting. Now, it is fixed :-) . You can use attached patch to compile it. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Thanks for the patch.. now it compiles. :) But.. it coredumps. Thanks for the whole support, Frederic ####################################### Here the more verbose debug output: ####################################### Reading symbols from /usr/lib/libc.so.12...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libc.so.12 Reading symbols from /usr/libexec/ld.elf_so...(no debugging symbols found)...done. Loaded symbols for /usr/libexec/ld.elf_so Core was generated by `bird6'. Program terminated with signal 10, Bus error. #0 0x0000000000122ee8 in _rtld_setup () (gdb) backtrace #0 0x0000000000122ee8 in _rtld_setup () #1 0x0000000000123254 in _rtld_setup () #2 0x000000000012330c in _rtld_setup () #3 0x00000000001240ec in _rtld_setup () #4 0x0000000000107204 in _rtld_setup () #5 0x0000000000107824 in _rtld_setup () #6 0x000000000011eda0 in _rtld_setup () #7 0x000000000011f000 in _rtld_setup () #8 0x0000000000125004 in main () (gdb) run Starting program: /usr/pkg/sbin/bird6 (no debugging symbols found) (no debugging symbols found) Program received signal SIGBUS, Bus error. 0x0000000000122ee8 in _rtld_setup () (gdb) backtrace #0 0x0000000000122ee8 in _rtld_setup () #1 0x0000000000123254 in _rtld_setup () #2 0x000000000012330c in _rtld_setup () #3 0x00000000001240ec in _rtld_setup () #4 0x0000000000107204 in _rtld_setup () #5 0x0000000000107824 in _rtld_setup () #6 0x000000000011eda0 in _rtld_setup () #7 0x000000000011f000 in _rtld_setup () #8 0x0000000000125004 in main () On Thu, 17 Sep 2009 17:56:21 +0200 Ondrej Zajicek <santiago@crfreenet.org> wrote:
On Thu, Sep 17, 2009 at 02:16:49PM +0200, Frederic Jaeckel wrote:
Hi there,
I tried building BIRD with IPv6 support (--enable-ipv6) on NetBSD (sparc64) today and sadly it failed.. Maybe this is a known issue but I also wanted to report it. :)
Thank you for reporting. Now, it is fixed :-) . You can use attached patch to compile it.
On Fri, Sep 18, 2009 at 09:20:11AM +0200, Frederic Jaeckel wrote:
Thanks for the patch.. now it compiles. :)
But.. it coredumps. Thanks for the whole support,
This is probably Sparc related issue, i will check it. BTW, IPv4 version works on Sparc/BSD well? -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Fri, 18 Sep 2009 10:07:28 +0200 Ondrej Zajicek <santiago@crfreenet.org> wrote:
On Fri, Sep 18, 2009 at 09:20:11AM +0200, Frederic Jaeckel wrote: [...] This is probably Sparc related issue, i will check it. Thanks a lot. :)
BTW, IPv4 version works on Sparc/BSD well? As far as I can say that.. yes :)
regards, Frederic
participants (2)
-
Frederic Jaeckel -
Ondrej Zajicek