[Bug 3811] New: [IcedTea8] Don't attempt to install JFR files when JFR is disabled

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Oct 28 05:42:56 UTC 2020


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

            Bug ID: 3811
           Summary: [IcedTea8] Don't attempt to install JFR files when JFR
                    is disabled
           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

for files in
/builddir/build/BUILD/icedtea-3.17.0/openjdk.build/images/j2sdk-image/jre/lib/jfr/*.jfc;
do \
  /usr/bin/install -p -m 644 ${files}
/builddir/build/BUILDROOT/java-1.8.0-icedtea-3.17.0-2.fc33.s390x/usr/lib/jvm/java-1.8.0-icedtea-3.17.0/jre/lib/jfr;
\
done
/usr/bin/install: cannot stat
'/builddir/build/BUILD/icedtea-3.17.0/openjdk.build/images/j2sdk-image/jre/lib/jfr/*.jfc':
No such file or directory

We need to only try to copy these files (or remove them) when JFR is enabled.

-- 
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/20201028/6fdd7772/attachment.htm>


More information about the distro-pkg-dev mailing list