Le 01/04/2015 03:36, Paul Rogers a écrit :
The correct link is now
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/lastStableBuild/artifact/jtreg4.1-b11.tar.gz
/bin/sh: line 4: /root/heap/src/jdk8u-jdk8u31-b13/jtreg/win32/bin/jtreg:
No such file or directory
This afternoon I went to this server and looked around. There is a
brand-new version of jtreg, only 24hrs old, but the only thing that
was different were the jars. It still didn't have a win32 directory.
Apparently this isn't a compatible version.
Well, it looks like upstream rebuild the tarball everyday without
bumping the version. So b11 is about a month old, but the tarball is
always less than 24 h old... Hopefully, only timestamps are different.
Now, I am sorry, I had not verified that, but they suppressed the win32
directory when going from b10 to b11, while of course, the tests in
openJDK still assume it is there...
One possibility is to do:
---------
pushd jtreg
mkdir -p win32/bin
ln -s ../../bin/jtreg win32/bin
popd
---------
I'll add a note to be book. Could you please test that it works? I'll
have not time to test before a few days.
Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page