Re: [kaffe] Reminder - release this weekend

2004-02-15 Thread Jim Pick
[Oops.  I forgot to cc: the list.  I'll resend it.]

On Thu, 05 Feb 2004 22:33:52 +0100
Matthias Pfisterer [EMAIL PROTECTED] wrote:

 Hi,
 
 the build problem I reported a while ago is still reproducible with the 
 latest CVS:
 
 Making all in libraries/javalib
 make[1]: Entering directory `/home/matthias/java/kaffe/libraries/javalib'
 rm -rf lib
 mkdir lib
 /bin/sh ./rebuildLib @essential.files
 Compiling classes from  @essential.files  using 
 /home/matthias/java/kaffe/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M 
 at.dms.kjc.Main
 [ start compilation in verbose mode ]
 [ parsed gnu/classpath/Configuration.java in 483 ms ]
 GC: heap 5124K, total before 4782K, after 3607K (51604/39461 objs)
   29.6% free, alloced 34839K (#106873), marked 615K, swept 1175K (#12143)
   393 objs (9K) awaiting finalization
 
 ...and the computer hangs with 100 % CPU load.

This was blocking me as well.

I discovered that the configure script was detecting and bringing in
libasound, which is linked against libpthread.  This is bad when Kaffe
is being built with jthreads (the default).

I tried --without-alsa and --without-sound, but those options didn't
have the desired effect.  I'm going to have to do some work on the
configure script.

Cheers,

 - Jim


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Reminder - release this weekend

2004-02-05 Thread Jim Pick
Hi,

Just a reminder, I'm going to cut release 1.1.4 on Sunday, and we're
currently in a feature freeze.

If anybody has some spare time, please try compiling and testing CVS on
your platform.

In other news, Sun has a beta out of J2SE 1.5.0 out:

  http://java.sun.com/j2se/1.5.0/relnotes.html

So we'll have lots of fun things to implement in the coming months and years.  :-)

Cheers,

 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Reminder - release this weekend

2004-02-05 Thread Matthias Pfisterer
Hi,

the build problem I reported a while ago is still reproducible with the 
latest CVS:

Making all in libraries/javalib
make[1]: Entering directory `/home/matthias/java/kaffe/libraries/javalib'
rm -rf lib
mkdir lib
/bin/sh ./rebuildLib @essential.files
Compiling classes from  @essential.files  using 
/home/matthias/java/kaffe/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M 
at.dms.kjc.Main
[ start compilation in verbose mode ]
[ parsed gnu/classpath/Configuration.java in 483 ms ]
GC: heap 5124K, total before 4782K, after 3607K (51604/39461 objs)
 29.6% free, alloced 34839K (#106873), marked 615K, swept 1175K (#12143)
 393 objs (9K) awaiting finalization

...and the computer hangs with 100 % CPU load.

I'm willing to help to debug this, but don't know where to start.

And a note to Talibor: Please do NOT sync with the Tritonus CVS. I 
started implementing new features that depend on generics. Taking over 
this code now would break the kaffe build.

Matthias

Jim Pick wrote:
Hi,

Just a reminder, I'm going to cut release 1.1.4 on Sunday, and we're
currently in a feature freeze.
If anybody has some spare time, please try compiling and testing CVS on
your platform.
In other news, Sun has a beta out of J2SE 1.5.0 out:

  http://java.sun.com/j2se/1.5.0/relnotes.html

So we'll have lots of fun things to implement in the coming months and years.  :-)

Cheers,

 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


--
Matthias Pfisterer  Matthias [dot] Pfisterer [at] web [dot] de
Reuchlinstrasse 28  phone ++49-711-62 87 12
D-70176 Stuttgart   (in Deutschland 0711-62 87 12)
GERMANY
Work like you don't need the money.
Love like you've never been hurt.
Dance like nobody is watching.
Java Sound Resources (examples, FAQ, applications):
http://www.jsresources.org/
Tritonus, the open source implementation of the Java Sound API:
http://www.tritonus.org/
--
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe