Bug#564232: gnat-4.4: bind a socket in Ada program fails

2010-01-08 Thread Ludovic Brenta
Only on kfreebsd-* or on all platforms? If only one platform, please lower the severity to normal. Thanks! -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#564232: gnat-4.4: bind a socket in Ada program fails

2010-01-08 Thread Reto Buerki
The problem is the GNAT.Sockets thin binding on kfreebsd (GNAT.Sockets.Thin.C_Bind() in this case). See Bug #561156, Message #24 for more info and a thin binding reproducer. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#564232: gnat-4.4: bind a socket in Ada program fails

2010-01-08 Thread xavier . grave
Package: gnat-4.4 Version: 4.4.2-5 Severity: important Socket Binding in Ada seems broken. It has an severe consequence on test phase in the build of the package polyorb. *** server.adb with Ada.Streams; with GNAT.Sockets; with Ada.Text_IO; procedure Server is use GNAT.Sockets; use Ada.S