Your message dated Sat, 26 Jun 2010 11:57:35 +0200
with message-id <[email protected]>
and subject line Fixed with antlr3 3.2 availability in Debian; libantlr3c 
available too
has caused the Debian Bug report #538778,
regarding antlr3: ANTLR v3 C header files and C run-time libraries are missing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
538778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538778
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: antlr3
Version: 3.0.1+dfsg-4
Severity: important


Antlr v3 could generate C parsers. Still, there are no anlr C headers in Debian 
(antlr3.h and so on). C ANTLR runtime 
libraries are also missed.

All these files are from libantlr3c-3.x.x.tar.gz archive from original 
antlr.org sources.

I suppose that at least two additional packages should be created: libantlr3c 
and libantlr3c-dev. 
I afraid the same problem is present with C++ and CLR generators.

Failure log:

$ cat test01.g
grammar test01;                    
options {                          
language=C;
}
r : ID;
ID: 'a'..'z' + ;
$ antlr3 test01.g
$ gcc -c test01Lexer.c
In file included from test01Lexer.c:17:
test01Lexer.h:41:23: error: antlr3.h: No such file or directory
(and so on..)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages antlr3 depends on:
ii  java-gcj-compat [java2-runtim 1.0.80-5.1 Java runtime environment using GIJ
ii  libstringtemplate-java        3.1-3      StringTemplate templating engine f

Versions of packages antlr3 recommends:
ii  antlr3-gcj                  3.0.1+dfsg-4 language tool for constructing rec

antlr3 suggests no packages.

-- debconf-show failed



--- End Message ---
--- Begin Message ---
Version: 3.2-1

Hi,

With the update of antlr3 to version 3.2, I've uploaded libantlr3c and
both are now available in unstable.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer - <[email protected]> 
 
 Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


--- End Message ---

Reply via email to