[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-06-16 09:24 --- > My simple question is why not support /bin/sh on Solaris? Because we're not in the business of working around bugs in antiquated shells. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28024

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-16 Thread bob at digilink dot net
--- Comment #8 from bob at digilink dot net 2006-06-16 09:13 --- (In reply to comment #6) > > I fixed this problem. But, as I don't have a Solaris box, > > I can't test whether this means that the build works. > > This report was actually invalid, we don't support /bin/sh on Solaris. >

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-06-15 12:36 --- See http://gcc.gnu.org/install/specific.html#x-x-solaris2 -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added --

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-06-15 12:34 --- > I fixed this problem. But, as I don't have a Solaris box, > I can't test whether this means that the build works. This report was actually invalid, we don't support /bin/sh on Solaris. -- ebotcazou at gcc

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-14 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-06-14 14:00 --- Thanks for the report. I fixed this problem. But, as I don't have a Solaris box, I can't test whether this means that the build works. Please update and try again :) -- tromey at gcc dot gnu dot org changed:

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-14 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-06-14 13:56 --- Subject: Bug 28024 Author: tromey Date: Wed Jun 14 13:56:22 2006 New Revision: 114639 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114639 Log: PR java/28024: * aclocal.m4, configure: Rebuilt

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-14 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2006-06-14 13:46 --- Subject: Bug 28024 Author: tromey Date: Wed Jun 14 13:46:33 2006 New Revision: 114637 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114637 Log: PR java/28024: * aclocal.m4, configure: Rebuilt

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-14 Thread cvs-commit at developer dot classpath dot org
--- Comment #2 from cvs-commit at developer dot classpath dot org 2006-06-14 12:42 --- Subject: Bug 28024 CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey 06/06/14 12:35:17 Modified files: . : ChangeLog configure.ac

[Bug java/28024] libjava build failure on Solaris 2.8 (sun4u)

2006-06-14 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-06-14 12:28 --- Looks like classpath's configure uses the $(...) construct. This isn't portable sh. The fix is to replace with `...` -- tromey at gcc dot gnu dot org changed: What|Removed |Adde