[Bug 1812] New: [IcedTea8] Unable to locate HotSpot checksum when downloading

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jun 2 13:37:40 UTC 2014


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

            Bug ID: 1812
           Summary: [IcedTea8] Unable to locate HotSpot checksum when
                    downloading
           Product: IcedTea
           Version: 8-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

/bin/wget "`gawk 'version==$1 {print $2}' version=default
/notnfs/nighttester/icedtea8-target-testing/hotspot.map`"/archive/"`gawk
'version==$1 {print $3}' version=default
/notnfs/nighttester/icedtea8-target-testing/hotspot.map`".tar.gz -O
hotspot.tar.gz ; \
  if ! echo "  hotspot.tar.gz" \
    | /bin/sha256sum --check ; \
  then echo "ERROR: Bad download of HotSpot zip"; false; \
  fi; \
fi

<downloading tarball>

/bin/sha256sum: standard input: no properly formatted SHA256 checksum lines
found

Typo in the Makefile results in the empty echo line above.

-- 
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/20140602/becb5201/attachment.html>


More information about the distro-pkg-dev mailing list