Bug#567575: gprbuild: System project directory in debian is not seen

2010-01-30 Thread Stephen Leake
Nicolas Boulenguez nicolas.bouleng...@free.fr writes: Package: gprbuild Version: 1.2.0-1 Severity: wishlist Hello. Suppose I have installed the libgtkada package, and created the two following files. -- main.adb procedure Main is begin null; end Main; --

Bug#567575: gprbuild: System project directory in debian is not seen

2010-01-31 Thread Stephen Leake
fixed in Ada France mtn ec7233499764aef14b4bd0a4b1159eefb24b9acb -- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#569665: Please update the Packages-arch-specific entries for the Ada packages

2010-02-14 Thread Stephen Leake
Ludovic Brenta ludo...@ludovic-brenta.org writes: Please update the Packages-arch-specific entries for the Ada packages as follows. .. +%libaunit:!alpha This arch string is not recognized by dpkg: dpkg-source: error: `!alpha' is not a legal architecture string Is this supposed

Bug#564182: gnat-4.4: missing 'overriding' indicators

2010-01-08 Thread Stephen Leake
Package: gnat-4.4 Version: 4.4.2-4 When compiling a project that includes Ada.Finalization with the compiler option -gnatyO, I get the following errors: s-pooglo.ads:56:13: (style) missing overriding indicator in declaration of Storage_Size s-pooglo.ads:60:14: (style) missing overriding

Bug#564182: another system file missing 'overriding'

2010-02-09 Thread Stephen Leake
s-tpoben.ads:226:14: (style) missing overriding indicator in declaration of Finalize -- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#569343: OpenToken tests fail with AUnit dynamic library, but not with source

2010-02-11 Thread Stephen Leake
Package: gnat-4.4 Version: 4.4.3-1 Severity: normal When OpenToken tests are linked with the AUnit dynamic library, the tests fail in odd ways. However, when the OpenToken tests bypass the AUnit dynamic library, and just include the AUnit sources in the project, the OpenToken tests work properly.

Bug#563242: ITP: gprbuild-4.4 -- a multi-language extensible build tool

2010-01-01 Thread Stephen Leake
Package: wnpp version: 1.0 Severity: wishlist Upstream Author : AdaCore (rep...@adacore.com) URL : http://libre.adacore.com/libre/ License : GPL Programming Lang: Ada Description : a multi-language extensible build tool A set of tools for processing GNAT project files.

Bug#565617: gprbuild: E: Package builds gprbuild-doc_1.2.0-1_all.deb when binary-indep target is not called. This is a bug in the packaging.

2010-01-18 Thread Stephen Leake
fixed in Ada France mtn 5b499b4135db1ce3e7987a480ace8ffce9a7789c thanks for noticing this. -- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#565782: gprbuild: gprconfig ignores gnat

2010-01-18 Thread Stephen Leake
Nicolas Boulenguez nicolas.bouleng...@free.fr writes: Hello. Thanks for packaging this promising tool. You're welcome. The first example of the tutorial fails: $ cd first_steps $ make default.cgpr gprconfig --batch --config Ada,,default --config C -o default.cgpr Error: no matching

Bug#565782: gprbuild: gprconfig ignores gnat

2010-01-20 Thread Stephen Leake
Ludovic Brenta ludo...@ludovic-brenta.org writes: The package gcc provides the symlink /usr/bin/gcc - gcc-x.y and depends on the package gcc-x.y. Here, x.y=4.3. The package gnat provides the symlink /usr/bin/gnatgcc - gcc-x.y and depends on the package gcc-x.y. Here, x.y = 4.4.

Bug#340211: ADA-Mode: Symbol's function definition is void: ada-indent

2009-01-01 Thread Stephen Leake
Sven Joachim svenj...@gmx.de writes: Please start with 'emacs -Q', load the Ada mode files explicitly so you know exactly which ones you are using, and see if you still get the bug. I still get it in `emacs -Q' for the input mentioned in the bug report: --8---cut

Bug#573148: debian-maintainers: application for Debian Maintainer

2010-03-09 Thread Stephen Leake
Package: debian-maintainers Version: 1.52 Severity: normal Please accept my application as Debian Maintainer. jetring changeset attached. -- -- Stephe add-ECC1D5F5A1FC6CFA Description: Binary data

Bug#571217: this list will be useful

2010-02-24 Thread Stephen Leake
-- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#571013: gprbuild: crashes when builder uses -s and program withes gdk.event

2010-02-28 Thread Stephen Leake
The immediate cause of the bug is that gprbuild is trying to write a file /usr/share/ada/adainclude/gdk.cswi containing compilation switches, and it doesn't have write permissions there. So a workaround is to allow writes there (possibly not a good idea :), or to move gtkada2.gpr to a directory

Bug#562766: catch throw doesn't work for me in testing

2010-04-16 Thread Stephen Leake
catch throw doesn't work for me: $gdb Current directory is /home/Projects/biblio/build/linux_debug/ GNU gdb (GDB) 7.0.1-debian (gdb) catch throw Function __cxa_throw not defined. Catchpoint 1 (throw) (gdb) run Starting program: /home/Projects/biblio/build/linux_debug/test_one_harness.exe

Bug#465891: Emacs ada-mode does not need adoption

2009-12-19 Thread Stephen Leake
I'm the upstream maintainer for Emacs ada-mode. ada-mode is included in the Emacs package, so there is no need for a separate Debian ada-mode package. -- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#562744: gnat-4.4 should depend on gcc-4.4 (4.4.2)

2009-12-27 Thread Stephen Leake
Package: gnat-4.4 Version: 4.4.2-4 I had gcc-4.4 (4.4.1-3) and gnat-4.3 installed. I upgraded to gnat-4.4, but it was non-functional, complaining it could not find system.ads. The problem turned out to be a missing symlink, that is installed by gcc-4.4 (4.4.2). The root cause is that gnat-4.4

Bug#562766: gdb does not support 'break exception'

2009-12-27 Thread Stephen Leake
Package: gnat-4.4 Version: 4.4.2-4 I'm debugging Ada code compiled with gnat-4.4. gdb supports Ada: (gdb) show lang The current source language is auto; currently ada. However, it does not suppor the 'break exception' command: (gdb) break exception exception is not a function 'catch

Bug#590262: workaround

2010-09-06 Thread Stephen Leake
A workaround for this is to remove Mtn from vc-handled-backends: (setq vc-handled-backends '(CVS)) An alternative Emacs frontend for monotone is DVC: http://www.xsteve.at/prg/emacs_dvc/dvc.html -- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#588533: gprbuild 1.4.1 breaks QtAda

2010-07-24 Thread Stephen Leake
gprbuild 1.4.1 has a bug that breaks QtAda, so I'm waiting for 1.5. The bug has been fixed in AdaCore's development version; I may try to backport the fix. -- -- Stephe -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#558980: more information

2009-12-13 Thread Stephen Leake
Frans Pop gave me access to his hppa machine. If I compile from full GNADE source (not using the GNADE dynamic or static libraries), the code works. With the dynamic library, I get a SIGSEGV, somewhere in the program startup, before any user code. With the static library, I get a stack overflow

Bug#558980: access to hppa machine to work on Bug#558980

2009-12-14 Thread Stephen Leake
Carlos O'Donell car...@systemhalted.org writes: On Sun, Dec 13, 2009 at 10:03 AM, Stephen Leake stephen_le...@stephe-leake.org wrote: Frans Pop gave me access to his machine. I have some more information on the bug. If I compile from full GNADE source (not using the GNADE dynamic or static

Bug#558980: clarification, final workaround

2009-12-15 Thread Stephen Leake
Removing -fstack-check from the compiler options when building the libraries and the test fixes the problem. The earlier statement building from source without the libraries fixes the problem is misleading; -fstack-check was left out of the compiler options in that build. So GNADE is useable,

Bug#542325: gnade dependency on mysql

2009-09-06 Thread Stephen Leake
Hi, I'm considering becoming the new Debian maintainer for gnade. I'm very new at Debian, although I've been using gnade for years. I'm concerned about the way the library dependencies are handled. In Lenny, Gnade 1.6.2 lists a dependency on libmysqlclient15. In Squeeze, libmysqlclient15 will

Bug#542325: gnade dependency on mysql

2009-09-07 Thread Stephen Leake
u...@debian.org (Aaron M. Ucko) writes: Stephen Leake stephen_le...@stephe-leake.org writes: You have suggested changing it to unversioned libmysqlclient. However, I think that is potentially dangerous. The official package name *is* libmysqlclient-dev; there is no libmysqlclient16-dev

Bug#623837: monotone build fails due to missing dependency in libbotan1.8-dev

2011-04-23 Thread Stephen Leake
Package: libbotan1.8-dev Version: 1.8.11-1.1+b1 Steps to reproduce the problem: 1. uninstall libgmp-dev 2. install all packages listed in org.debian.monotone/control Build-Depends (which includes libbotan1.8-dev, but not libgmp-dev) 3. cd net.venge.monotone 4. ./configure Expected result:

Bug#623837: monotone build fails due to missing dependency in libbotan1.8-dev

2011-04-24 Thread Stephen Leake
Ondřej Surý ond...@sury.org writes: Could you please attach full build log and config.log? It seems I was in error, or at best the problem exists only in sid (testing). I created a clean wheezy chroot, and ran 'sudo schroot -- aptitude build-depends monotone'. After fixing a different

Bug#623891: [Monotone-debian] Bug#623891: Bug#623891: monotone Build-Depends missing zlib

2011-04-26 Thread Stephen Leake
Francis Russell francis+d...@unchartedbackwaters.co.uk writes: Hi Stephen, the Monotone Debian packaging already has a dependency on libz-dev. Ah, yes. Sorry, somehow I didn't notice that I was suggesting the same dependency that was failing. I've had problems before with the various

Bug#624779: [Monotone-debian] Bug#624779: monotone: FTBFS on hurd-i386

2011-05-03 Thread Stephen Leake
Pino Toscano toscano.p...@tiscali.it writes: Package: monotone Version: 1.0-2 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, currently[1] monotone fails to build on hurd-i386. The problem is due to the usage of MAXPATHLEN, which is not defined on

Bug#624779: [Monotone-debian] Bug#624779: monotone: FTBFS on hurd-i386

2011-05-03 Thread Stephen Leake
Pino Toscano toscano.p...@tiscali.it writes: Hi, thanks for the review so far! Alle martedì 3 maggio 2011, Stephen Leake ha scritto: Pino Toscano toscano.p...@tiscali.it writes: Also, after the (log!) test suite run I got just three failures: 60 automate_certs

Bug#633981: gprbuild: no compiler specified for language Ada ignoring all its sources

2011-08-04 Thread Stephen Leake
In testing and unstable, the locations of the Ada runtime has moved due to multiarch support. That's one of the items matched to find a compiler, so gprbuild fails to find an Ada compiler. This will be fixed in the next version of gprbuild. -- -- Stephe -- To UNSUBSCRIBE, email to