[Bug 3691] New: [IcedTea8] wget not detected by configure

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Feb 4 02:59:08 UTC 2019


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3691

            Bug ID: 3691
           Summary: [IcedTea8] wget not detected by configure
           Product: IcedTea
           Version: 3.x-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

if ! echo "73ba181f2fd57f8f941a03015975675e98ecc7ac80a023746707b333de020f64 
openjdk.tar.xz" \
  | /usr/bin/sha256sum --check ; \
then \
  if test "xyes" = "xyes"; then \
    if [ -e openjdk.tar.xz ] ; then \
      mv openjdk.tar.xz openjdk.tar.xz.old ; \
    fi ; \
    
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/openjdk.tar.xz; \
    if ! echo "73ba181f2fd57f8f941a03015975675e98ecc7ac80a023746707b333de020f64
 openjdk.tar.xz" \
      | /usr/bin/sha256sum --check ; then \
      echo "ERROR: Bad download of OpenJDK root zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date OpenJDK root zip available"; exit -1; \
  fi ; \
fi ;
/usr/bin/sha256sum: openjdk.tar.xz: No such file or directory
openjdk.tar.xz: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 listed file could not be read
/bin/sh: line 7:
http://icedtea.classpath.org/download/drops/icedtea8/3.11.0/openjdk.tar.xz: No
such file or directory
/usr/bin/sha256sum: openjdk.tar.xz: No such file or directory
openjdk.tar.xz: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 listed file could not be read
ERROR: Bad download of OpenJDK root zip
make: *** [Makefile:1524: stamps/download-openjdk.stamp] Error 1

$ grep 'WGET' config.log
WGET=''

This appears to be due to the conditional added on 'enable_downloading' in bug
3300, which occurs before the macro defining enable_downloading is invoked.

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


More information about the distro-pkg-dev mailing list