[Bug 2917] New: [IcedTea8] Don't pass --with-cacerts-file to build if USE_ALT_CACERTS_FILE is not set

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 7 02:52:17 UTC 2016


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

            Bug ID: 2917
           Summary: [IcedTea8] Don't pass --with-cacerts-file to build if
                    USE_ALT_CACERTS_FILE is not set
           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

When bug 2540 was ported to IcedTea 3.x, the conditional passing of the cacerts
argument was lost:

if USE_ALT_CACERTS_FILE
ICEDTEA_ENV += \
       ALT_CACERTS_FILE="${CACERTS_FILE}"
endif


vs.

      --with-cacerts-file=$(CACERTS_FILE) \

This results in a build failure if CACERTS_FILE is set to no (i.e. by
--without-cacerts-file or the default if no cacerts file can be automatically
found).

gmake[3]: *** No rule to make target `no', needed by
`/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/jdk/lib/security/cacerts'.
 Stop.

-- 
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/20160407/827d77eb/attachment.html>


More information about the distro-pkg-dev mailing list