Hi Jens,
The openjdk-7-ea...*.zip format will no longer be supported starting
from JDK 7 build 24. Instead use hg fclone to get the source from the
JDK 7 mercurial repository which is pretty much the equivalent of it.
That said I will check the permissions mentioned below and fix as
necessary/appropriate.
Thanks,
-Xiomara
Jens Seidel wrote:
Hi,
I was able to build OpenJDK (to be more specific IcedTea) following
http://iced-tea.org/wiki/DebianBuildingInstructions.
It ends with
BUILD SUCCESSFUL
Total time: 1 minute 38 seconds
make[2]: Leaving directory
`/tmp/Java/IcedTea/icedtea/openjdk-ecj/langtools/make'
make[1]: Leaving directory `/tmp/Java/IcedTea/icedtea/openjdk-ecj/control/make'
make: *** [stamps/icedtea-ecj.stamp] error 2
which is funny but it may be a IcedTea issue.
Nevertheless I noticed that many many files have wrong permissions. I
tried to search for created binaries using
find -type f -perm +111
and found also many C++ source files with the executable flag.
openjdk-7-ea-src-b23-30_oct_2007.zip contains e.g.
openjdk/hotspot/src/share/vm/prims/jvmtiExtensions.cpp
Unix file attributes (100555 octal): -r-xr-xr-x
Can you please fix this?
PS: Please CC: me.
Jens