public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
@ 2005-08-04 21:38 ` pinskia at gcc dot gnu dot org
  2005-08-04 21:38 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-04 21:38 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-04 21:38 -------
CC tromey.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
  2005-08-04 21:38 ` [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL pinskia at gcc dot gnu dot org
@ 2005-08-04 21:38 ` pinskia at gcc dot gnu dot org
  2005-08-04 21:41 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-04 21:38 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-04 21:38 -------
Oh, this is truely part of classpath.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcc-bugs at gcc dot gnu dot
                   |                            |org, java-prs at gcc dot gnu
                   |                            |dot org
             Status|UNCONFIRMED                 |NEW
          Component|libgcj                      |classpath
     Ever Confirmed|                            |1
            Product|gcc                         |classpath
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-04 21:38:06
               date|                            |
   Target Milestone|4.1.0                       |---
            Version|4.1.0                       |0.17


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
  2005-08-04 21:38 ` [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL pinskia at gcc dot gnu dot org
  2005-08-04 21:38 ` pinskia at gcc dot gnu dot org
@ 2005-08-04 21:41 ` pinskia at gcc dot gnu dot org
  2005-08-08 19:24 ` andreast at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-04 21:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-04 21:41 -------
I think the easy fix would change Makefile.am.
The following line:
JAVAC = $(srcdir)/split-for-gcj.sh && $(MAKE) -f $(srcdir)/Makefile.gcj \
    GCJ='$(GCJ)' compile_classpath='$(top_builddir):$(compile_classpath)'

can be changed to:
JAVAC = $(CONFIG_SHELL) $(srcdir)/split-for-gcj.sh && $(MAKE) -f $(srcdir)/Makefile.gcj \
    GCJ='$(GCJ)' compile_classpath='$(top_builddir):$(compile_classpath)'

That should make it work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2005-08-04 21:41 ` pinskia at gcc dot gnu dot org
@ 2005-08-08 19:24 ` andreast at gcc dot gnu dot org
  2005-08-10 20:27 ` cvs-commit at developer dot classpath dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: andreast at gcc dot gnu dot org @ 2005-08-08 19:24 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From andreast at gcc dot gnu dot org  2005-08-08 19:24 -------
With Andrew's suggestion I was able to build and test libjava on sparc-solaris10.
The results of the testsuite do not look that good. A lot of
java.lang.ClassNotFoundException where raised. But this is definitely another
issue :)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
                   ` (3 preceding siblings ...)
  2005-08-08 19:24 ` andreast at gcc dot gnu dot org
@ 2005-08-10 20:27 ` cvs-commit at developer dot classpath dot org
  2005-08-11 17:11 ` cvs-commit at developer dot classpath dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at developer dot classpath dot org @ 2005-08-10 20:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at developer dot classpath dot org  2005-08-10 20:27 -------
Subject: Bug 23238

CVSROOT:	/cvsroot/classpath
Module name:	classpath
Branch: 	
Changes by:	Tom Tromey <tromey@savannah.gnu.org>	05/08/10 18:40:13

Modified files:
	.              : ChangeLog 
	lib            : Makefile.am 

Log message:
	* lib/Makefile.am (JAVAC): Use $(SHELL) to invoke
	split-for-gcj.sh.  For PR classpath/23238.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4376&tr2=1.4377&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/lib/Makefile.am.diff?tr1=1.95&tr2=1.96&r1=text&r2=text






-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
                   ` (4 preceding siblings ...)
  2005-08-10 20:27 ` cvs-commit at developer dot classpath dot org
@ 2005-08-11 17:11 ` cvs-commit at developer dot classpath dot org
  2005-08-22 12:49 ` pinskia at gcc dot gnu dot org
  2005-09-06 12:43 ` mark at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at developer dot classpath dot org @ 2005-08-11 17:11 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at developer dot classpath dot org  2005-08-11 17:11 -------
Subject: Bug 23238

CVSROOT:	/cvsroot/classpath
Module name:	classpath
Branch: 	
Changes by:	Tom Tromey <tromey@savannah.gnu.org>	05/08/11 16:40:53

Modified files:
	.              : ChangeLog configure.ac 
	lib            : gen-classlist.sh.in 

Log message:
	For PR classpath/23238:
	* lib/gen-classlist.sh.in: Use @SHELL@; invoke split-for-gcj.sh
	with it.
	* configure.ac (SH): Removed subst.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4384&tr2=1.4385&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/configure.ac.diff?tr1=1.97&tr2=1.98&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/lib/gen-classlist.sh.in.diff?tr1=1.28&tr2=1.29&r1=text&r2=text






-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
                   ` (5 preceding siblings ...)
  2005-08-11 17:11 ` cvs-commit at developer dot classpath dot org
@ 2005-08-22 12:49 ` pinskia at gcc dot gnu dot org
  2005-09-06 12:43 ` mark at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-22 12:49 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-22 12:49 -------
Fixed, classpath should be merged soon too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL
       [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
                   ` (6 preceding siblings ...)
  2005-08-22 12:49 ` pinskia at gcc dot gnu dot org
@ 2005-09-06 12:43 ` mark at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-09-06 12:43 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.18


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23238


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-09-06 12:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050804211244.23238.ebotcazou@gcc.gnu.org>
2005-08-04 21:38 ` [Bug classpath/23238] split-for-gcj.sh should use CONFIG_SHELL pinskia at gcc dot gnu dot org
2005-08-04 21:38 ` pinskia at gcc dot gnu dot org
2005-08-04 21:41 ` pinskia at gcc dot gnu dot org
2005-08-08 19:24 ` andreast at gcc dot gnu dot org
2005-08-10 20:27 ` cvs-commit at developer dot classpath dot org
2005-08-11 17:11 ` cvs-commit at developer dot classpath dot org
2005-08-22 12:49 ` pinskia at gcc dot gnu dot org
2005-09-06 12:43 ` mark at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).