This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug libgcj/39161
- From: Andrew Haley <aph at redhat dot com>
- To: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 09 Apr 2009 11:34:34 +0100
- Subject: Re: Bug libgcj/39161
- References: <20090408164236.GA31876@bromo.med.uc.edu>
Jack Howarth wrote:
> I noticed that PR libgcj/39161, where copy-vmresources.sh
> can't find the mkinstalldirs, still exists in the current gcc 4.4
> branch snapshots (at least on i686-apple-darwin9). This doesn't
> appear to cause any particular failures in the libjava testsuite
> results. Still, shouldn't this issue be fixed before gcc 4.4.0
> is released? I don't understand how the recommended workaround
> could be implemented since copy-vmrsources.sh has to be created
> from copy-vmresources.sh.in in the build directory. It is unclear
> how one can copy mkinstalldirs into this dynamically created
> directory.
Unrepro on x86_64-unknown-linux-gnu: everything works just fine.
Everywhere that mkinstalldirs is used it is with the full path:
/bin/sh /f8/local/gcc-4_4-branch/gcc/../mkinstalldirs
My copy of copy-vmresources.sh does not use mkinstalldirs.
Andrew.