[kaffe] cvs-ignore

2003-02-05 Thread Marc Kleine-Budde
Hi!

Just a teeny-weeny patch, that cvs ignores the org_*.h files in the
include dir.

regards - Marc



cvs-ignore.patch.bz2
Description: Binary data


[kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: dalibor 03/02/05 12:48:35

Modified files:
.  : ChangeLog Makefile.am Makefile.in configure 
 configure.in 
config : Makefile.am Makefile.in config.h.in 
include: Makefile.in 
kaffe  : Makefile.in 
kaffe/kaffe: Makefile.in 
kaffe/kaffeh   : Makefile.in 
kaffe/kaffevm  : Makefile.am Makefile.in 
kaffe/kaffevm/gcj: Makefile.in 
kaffe/kaffevm/intrp: Makefile.in 
kaffe/kaffevm/jit: Makefile.in 
kaffe/kaffevm/jit3: Makefile.in 
kaffe/kaffevm/systems: Makefile.in 
kaffe/kaffevm/systems/beos-native: Makefile.in 
kaffe/kaffevm/systems/oskit-pthreads: Makefile.in 
kaffe/kaffevm/systems/unix-jthreads: Makefile.in 
kaffe/kaffevm/systems/unix-pthreads: Makefile.in 
kaffe/man  : Makefile.in 
kaffe/scripts  : Makefile.in 
kaffe/scripts/bat: Makefile.in 
kaffe/scripts/compat: Makefile.am Makefile.in 
kaffe/xprof: Makefile.in 
libltdl: config-h.in 
libraries  : Makefile.in 
libraries/clib : Makefile.in 
libraries/clib/awt: Makefile.am Makefile.in 
libraries/clib/awt/X: Makefile.in 
libraries/clib/awt/qt: Makefile.in 
libraries/clib/io: Makefile.in 
libraries/clib/management: Makefile.in 
libraries/clib/math: Makefile.in 
libraries/clib/native: Makefile.in SystemClassLoader.c 
libraries/clib/net: Makefile.in 
libraries/clib/security: Makefile.in 
libraries/clib/zip: Makefile.in 
libraries/extensions: Makefile.in 
libraries/extensions/comm: Makefile.in 
libraries/extensions/comm/javalib: Makefile.in 
libraries/extensions/microsoft: Makefile.in 
libraries/extensions/microsoft/clib: Makefile.in 
libraries/extensions/microsoft/javalib: Makefile.in 
libraries/extensions/pjava: Makefile.in 
libraries/extensions/pjava/javalib: Makefile.in 
libraries/extensions/servlet: Makefile.in 
libraries/extensions/servlet/javalib: Makefile.in 
libraries/extensions/sound: Makefile.am Makefile.in 
libraries/extensions/sound/alsa: Makefile.in 
libraries/extensions/sound/common: Makefile.am Makefile.in 
libraries/extensions/sound/esd: Makefile.am Makefile.in 
libraries/javalib: Makefile.am Makefile.in 
libraries/javalib/kaffe/tools/jar: Jar.java 
test   : Makefile.in 
test/regression: Makefile.am Makefile.in 

Log message:
2003-02-03 Dalibor Topic [EMAIL PROTECTED]

* libraries/javalib/kaffe/tools/jar/Jar.java:
(updateFilesInJar) implemented.

2003-02-02 Dalibor Topic [EMAIL PROTECTED]

* configure.in:
Check for ia64intrin.h.

* libraries/javalib/Makefile.am:
Use kaffe's jar tool instead of .

* libraries/javalib/Makefile.in:
regenerated.

2003-01-02 Timothy S Stack [EMAIL PROTECTED]

* Makefile.am,
config/Makefile.am,
kaffe/kaffevm/Makefile.am,
libraries/clib/awt/Makefile.am,
libraries/clib/awt/qt/Makefile.am,
libraries/extensions/sound/Makefile.am,
libraries/extensions/sound/common/Makefile.am,
libraries/extensions/sound/esd/Makefile.am:
Fixes for 'make dist'

* test/regression/Makefile.am:
Add 'all-am' target that has TestScript as a dependency
so it will be regenerated automatically.

* configure.in:
Add AC_SUBST() for abssrcdir (used by javalib make file).  Fix
typo in --with-staticbin comment help.  Split checks for
resource.h and getrusage to make it work with current automake.
Add explicit check for esd.h.

* developers/autogen.sh:
Change autoheader command line to work with the latest
version.

* kaffe/scripts/compat/Makefile.am:
Define *_SCRIPTS variables when SUN_COMPAT is not true.

* libraries/javalib/Makefile.am:
Fixes for 'make dist'.  The profiles path should use
so it works when building in a separate
directory.  The bootstrap.classlist should use
so it works when building in a separate directory (the 'cd
' changes the path and invalidates ).

* libraries/clib/native/SystemClassLoader.c:
(kaffe_lang_SystemClassLoader_findClass0) removed redundant code.


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



Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Timothy Stack
 Log message:
 2003-02-03 Dalibor Topic [EMAIL PROTECTED]
 
 * libraries/javalib/kaffe/tools/jar/Jar.java:
 (updateFilesInJar) implemented.
 
 * libraries/javalib/Makefile.am:
 Use kaffe's jar tool instead of .

This isn't working for me, it just generates an empty rt.jar.

tim

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



Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Dalibor Topic

--- Timothy Stack [EMAIL PROTECTED] wrote:
  Log message:
  2003-02-03 Dalibor Topic [EMAIL PROTECTED]
  
  * libraries/javalib/kaffe/tools/jar/Jar.java:
  (updateFilesInJar) implemented.
  
  * libraries/javalib/Makefile.am:
  Use kaffe's jar tool instead of .
 
 This isn't working for me, it just generates an
 empty rt.jar.

Empty as in 0 bytes long, or empty as in it's a
350k long jar file with only 0 bytes long files ?

That's on i386-freebsd, right?

cheers,
dalibor topic

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



Re: [kaffe] [patch] auto* tools and misc make file changes

2003-02-05 Thread Dalibor Topic
Hi Tim,

I've checked in most of it, execept for a few changes
that were automake 1.x , x  4 specific. Namely the
initial AC_INIT change, and a few noinst_* instances.
In both cases automake 1.4p5 choked on it, so I left
it out for now, until a new version of libtool is
released and we switch to using the latest auto*
tools. That should be quite soon, as I've heard on the
libtool mailing list they are planning a release.

I've also left out the jikes configuration patch. I
think it would be clearer if you could write it as a
switch/case statement. Send me an updated patch and
I'll check it in.

cheers,
dalibor topic

--- Timothy Stack [EMAIL PROTECTED] wrote:
 
 hi,
 
 Attached is a patch that makes kaffe work with the
 latest auto tools
 (automake 1.7.2, autoconf 2.57, libtool 1.4.3), its
 really pretty
 painless.  If you want automatic regeneration of
 Makefile.in's and
 Makefile's you should specify
 '--enable-maintainer-mode' when configuring.
 There's also some miscellaneous fixes for 'make
 dist' and problems
 building javalib.  Change log is below.
 
 tim stack
 
 
 2003-02-03 Timothy S Stack [EMAIL PROTECTED]
 
   * Makefile.am, 
   config/Makefile.am,
   kaffe/kaffevm/Makefile.am,
   libraries/clib/awt/Makefile.am,
   libraries/clib/awt/qt/Makefile.am,
   libraries/extensions/sound/Makefile.am,
   libraries/extensions/sound/common/Makefile.am,
   libraries/extensions/sound/esd/Makefile.am:
   Fixes for 'make dist'
 
   * test/regression/Makefile.am:
   Add 'all-am' target that has TestScript as a
 dependency
   so it will be regenerated automatically.
 
   * configure.in:
   Use extra options in AC_INIT().  Add AC_SUBST() for
   abssrcdir (used by javalib make file).  Fix typo in
   --with-staticbin comment help.  More jikes
 detection
   magic.  Split checks for resource.h and getrusage
 to make
   it work with current automake.  Add explicit check
 for
   esd.h.
 
   * developers/autogen.sh:
   Change autoheader command line to work with the
 latest
   version.
 
   * kaffe/scripts/compat/Makefile.am:
   Define *_SCRIPTS variables when SUN_COMPAT is not
 true.
 
   * libraries/javalib/Makefile.am:
   Fixes for 'make dist'.  The profiles path should
 use
   $(srcdir) so it works when building in a separate
   directory.  The bootstrap.classlist should use
 $(abssrcdir)
   so it works when building in a separate directory
 (the 'cd
   $(LIBDIR)' changes the path and invalidates
 $(srcdir)).
   Finally, copy over the newly generated rt.jar into
 the
   source tree.
 
 ___
 kaffe mailing list
 [EMAIL PROTECTED]
 http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Timothy Stack
  This isn't working for me, it just generates an
  empty rt.jar.
 
 Empty as in 0 bytes long, or empty as in it's a
 350k long jar file with only 0 bytes long files ?

0 bytes

 That's on i386-freebsd, right?

Yep, and built from a fresh checkout.

 cheers,
 dalibor topic

tim

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



Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Dalibor Topic
Hi Tim,

--- Timothy Stack [EMAIL PROTECTED] wrote:
   This isn't working for me, it just generates an
   empty rt.jar.
  
  Empty as in 0 bytes long, or empty as in it's a
  350k long jar file with only 0 bytes long files ?
 
 0 bytes
 
  That's on i386-freebsd, right?
 
 Yep, and built from a fresh checkout.

very weird.

I've just done a build on HP testdrive i386-freebsd
machine, and it works for me. I've run ./configure;
make in the source directory.

[snip]
adding: META-INF/CVS/Entries (in=15) (out=15)
(deflated 0%)
adding: META-INF/CVS/Repository (in=33) (out=33)
(deflated 0%)
adding: META-INF/CVS/Root (in=43) (out=40) (deflated
93%)
gmake[1]: Leaving directory
`/tmp/topic/kaffe/libraries/javalib'
Making all in test
gmake[1]: Entering directory `/tmp/topic/kaffe/test'
Making all in regression
gmake[2]: Entering directory
`/tmp/topic/kaffe/test/regression'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/tmp/topic/kaffe/test/regression'
gmake[2]: Entering directory `/tmp/topic/kaffe/test'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/tmp/topic/kaffe/test'
gmake[1]: Leaving directory `/tmp/topic/kaffe/test'
spe151.testdrive.hp.com ls  -l
libraries/javalib/rt.jar
-rw-r--r--  1 robilad  wheel  2524750 Feb  5 17:23
libraries/javalib/rt.jar
spe151.testdrive.hp.com uname -a
FreeBSD spe151.testdrive.hp.com 4.7-RELEASE FreeBSD
4.7-RELEASE #0: Thu Oct 10 15:54:32 EDT 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP 
i386

what are your final messages before make quits?

cheers,
dalibor topic

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Timothy Stack
 
 Hi Tim,

hi,

 very weird.
 
 I've just done a build on HP testdrive i386-freebsd
 machine, and it works for me. I've run ./configure;
 make in the source directory.

Bah, you and you're source directory builds ;).  Try configuring/building
in a separate directory...

 cheers,
 dalibor topic

tim

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



Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-02-05 Thread Dalibor Topic

--- Timothy Stack [EMAIL PROTECTED] wrote:
  
  Hi Tim,
 
 hi,
 
  very weird.
  
  I've just done a build on HP testdrive
 i386-freebsd
  machine, and it works for me. I've run
 ./configure;
  make in the source directory.
 
 Bah, you and you're source directory builds ;).  Try
 configuring/building
 in a separate directory...

Ah, I see. I'd guess the Klasses.jar.bootstrap in
$CLASSPATH should be a
$(abssrcdir)/Klasses.jar.bootstrap in the first 5
lines of libraries/javalib/Makefile.am. Could you give
it a try, reautotoolize and see if that works better?

Btw, what is the status of make dist  make distcheck
? Your patch should have improved some things there,
but I was still having some problems with make dist
when autotoolized using automake 1.4p5  autoconf 2.13
and make distcheck when autotoolized using automake
1.7.2 and autoconf 2.57. If I remeber it correctly,
make dist should generate a .tar.gz file that can be
configured and built anywhere, even on i386-NetBSD.
right? That platform is currently broken because its
make doesn't like the makefile after ./configure ... 

cheers,
dalibor topic

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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