# New Ticket Created by  Lambeck 
# Please include the string:  [perl #35042]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=35042 >


Hi all,
now that the problem concerning gmp is resolved I noticed 2 other problems:

1. antlr is not detected (because I am using version 2.7.3 ?). This version 
does not know the parameter "-h" but instead provides "-info" which yields a 
different result:  
Antlr parser generator   Version 1.33MR33   1989-2001
instead of the expected:
ANTLR Parser Generator

2. python could not be found (2.3.4) The problem here seems to be different:

my $a = capture_output( 'python -V' ) || '';
The line above should assign i.e. "Python 2.3.4" to $a but in my case $a is 
empty eventhough "python -V" on the commandline works well.

I think 1. could be resolved by 
        a) handling both cases (there might be more though)
        b) or by requireing i.e antlr >= 2.7.5 (that depends on the policy)

for 2. I have no idea how this can happen :-(

I am on amd64 running Gentoo Linux.

Adrian Lambeck

Attachment: pgpaaUaFwmKaU.pgp
Description: PGP signature

Reply via email to