IcedTea trunk is broken

Joshua Sumali jsumali at redhat.com
Wed Sep 12 08:07:19 PDT 2007


Andrew Haley wrote:
> I did this:
>
>  rm -rf icedtea/
>  hg pull http://iced-tea.org/hg/icedtea
>  hg clone http://iced-tea.org/hg/icedtea
>  cd icedtea/
>  ./configure
>  make
>
> ...
>
> touch stamps/plugs.stamp
> if ! test -d openjdk-ecj ; \
>         then \
>           mkdir tmp-ecj ; \
>           /usr/bin/unzip -q -d tmp-ecj openjdk-7-ea-src-b19-30_aug_2007.zip ; \
>           mv tmp-ecj/openjdk openjdk-ecj ; \
>           rmdir tmp-ecj ; \
>           chmod ug+w `find openjdk-ecj/j2se/share/demo/jvmti \
>              -name sample.makefile.txt` ; \
>         fi
> find: openjdk-ecj/j2se/share/demo: No such file or directory
> chmod: missing operand after `ug+w'
> Try `chmod --help' for more information.
> make: *** [stamps/extract-ecj.stamp] Error 1
>
> Should openjdk-ecj/j2se/share/demo/jvmti be
> openjdk-ecj/j2se/src/share/demo/jvmti ?
>
> Andrew.
>
>   
Hi,

Sorry, this is my fault for not noticing that. Testing build now, so it 
should be fixed and committed in a few hours.

Josh



More information about the distro-pkg-dev mailing list