IcedTea trunk is broken

Andrew Haley aph at redhat.com
Wed Sep 12 07:46:03 PDT 2007


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.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903



More information about the distro-pkg-dev mailing list