cp-tools-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cp-tools-discuss] packaging cp-tools for debian


From: Grzegorz Prokopski
Subject: Re: [Cp-tools-discuss] packaging cp-tools for debian
Date: 13 Aug 2002 12:49:02 +0200

W liƛcie z wto, 13-08-2002, godz. 12:03, address@hidden
pisze: 
> Grzegorz Prokopski <address@hidden> writes:
> I didn't see your original mail. I get about 1000 messages so it's
> easy to lose stuff. All I saw was Alex's reply.
So I c&p it once again:

<c&p-ed>
address@hidden:~/deb-pkgs/cp-tools/cp-tools-0.0.20020812$ (cd src; jikes
-classpath /usr/lib/sablevm/classes-1.0.1:/tmp/kawa-1.6.99.jar `find .
-name \*.java`)

Found 5 semantic errors compiling "gnu/classpath/tools/Javap.java":

  1075.         String[][] innerClassNames =
innerClassAttr.getClassNames ();
                                            
<----------------------------->
*** Error: No method named "getClassNames" was found in type
"gnu/bytecode/InnerClassesAttr".


  1231.                                         buf.append
(var.getStartPC ());
                                                           
<--------------->
*** Error: No method named "getStartPC" was found in type
"gnu/bytecode/Variable".


  1233.                                         buf.append (var.getEndPC
() - var.getStartPC ());
                                                           
<------------->
*** Error: No method named "getEndPC" was found in type
"gnu/bytecode/Variable".


  1233.                                         buf.append (var.getEndPC
() - var.getStartPC ());
                                                                              
<--------------->
*** Error: No method named "getStartPC" was found in type
"gnu/bytecode/Variable".


  1235.                                         buf.append
(var.getOffset ());
                                                           
<-------------->
*** Error: No method named "getOffset" was found in type
"gnu/bytecode/Variable".


Is anyone maintaining this code? Can I count on that it will be fixed in
resonable time? (I ask because it seems that last change to *.java files
I am intersted in - was done 9 months ago)
</c&p-ed>

> You should try using the stable release available from the kawa ftp
> site or the webpage. I can mail it to you if you want.
They don't say anything that the latest version is not stable.
However I fetched kawa sources for:

kawa-1.6.1.tar.gz   545 KB  1999-05-13 
kawa-1.6.60.tar.gz  795 KB  1999-09-15
kawa-1.6.66.tar.gz  916 KB  2000-03-22

1.6.1 and 1.6.50 don't contain for ex. *StartPC* string at all.
1.6.66 has for ex. getStartPC function but not in Variable class
in .66 in ./gnu/bytecode/ChangeLog it is said it is new method
(1999-12-24) Per Bothner <address@hidden> entry.
The function exists in Scope.java and CodeAttr.java.
It is exactly the same for 1.6.98.

So additional question would be:
With what version of kawa did those utilities work? (approx. kawa
CVS timestamp would do also).

> I'm fairly sure that the cp-tools were written against that.
Against which version?
ftp://ftp.gnu.org/pub/gnu/kawa/

> We need a decent build and I have been working on one, however, I
> haven't had any time to finish it (and neither has anyone else!).
Hmm... that's bad. If you had read my bugreport I pointed you to
http://bugs.debian.org/156407 ...
I am constructing free-java-sdk package which brings together
available free tools that are combined to create coherent, robust
and free JAVA_HOME environment.
I'd like to use cp-tools for that.

Can you help me?

> Any more problems, let me know.
I belive it still qualifies as a problem :-/

Best regards

                                        Grzegorz B. Prokopski

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]