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
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
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
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
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-
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
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
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
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'
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
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,
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
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
Svante Signell, le Sun 01 Apr 2012 22:43:59 +0200, a écrit :
> > all these need to be updated to our libpthread's structures content.
>
> OK, will do! However, same comment as above applies here too!
Well, less so: pthread_* types are opaque, applications are not supposed
to do anything at all wi
Svante Signell, le Sun 01 Apr 2012 22:43:59 +0200, a écrit :
> As I wrote before, I have not checked every line in the header files and
> compared with that file. Did not even think of that GNU had different
> argument order compared to kfree/linux.
Sure, nobody can be perfect anyway.
> How stupi
Svante Signell, le Sun 01 Apr 2012 22:18:22 +0200, a écrit :
> On Sun, 2012-04-01 at 21:56 +0200, Samuel Thibault wrote:
> > 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/pat
On Sun, 2012-04-01 at 22:29 +0200, Samuel Thibault wrote:
> 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 no
On Sun, 2012-04-01 at 22:16 +0200, Samuel Thibault wrote:
> 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
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
On Sun, 2012-04-01 at 21:56 +0200, Samuel Thibault wrote:
> 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
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)
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
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
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__)
24 matches
Mail list logo