Bug#365780: gcc-4.1: FTBFS on amd64, sparc with "configure.in:2177: error: possibly undefined macro: AS_FOR_TARGET"

2006-05-02 Thread ludovic
patch), instead of calling autoconf. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#366334: gcc-4.1: libgnat{vsn,prj}-dev depend on nonexistent packages

2006-05-07 Thread ludovic
Package: gcc-4.1 Version: 4.1.0-2 Severity: serious Tags: patch In the source package gcc-4.1, there is a typo in control.m4 that causes the binary packages libgnatvsn-dev and libgnatprj-dev to depend on nonexistent packages. Patch below. -- Ludovic Brenta. --- control.m4

Bug#366733: gcc-4.1: Ada unit duplicated in libgnatvsn and libgnatprj

2006-05-10 Thread ludovic
compile any project that uses /usr/share/ada/adainclude/gnatprj.gpr. The package libgnatprj-dev is not exactly unusable (as project files are not mandatory), but nearly enough so that I think this is a serious bug. The patch below corrects that. Proposed changelog entry: [Ludovic Brenta] * Fix a

Bug#380260: gnat-4.1: Bug box in referenced_var_lookup, at tree-dfa.c:581 at -O1, -O2

2006-07-28 Thread ludovic
have experienced the same ICE with several other packages. In all cases, passing -O0 works around the problem. This seems to be a problem with tree-ssa, but since GCC's bugzilla does not seem to have a bug related to tree-dfa.c, maybe the Ada front-end is the only one triggering this bug. -- Ludo

Bug#416973: gnat-4.1: Illegal program not detected, Ada 2005, 3.9.4(12/2) and 7.5(6.1/2)

2007-03-31 Thread ludovic
Package: gnat-4.1 Version: 4.1.1-22 Severity: normal In the following program, the declaration of T3 is illegal because it extends a limited type (T1) and a nonlimited interface (T2). -- compiled -gnat05 -- error not detected package pak1 is -- RM 3.9.4(12/2) and 7.5(6.1/2) -- check that bo

Bug#416975: gnat-4.1: Illegal program not detected, RM 7.3(13), 4.9.1(1)

2007-03-31 Thread ludovic
Package: gnat-4.1 Version: 4.1.1-22 Severity: normal In the program below, the full declaration of T2 (in the private part of the package) is illegal because it conflicts with the public declaration. The public declaration defines the discriminant, d1, to have the value 3 whereas the private decl

Bug#416979: gnat-4.1: Illegal program not detected, RM 7.3(13), 4.9.1(1), nonstatic discriminants

2007-03-31 Thread ludovic
Package: gnat-4.1 Version: 4.1.1-22 Severity: normal In the program below, the full views (in the private part) of T2 and T3 are both illegal because the value of the discriminant, x2, is not static. RM 7.3(13) states that the parent subtype of T2 and T3 (i.e. T1) must impose a statically matchin

Bug#950747: projectl: Projectl fails to run with current libgphobos76

2020-03-02 Thread Ludovic Brenta
for all other packages affected? -- Ludovic Brenta.

Bug#1027065: Clarification

2022-12-29 Thread Ludovic Brenta
rld'); WriteLn END hello. $ gm2 -fiso hello.mod -o hello $ ./hello hello world It seems that libm2pim.so lacks some necessary functions which libm2iso.so has. -- Ludovic Brenta.

Bug#191997: Separate Ada run-time into a separate package

2003-05-05 Thread Ludovic Brenta
/gcc-lib/i386-linux/3.3/adalib/libgnat.so In addition, there should be symlinks to these files in /usr/lib. -- Ludovic Brenta.

Wrong Maintainer field in gcc-4.2 4.2.1-6

2007-10-06 Thread Ludovic Brenta
ainer field. [1] http://packages.qa.debian.org/g/gcc-4.2/news/20071003T154032Z.html -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: disabling gnat testsuite?

2007-10-11 Thread Ludovic Brenta
to build the SJLJ version of libgnat). -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: disabling gnat testsuite?

2007-10-11 Thread Ludovic Brenta
Matthias Klose <[EMAIL PROTECTED]> writes: > Ludovic Brenta writes: >> Matthias Klose <[EMAIL PROTECTED]> writes: >> >> r2584 | lbrenta | 2007-10-09 23:46:21 +0200 (Di, 09 Okt 2007) | 1 line >> >> >> >> Do not run the test suite when buildi

Bug#446470: Bug #446470:

2007-10-14 Thread Ludovic Brenta
range 0..7; type T_A_B is record A, B : Int_1; end record; pragma Pack(T_A_B); type T_C is array (1..12) of T_A_B; pragma Pack(T_C); X : T_C; begin if X(1).B'Valid then null; end if; end Test_Param; -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [

Bug#446596: gcj-4.2: libgcj.spec: No such file or directory

2007-10-14 Thread Ludovic Brenta
Matthias, I just saw your commit to Subversion: * Make 4.2.2-2 a requirement for frontends built from separate sources. Addresses: #446596. Could you please elaborate on why this change addresses the bug? Does it affect gnat-4.2 too? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL

Bug#447347: gnat-4.2 build failure on mips/mipsel

2007-10-20 Thread Ludovic Brenta
t-4.2-4.2.2/build/gcc/ada/rts-static-zcx' make[6]: *** [rts-static-zcx/libgnat.a] Error 2 make[6]: Leaving directory `/build/buildd/gnat-4.2-4.2.2/build/gcc/ada' make[5]: *** [gnatlib-static-zcx] Error 2 make[5]: Leaving directory `/build/buildd/gnat-4.2-4.2.2/build/gcc/ada' make[4]: *** [

Bug#447347: (no subject)

2007-11-08 Thread Ludovic Brenta
Thiemo Seufer <[EMAIL PROTECTED]> writes: > A test build on mips succeeded for me, therefore mark as fixed. Thanks a lot, Thiemo! -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Interest in gnat for sparc64-linux?

2007-11-30 Thread Ludovic Brenta
Matthias Klose <[EMAIL PROTECTED]> writes: > Hi, > > CCing Ludovic who is currently caring about the gnat packages > > Matthias > > Christian Joensson writes: >> Hi Mattias. >> >> I understand that you look into gcc on sparc systems within the >&

Bug#459101: gnat-4.1: FTBFS with dash: CANNOT FIND debian/*FFI*

2008-01-10 Thread Ludovic Brenta
on of debian/control from debian/control.m4. One approach to fix it is to remove debian/*FFI* from the first line of the versioned-files rule in debian/rules.conf. Another is to replace the existing lib*ffi4* files with more generic lib*FFI* files. Matthias, what are your intentions? -- Ludovic B

Bug#462745: gcc-4.2: for (;;) { .. } while (..); doesn't give error

2008-01-27 Thread Ludovic Brenta
Timo Sirainen <[EMAIL PROTECTED]> writes: > On 27.1.2008, at 13.53, Ludovic Brenta wrote: > >> Timo Sirainen writes: >>> for (;;) { >>> } while (xyz); >>> >>> gcc gives no kind of an error or warning. It just ignores the while >>> ().

Version numbering of gcc-4.3 packages

2008-01-30 Thread Ludovic Brenta
. Unfortunately, the ".0" is necessary to make the next version "larger than" 4.3-20080127-1. OTOH, the next release of GCC will indeed be 4.3.0, not 4.3. We can implement this scheme with the next upload. OK? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

When is the next upload of gcc-4.3 planned?

2008-02-08 Thread Ludovic Brenta
green light for gnat-4.3. Thanks -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: When is the next upload of gcc-4.3 planned?

2008-02-09 Thread Ludovic Brenta
Matthias Klose <[EMAIL PROTECTED]> writes: > Ludovic Brenta writes: >> I'd like to upload a new gnat-4.3 this weekend but I don't want it to >> be broken by an upload of gcc-4.3 (with a different gcc-4.3-source >> package) within the next few hours :) So, if

Re: When is the next upload of gcc-4.3 planned?

2008-02-10 Thread Ludovic Brenta
after. Thanks > already for having delayed the upload. OK, I'll merge your patch in and upload that. -- Ludovic Brenta.

Bug#465671: gnat-4.3: FTBFS: fname-sf.adb:28:06: file "fname-uf.ads" not found

2008-02-15 Thread Ludovic Brenta
. An obvious workaround is to not build in parallel (i.e. with make -j 1) but GCC is such a large package that parallel builds are desirable. Downgrading to important because the package has been auto-built successfully on several architectures already. -- Ludovic Brenta. -- To UNSUBSCRIBE

Re: [Ada] 4.3.0-rc1 available

2008-02-24 Thread Ludovic Brenta
paths where I build the three runtimes (rts-shared-zcx, rts-static-zcx and rts-static-sjlj) instead of just rts. I have not yet found the time to do that, but it is in the TODO file. > Only really missing gnat targets for debian are arm and m68k, am I > correct? Yes; however we have n

Re: build architecture

2008-02-24 Thread Ludovic Brenta
evelop their packages on such virtual boxes. I think I'll have to do that but have not yet found the time either. PS. Trimmed CC: to just debian-gcc, as Matthias, Aurelien and I are all on that list. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Processing of gcc-defaults_1.64_amd64.changes

2008-03-12 Thread Ludovic Brenta
y Ada to 4.3, not any other languages. Joerg, thanks for rejecting. I uploaded a corrected package which will go to NEW because of libgnatvsn-dev and libgnatprj-dev. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: gcc-defaults_1.64_amd64.changes is NEW

2008-03-12 Thread Ludovic Brenta
to b-d on gcc-3.4-base, etc. What files from these packages do we use during the build of gcc-defaults? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#471192: gnat-4.3: FTBFS on several architectures: unrecognized command line option "-Wno-overlength-strings"

2008-03-16 Thread Ludovic Brenta
figuring in build-powerpc-linux-gnu/fixincludes [...] > checking whether gnatgcc supports -Wno-overlength-strings... yes I am investigating but would welcome any help fixing this problem. -- Ludovic Brenta (maintainer of gnat-4.3). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#471192: gnat-4.3: FTBFS on several architectures: unrecognized command line option "-Wno-overlength-strings"

2008-03-16 Thread Ludovic Brenta
On other architectures such as amd64 and hppa, build/fixincludes/configure correctly detects that gnatgcc does not support -Wno-overlength-strings. Architectures that fail also include sparc and s390 in addition to the alrezady mentioned i386 and powerpc. -- Ludovic Brenta. -- To

Bug#471216: gnat-4.3 - FTBFS: cc1: error: unrecognized command line option "-Wno-overlength-strings"

2008-03-16 Thread Ludovic Brenta
merge 471216 471192 thanks Bastian, please check the BTS before submitting bugs. Thanks. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#471192: gnat-4.3: FTBFS on several architectures: unrecognized command line option "-Wno-overlength-strings"

2008-03-19 Thread Ludovic Brenta
ple: int main () { return 2 << 1000; } $ gnatgcc -c -Wno-overlength-strings conftest.c conftest.c: In function 'main': conftest.c:4: warning: left shift count >= width of type At top level: cc1: error: unrecognized command line option "-Wno-overlength-strings" $ ec

Bug#472854: gnat-4.3 needs a manual build for mips and mipsel

2008-04-01 Thread Ludovic Brenta
yet (CCing him). As a first step, since he now has a little time available, I've asked him to separate the mips support into a patch independent of ada-sjlj. That should make future submission to upstream easier. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#474888: #474888: gnat-4.3: FTBFS: Bootstrap comparison failure!

2008-04-09 Thread Ludovic Brenta
severity 474888 important tags 474888 unreproducible thanks I just rebuilt on i386 without any problems, and the buildd also built 4.3.0-3 successfully (the problem with 4.3.0-4 was #465671; that's why I rebuilt manually). -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROT

Bug#475365: gcc-defaults: make gnat-4.3 the default on all remaining architectures

2008-04-10 Thread Ludovic Brenta
is available there and the changes in 4.3.0-4 only affect mips and mipsel. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Processed: gnat-4.2 not supported anymore

2008-04-10 Thread Ludovic Brenta
needed are mips, mipsel and alpha. For these architectures, please see #475365. In fact, this blocks gcc-defaults from entering testing. I'm planning to file an RM: bug as soon as a new gcc-defaults (depending on gnat-4.3 on all archs) hits unstable. -- Ludovic Brenta. -- To UNSUBSCR

Approval to upload gcc-defaults 1.70?

2008-04-11 Thread Ludovic Brenta
. I've committed the necessary change in the Subversion repo but I will not upload without approval. So, is it OK to upload now? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#247560: Fixed upstream

2008-04-14 Thread Ludovic Brenta
retitle 247560 [Fixed in 4.4] gnat: Illegal program not detected, RM 13.11(15) reassign 247560 gnat-4.3 retitle 248683 [Fixed in 4.4] gnat: Illegal program not detected, RM 13.1(6) reassign 248683 gnat-4.3 thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Bug#476812: gcc-defaults: FTBFS (ppc64): Please add 'ppc64' to the architecture lines of the gnat/libgnat* packages.

2008-04-19 Thread Ludovic Brenta
I'd be happy to add support for ppc64 but this requires that gnat-4.3 is known to work on that architecture. Is that the case? I can't see it on http://debian-ppc64.alioth.debian.org/buildd-logs. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#476812: gcc-defaults: FTBFS (ppc64): Please add 'ppc64' to the architecture lines of the gnat/libgnat* packages.

2008-04-19 Thread Ludovic Brenta
will file a separate bug report to the gnat-4.3 package with the > necessary changes soon. > > Basically, the new ppc64-ada.dpatch will look like the current > ada-mips.dpatch. Great. Do you thing gcc-defaults depends on this new patch and should therefore wait for it? -- Ludovic Bren

Bug#476812: gcc-defaults: FTBFS (ppc64): Please add 'ppc64' to the architecture lines of the gnat/libgnat* packages.

2008-04-19 Thread Ludovic Brenta
Andreas Jochens <[EMAIL PROTECTED]> writes: > Hello, > > On Sat, Apr 19, 2008 at 03:16:13PM +0200, Ludovic Brenta wrote: >> Great. Do you thing gcc-defaults depends on this new patch and should >> therefore wait for it? > > the current unstable version 1.70 of

Bug#476812: gcc-defaults: FTBFS (ppc64): Please add 'ppc64' to the architecture lines of the gnat/libgnat* packages.

2008-04-19 Thread Ludovic Brenta
f -ifeq (,$(filter $(DEB_HOST_ARCH),ppc64)) +ifeq ($(DEB_HOST_ARCH),ppc64) no_packages += gnat endif Committed. -- Ludovic Brenta.

Re: ada commit in r3030

2008-04-24 Thread Ludovic Brenta
Selon Matthias Klose <[EMAIL PROTECTED]>: > Sam, Ludovic, some comments: I'll take all the blame. Sam did submit the patches but I formatted them for Debian and wrote the changelog entries. > - please merge the changelog entries into the existing gcc-4.3 >entry. > -

Bug#477964: gnat-4.3: FTBFS: grep: ../libgnatvsn/gnatvsn.ads: No such file or directory

2008-04-25 Thread Ludovic Brenta
of #465671. Merging. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#474888: #474888: gnat-4.3: FTBFS: Bootstrap comparison failure!

2008-04-25 Thread Ludovic Brenta
Lucas, have you been able to reproduce this bug? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Freeze exceptions for gcc-*

2008-04-26 Thread Ludovic Brenta
m the trunk so they are available in Lenny. Also, I would like gcc-defaults 1.70 to migrate to testing so that gnat-4.3 is the default on all architectures. -- Ludovic Brenta. pgp1Ntc45sa7b.pgp Description: PGP signature

Bug#474888: #474888: gnat-4.3: FTBFS: Bootstrap comparison failure!

2008-04-26 Thread Ludovic Brenta
Lucas Nussbaum writes: > On 26/04/08 at 01:50 +0200, Ludovic Brenta wrote: >> Lucas, have you been able to reproduce this bug? > > No, gnat-4.3 still fails, but not this way (#477964). Then I suggest closing this bug and concentrating on #477964. OK? -- Ludovic Brenta. --

Bug#477964: gnat-4.3: FTBFS: grep: ../libgnatvsn/gnatvsn.ads: No such file or directory

2008-04-26 Thread Ludovic Brenta
Matthias Klose writes: > Lucas Nussbaum writes: >> On 26/04/08 at 01:47 +0200, Ludovic Brenta wrote: >> > severity 477964 important >> > tags 477964 moreinfo >> > merge 477964 465671 >> > thanks >> > >> > I built the package built s

Bug#248173: gnat: Legal program rejected, RM 7.3(13)

2008-05-14 Thread Ludovic Brenta
retitle 248173 [Fixed in 4.4] Legal program rejected, RM 7.3(13) reassign 248173 gnat-4.3 tags 248173 fixed-upstream pending thanks Fixed in GCC 4.4 and backported to gnat-4.3 by Samuel Tardieu. Thanks so much, Sam. -- Ludovic Brenta. pgpBhkkgsmbEJ.pgp Description: PGP signature

Bug#280940: Fixed in 4.3

2008-05-14 Thread Ludovic Brenta
upstream, now that gnat-4.3 is the default Ada compiler. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#248173: Fixed in 4.4

2008-05-14 Thread Ludovic Brenta
reassign 248173 gnat-4.3 retitle 248173 [Fixed in 4.4] Legal program rejected, RM 7.3(13) tags 248173 pending thanks Samuel Tardieu backported this fix to gnat-4.3; pending upload. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#482433: gnat-4.3 doesn't support libraries on mips/mipsel

2008-05-22 Thread Ludovic Brenta
tags 482433 pending thanks Thanks Thiemo, I've applied your patch and will upload it as soon as I can get the tests suite to work. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Some packages blocked for the gcc-defaults transition

2008-05-28 Thread Ludovic Brenta
Selon Adeodato Simó <[EMAIL PROTECTED]>: > Ah, Ludovic, in order to migrate gcc-defaults I'm going to need to > remove libaws from testing. I read in some bug report that you're > planning to update it to a newer gnat, so after that it should be able > to migrate to te

Please allow gnat-4.3 into testing (RoM)

2008-06-03 Thread Ludovic Brenta
comes up. Thanks -- Ludovic Brenta (maintainer of gnat-4.*). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#484948: gnat-4.3: FTBFS when converted to new source format 3.0 (quilt): due to patches that require -p0

2008-06-07 Thread Ludovic Brenta
Read debian/README.maintainers for instructions on how to use quilt with gnat-4.3. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Sending gnat-4.3 testsuite results upstream?

2008-06-16 Thread Ludovic Brenta
gnat-4.3 has been executing the Ada test suite since 4.3.0-6 and I would like to send the results upstream. Is there an automated procedure for this or is it an entirely manual process? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#492866: libgnatprj4.3-dev: /usr/share/ada/adainclude/gnatprj/sdefault.ads missing, package unusable

2008-07-29 Thread Ludovic Brenta
Package: libgnatprj4.3-dev Version: 4.3.1-1 Severity: grave Tags: patch The file /usr/share/ada/adainclude/gnatprj/sdefault.ads is missing from package libgnatprj4.3-dev, so the package is unusable. Here is the patch that corrects this problem: --- debian/patches/ada-libgnatprj.dpatchebdd53f

Bug#493814: Dangling libgnat.so-4.3 links in adalib directory of gnat, no libgnat.so file

2008-08-06 Thread Ludovic Brenta
r manually compiled gcc installations there is a libgnat.so in that directory. OK, I'll fix that. I have a couple other fixes in the pipeline, too, and I was planning to upload 4.3.1-2 next week anyway. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#493814: Dangling libgnat.so-4.3 links in adalib directory of gnat, no libgnat.so file

2008-08-06 Thread Ludovic Brenta
se. Not to mention that it would be against Debian policy to provide a static library compiled with -fPIC. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

To merge or not to merge gcc-4.3 into gnat-4.3

2008-08-09 Thread Ludovic Brenta
nd then to Lenny. The changelog is against gnat-4.3 4.3.0-1 which was built from the same sources as gcc-4.3 4.3.0-2. I have the option to merge the changes from gcc-4.3 into gnat-4.3. Should I do this? Here is the changelog entry: gnat-4.3 (4.3.1-2) unstable; urgency=low [Ludovic Brenta] * Add sd

Bug#494945: gnat: Assert_Failure at atree.adb:886 caused by legal prefixed notation

2008-08-13 Thread Ludovic Brenta
s.Line.all); -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#494962: /bin/sh: line 1: 26087 Aborted (core dumped) ./xsinfo ../../sinfo.h

2008-08-13 Thread Ludovic Brenta
tags 494962 pending thanks I uploaded 4.3.1-2 yesterday; since it will be build with 4.3.1-1 as the bootstrap compiler, I believe the bug will be resolved then. It would be nice if you could investigate the bug further. Does it happen on other architectures? -- Ludovic Brenta. -- To

Bug#494962: Debian bug #494962: /bin/sh: line 1: 26087 Aborted (core dumped) ./xsinfo ../../sinfo.h

2008-08-15 Thread Ludovic Brenta
-1; 4.3.0-1 was built using 4.1.2-20. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#496614: gnat-4.3: can not find definition of an ada variable with gdb

2008-08-26 Thread Ludovic Brenta
subscribing to the bug you will be notified of all these changes automatically. At this point I would like to know whether this bug exists in upstream GCC. There has been a similar but not identical bug in the past (see http://gcc.gnu.org/PR32452). -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [

Bug#497369: gcc-4.3-base, not cpp-4.3, should provide the /usr/lib/gcc//4.3.2 symlinks

2008-09-01 Thread Ludovic Brenta
://bugs.launchpad.net/ubuntu/+source/gnat-4.3/+bug/250173 I recommend that the symbolic link be provided in gcc-4.3-base instead. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#497371: cpp-4.3: mismatch between package version, upstream version and /usr/lib/gcc//

2008-09-01 Thread Ludovic Brenta
fix is to acknowledge the new upstream version number in the package (i.e. 4.3.2~rc1-1, or even 4.3.2-1 with another update), and request a new upload of gnat-4.3 to match. I'll be happy to do the latter. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: preparing gcc-4.3.2 for testing/unstable

2008-09-03 Thread Ludovic Brenta
Matthias Klose writes: > please find gcc-4.3.2 at http://people.debian.org/~doko/gcc-4.3/ > changes are found in svn as well. > > Ludovic, please could you check the gnat source package with these > changes? These sources seem OK, except that ada-alpha.dpatch is now applied upstrea

Re: proposing {gcc,gcj,gnat}-4.3 4.3.2-1 for testing

2008-10-05 Thread Ludovic Brenta
g/debian-gcc/2008/09/msg00027.html Thanks for unblocking! -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#501883: gnat build failure with debian gnat

2008-10-11 Thread Ludovic Brenta
Is this bug specific to hppa? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#494962: gnat-4.3 fails to build gnat-4.4 from source

2008-10-17 Thread Ludovic Brenta
prove that this is really an upstream bug in the build machinery; stage 2 should not depend on the bootstrap environment at all. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#497620: closed by Ludovic Brenta (Bug box on legal code, raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:398)

2009-01-06 Thread Ludovic Brenta
propriately. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#512328: gnatlink wants to use libgnat-4.3.a and libgnarl-4.3.a which don't exist

2009-01-19 Thread Ludovic Brenta
ease tell me if that solves your problem. You should not have to specify any libgnat.a or libgnat-4.3.so by hand; gnatmake is supposed to do that for you. HTH -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe&q

Re: gcc-4.3_4.3.3-1_multi.changes ACCEPTED

2009-01-24 Thread Ludovic Brenta
Matthias, are you planning for this to reach testing? Should I upload gnat-4.3 to match the new upstream version? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: gcc-4.3_4.3.3-1_multi.changes ACCEPTED

2009-01-27 Thread Ludovic Brenta
Matthias Klose writes: > Ludovic Brenta schrieb: >> Matthias, are you planning for this to reach testing? Should I upload >> gnat-4.3 to match the new upstream version? > > yes please. just have to wait for the gcj-4.3 build, if it succeeds on armel. > could you check for

Plans for GCC in Squeeze

2009-02-09 Thread Ludovic Brenta
least one cross-compiler package. The first target I will try to support is arm. Of course, any help is welcome on this font :) -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Plans for GCC in Squeeze

2009-02-09 Thread Ludovic Brenta
Hector Oron writes: > Hello Ludovic, > > I would be interested on making cross toolchains to build. I have > already been doing some work on them. > > Please, just let me know what the changes you are doing with > repositories or i would not mind to use yours. I just mostl

Re: Plans for GCC in Squeeze

2009-02-13 Thread Ludovic Brenta
ike multilib. It seems that we could achieve the effects you want with a single compiler and multiple run-time libraries and compilation options. If I am correct then it should be possible to leverage GCC's existing multilib support and produce binary packages for several libraries. Am I missi

Bug#515841: gnat-4.3: fails to run Ada Conformity Assessment Test Suite

2009-02-17 Thread Ludovic Brenta
with: === gnat Summary === # of expected passes401 # of expected failures 3 -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Plans for GCC in Squeeze

2009-02-19 Thread Ludovic Brenta
la/show_bug.cgi?id=5911 > > Also reported: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37703 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32548 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39172 > > Thanks in advance, Again thanks for the references. -- Ludovic Brenta.

Re: Results for 4.4.0 20090224 (experimental) (Debian 20090224-1) testsuite on hppa-unknown-linux-gnu

2009-03-10 Thread Ludovic Brenta
thias, Thanks a lot for posting these results. Do they mean that #501883 (gnat build failure with debian gnat) is no longer applicable? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#527367: FTBFS: configure: error: GNAT is required to build ada

2009-05-07 Thread Ludovic Brenta
e pbuilder chroot, contrary to what apt says. To see what happened, I need the log file of configure. Could you please attach /tmp/gnat-4.3_z8FHTS/gnat-4.3-4.3.3.orig/build/config.log to this bug report? Thanks. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.

Bug#527367: FTBFS: configure: error: GNAT is required to build ada

2009-05-08 Thread Ludovic Brenta
rresponding object file. In your case, something went wrong; either gnatgcc failed to produce an object file, or it emitted an error message on stderr. On my machine, the test succeeds. I hope you can take it from there to see what's wrong. -- Ludovic Brenta. pgpFs2ACbECJw.pgp Description: PGP signature

Bug#523509: Please explain (was: gcj-4.3: FTBFS with libtool 2.2)

2009-05-10 Thread Ludovic Brenta
Matthias, could you please explain what was the problem precisely and what happened in 4.3.3-8 that solved the issue? I need to know because of #527367 which the submitter claims has similar causes and solution. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ

Bug#519336: gnat1 segfault when unchecked converting an identifier with type mismatch

2009-05-18 Thread Ludovic Brenta
). -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#182360: fixed upstream ?

2009-08-01 Thread Ludovic Brenta
ignoring the result of a function call but allows them to import C functions (returning other than void) as procedures. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#247018: gnat: Illegal program not detected, RM 8.3(8)

2009-08-05 Thread Ludovic Brenta
No, your test does not correspond to the bug; please try with the exact code to reproduce the bug (i.e. "new pak1.pak2", not "new pak1"). -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe&q

Bug#540090: gnat-4.4: gnatmake fails to generate shared libraries (gcc not found)

2009-08-05 Thread Ludovic Brenta
atched as it should. This is not a big problem. Workaround: install package gcc; this does not affect compilation of Ada packages, only linking shared libraries from project files. I'll update the patches to correct this problem in the next upload. -- Ludovic Brenta. --

Bug#540174: gnat-4.4: Bug box when compiling.

2009-08-06 Thread Ludovic Brenta
ve it high priority. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Cross Toolchains "Squeeze" Release Goals

2009-08-12 Thread Ludovic Brenta
Selon Hector Oron : > Those are more or less my plans, but there was Ludovic Brenta also > interested on having a gnat cross compiler for armel, which I am unsure > if there has been any progress towards this direction. Some progress: gnat-4.4 is now in unstable. I would like to p

Re: Cross Toolchains "Squeeze" Release Goals

2009-08-12 Thread Ludovic Brenta
Selon Hector Oron : > 2009/8/12 Ludovic Brenta : >> What kind of target do you have in mind? armel bare-board? with uClibc? >> with EmDebian? with full Debian? > > I personally do not know a bit on ada, I should learn sometime, as I > have heard it is very suitable for sa

Bug#541258: gnat-4.3 ftbfs on sparc

2009-08-12 Thread Ludovic Brenta
OK, good idea. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#589164: gnat-4.4: [Fixed in 4.5] controlled objects adjusted too often

2010-07-15 Thread Ludovic Brenta
actions. * exp_ch3.adb: Minor reformatting To be backported. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/a175509a27540b27d84f938d49c8b...@localhost

Bug#589164: gnat-4.4: [Fixed in 4.5] controlled objects adjusted too often

2010-07-30 Thread Ludovic Brenta
severity 589164 important found 589164 4.4.0-1 thanks The patch I identified does not fix the problem. Since I think this is important, I'm bisecting to find the patch that does fix the problem; then I'll backport it. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debia

Bug#589164: gnat-4.4: [Fixed in 4.5] controlled objects adjusted too often

2010-07-30 Thread Ludovic Brenta
The bisection pointed to the very patch I identified earlier; however, backporting this patch alone does not fix the problem in 4.4. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: freeze exception for gcc-4.5 (i386, amd64 only)

2010-08-18 Thread Ludovic Brenta
4.5. This really gives me the creeps. I would propose that gcc-4.5 be allowed in testing, with priority extra, but not that the "several runtime libraries" (which ones are they?) be built from the gcc-4.5 sources. Would that be acceptable to everyone? -- Ludovic Brenta. -- To UNSUB

Re: freeze exception for gcc-4.5 (i386, amd64 only)

2010-08-20 Thread Ludovic Brenta
s would gcc-4.5 bring to our users? Right: gcc-4.5 is "nice to have", maybe even "very, very nice to have", but it does not fix any RC bugs and _might_ introduce some due to replacing important libraries from gcc-4.4. So, I support the release manager's decision not to inc

Bug#595830: gnat-4.4: FTBFS in squeeze: xref_lib.o: file not recognized: File truncated

2010-09-22 Thread Ludovic Brenta
tags 595830 unreproducible moreinfo thanks I just rebuilt successfully on sid. I suspect your disk became full suring compilation? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#595830: gnat-4.4: FTBFS in squeeze: xref_lib.o: file not recognized: File truncated

2010-09-28 Thread Ludovic Brenta
Lucas, any update on this? I'm tempted to close it now. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/8a3570f7588065

Bug#599704: gnat-4.4: FTBFS: Build-Depends on gcc-4.4-source (=4.4.4) which is no longer in testing

2010-10-10 Thread Ludovic Brenta
, so I think it is suitable for testing. I have uploaded 4.4.5-1 to unstable with low priority. Please unblock the package so that 4.4.5-1 can migrate to Squeeze after its normal period in unstable. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subje

  1   2   3   4   >