[Bug 2897] New: [IcedTea8] clean-cacao removes extracted source tree but not extract-cacao.stamp

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Mar 29 01:37:06 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2897

            Bug ID: 2897
           Summary: [IcedTea8] clean-cacao removes extracted source tree
                    but not extract-cacao.stamp
           Product: IcedTea
           Version: 8-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: JamVM
          Assignee: xerxes at zafena.se
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

$ make clean-cacao
rm -rf cacao
rm -f stamps/cacao-configure.stamp stamps/cacao-build.stamp
stamps/cacao-install.stamp
rm -f stamps/cacao.stamp

$ make cacao-configure
cd cacao/cacao && \
./autogen.sh && \
 ./configure \
  --host= \
  --build=x86_64-pc-linux-gnu \
  --target= \
  --prefix=/mnt/builder/icedtea8/cacao/install \
  --with-java-runtime-library=openjdk8 \
  --with-java-runtime-library-prefix=/mnt/builder/icedtea8/openjdk \
 
--with-java-runtime-library-classes=/mnt/builder/icedtea8/bootstrap/jdk1.7.0/jre/lib/rt.jar
\
  --with-libatomic-ops=no \
  --enable-jre-layout ;
/bin/sh: line 0: cd: cacao/cacao: No such file or directory
Makefile:2561: recipe for target 'stamps/cacao-configure.stamp' failed
make: *** [stamps/cacao-configure.stamp] Error 1

$ make extract-cacao
make: Nothing to be done for 'extract-cacao'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160329/644ce286/attachment.html>


More information about the distro-pkg-dev mailing list