[Bug 3819] New: [IcedTea8] Installation can't handle existing tapset symlinks

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Feb 5 00:58:10 UTC 2021


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

            Bug ID: 3819
           Summary: [IcedTea8] Installation can't handle existing tapset
                    symlinks
           Product: IcedTea
           Version: 3.17.1
          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
/home/ahughes/builder/icedtea8-shenandoah/openjdk.build/images/j2sdk-image/tapset/*.stp;
do \
  /usr/bin/install -c -m 644 ${files}
/home/ahughes/build/icedtea8-shenandoah/tapset; \
  /bin/sh /home/ahughes/projects/openjdk/icedtea8/install-sh -d ${stapdest} ; \
  tapname=$(basename ${files}); \
  destname=${tapname/./-1.8.0.} ; \
  ln -s /home/ahughes/build/icedtea8-shenandoah/tapset/${tapname}
${stapdest}/${destname} ; \
done
ln: failed to create symbolic link
'/home/ahughes/build/icedtea8-shenandoah/share/systemtap/tapset/x86_64/hotspot_gc-1.8.0.stp':
File exists
ln: failed to create symbolic link
'/home/ahughes/build/icedtea8-shenandoah/share/systemtap/tapset/x86_64/hotspot_jni-1.8.0.stp':
File exists
ln: failed to create symbolic link
'/home/ahughes/build/icedtea8-shenandoah/share/systemtap/tapset/x86_64/hotspot-1.8.0.stp':
File exists
ln: failed to create symbolic link
'/home/ahughes/build/icedtea8-shenandoah/share/systemtap/tapset/x86_64/jstack-1.8.0.stp':
File exists
gmake[1]: *** [Makefile:3318: install-exec-local] Error 1

-- 
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/20210205/173e1f8e/attachment.htm>


More information about the distro-pkg-dev mailing list