Re: Ada support for Debian GNU/Hurd

2012-04-10 Thread Svante Signell
On Fri, 2012-04-06 at 00:11 +0200, Samuel Thibault wrote: > Svante Signell, le Thu 05 Apr 2012 23:57:45 +0200, a écrit : > > GNU locales, see bug #667662. > > Thanks. Fixed for both gcc-4.6.3 and gcc-4.7.0 > > BTW: I think I have now a fully modified s-osinte-gnu.ads ready. send to > > the debi

Re: Ada support for Debian GNU/Hurd

2012-04-05 Thread Samuel Thibault
Svante Signell, le Thu 05 Apr 2012 23:57:45 +0200, a écrit : > GNU locales, see bug #667662. Thanks. > For the gnat-4.6 build add the hurd-fixes patch for gcc-4.6.3, it > fails according to the build log. For some reason the upload didn't include all the svn commits. That'll most probably get fi

Re: Ada support for Debian GNU/Hurd

2012-04-05 Thread Svante Signell
On Thu, 2012-04-05 at 19:34 +0100, Samuel Thibault wrote: > Svante Signell, le Thu 05 Apr 2012 18:26:22 +0200, a écrit : > > On Wed, 2012-04-04 at 14:02 +0200, Svante Signell wrote: > > ... > > > On Wed, 2012-04-04 at 12:28 +0100, Samuel Thibault wrote: > > > > Samuel Thibault, le Tue 03 Apr 2012 0

Re: Ada support for Debian GNU/Hurd

2012-04-05 Thread Samuel Thibault
Svante Signell, le Thu 05 Apr 2012 18:26:22 +0200, a écrit : > On Wed, 2012-04-04 at 14:02 +0200, Svante Signell wrote: > ... > > On Wed, 2012-04-04 at 12:28 +0100, Samuel Thibault wrote: > > > Samuel Thibault, le Tue 03 Apr 2012 09:38:42 +0200, a écrit : > > > > Svante Signell, le Tue 03 Apr 2012

Re: Ada support for Debian GNU/Hurd

2012-04-05 Thread Svante Signell
On Wed, 2012-04-04 at 14:02 +0200, Svante Signell wrote: ... > On Wed, 2012-04-04 at 12:28 +0100, Samuel Thibault wrote: > > Samuel Thibault, le Tue 03 Apr 2012 09:38:42 +0200, a écrit : > > > Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit : > > > > > I have uploaded packages on debian-

Re: Ada support for Debian GNU/Hurd

2012-04-04 Thread Svante Signell
Correcting the spelling in the title: Ada is a name of the person the language is dedicated to: Adaafter Augusta Ada, Countess of Lovelace. The "World's First Computer Programmer" according to wikpedia. (People has reacted) On Wed, 2012-04-04 at 12:28 +0100, Samuel Thibault wrote: > Samuel Thibaul

Re: ADA support for Debian GNU/Hurd

2012-04-04 Thread Samuel Thibault
Samuel Thibault, le Tue 03 Apr 2012 09:38:42 +0200, a écrit : > Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit : > > > I have uploaded packages on debian-ports, so we can consider that the > > > bootstrap step is done, thanks again! > > > > Nice! Did you enable build of the GNU locale

Re: ADA support for Debian GNU/Hurd

2012-04-03 Thread Samuel Thibault
Svante Signell, le Tue 03 Apr 2012 09:51:48 +0200, a écrit : > On Tue, 2012-04-03 at 09:38 +0200, Samuel Thibault wrote: > > Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit : > > > > I've been struggling with this for a while now. Whatever changes I make > > > the segfault happen at the

Re: ADA support for Debian GNU/Hurd

2012-04-03 Thread Svante Signell
On Tue, 2012-04-03 at 09:38 +0200, Samuel Thibault wrote: > Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit : > > I've been struggling with this for a while now. Whatever changes I make > > the segfault happen at the same place(s). > > But did you the pthread definitions? If not, don'

Re: ADA support for Debian GNU/Hurd

2012-04-03 Thread Samuel Thibault
Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit : > > I have uploaded packages on debian-ports, so we can consider that the > > bootstrap step is done, thanks again! > > Nice! Did you enable build of the GNU locale in addition to ada in > debian/rules.defs. Ah, no, I forgot. > > We no

Re: ADA support for Debian GNU/Hurd

2012-04-03 Thread Svante Signell
On Tue, 2012-04-03 at 01:33 +0200, Samuel Thibault wrote: > Hello, > > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > Finally gnat builds on GNU/Hurd, > > Thanks! You are welcome! > I have uploaded packages on debian-ports, so we can consider that the > bootstrap step is done,

Re: ADA support for Debian GNU/Hurd

2012-04-02 Thread Samuel Thibault
Hello, Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > Finally gnat builds on GNU/Hurd, Thanks! I have uploaded packages on debian-ports, so we can consider that the bootstrap step is done, thanks again! We now need to fix the bugs ;) Samuel -- To UNSUBSCRIBE, email to debian

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > --- a/src/gcc/ada/gcc-interface_Makefile.in 2011-11-18 12:46:58.0 > +0100 > +++ b/src/gcc/ada/gcc-interface/Makefile.in 2012-03-28 11:28:09.0 > +0200 There's a typo here, replace interface_Makefile.in with interfa

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > + type struct_sigaction is record > + sa_handler : System.Address; > + sa_flags : int; > + sa_mask: sigset_t; > + end record; This is not the proper order, see struct sigaction in bits/sigaction.h: flags are af

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > --- a/src/gcc/ada/gcc-interface_Makefile.in 2011-11-18 12:46:58.0 > +0100 > +++ b/src/gcc/ada/gcc-interface/Makefile.in 2012-03-28 11:28:09.0 > +0200 > @@ -1143,6 +1116,32 @@ >LIBRARY_VERSION := $(LIB_VERSION)

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Samuel Thibault, le Sun 01 Apr 2012 22:05:13 +0200, a écrit : > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > -ada-libgnatprj.diff -p1 > > +ada-libgnatprj_new.diff -p1 > > Same for this one, please forward the change upstream already. Ah, no, of course, since it's completely ad

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > -ada-libgnatprj.diff -p1 > +ada-libgnatprj_new.diff -p1 Same for this one, please forward the change upstream already. Also, please send the difference between the old and the new patch, instead of the new patch, since the change is a

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > --- a/debian/patches/ada-bug564232.diff 2011-09-18 01:41:36.0 > +0200 > +++ b/debian/patches/ada-bug564232.diff 2012-03-26 15:03:49.0 > +0200 > @@ -5,7 +5,7 @@ > #endif > > -#if defined (__FreeBSD__)