[LLVMbugs] [Bug 21033] New: symlinks in tarball

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 22 15:00:01 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21033

            Bug ID: 21033
           Summary: symlinks in tarball
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: tavert at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Both http://llvm.org/releases/3.5.0/cfe-3.5.0.src.tar.xz and
http://llvm.org/releases/3.4.2/cfe-3.4.2.src.tar.gz contain symlinks in the
tarballs. These cause issues when extracting on Windows using the MSYS version
of tar:

tar -xf cfe-3.5.0.src.tar.xz
tar: cfe-3.5.0.src/test/Driver/Inputs/multilib_64bit_linux_tree/usr/bin/as:
Cannot create symlink to 'x86_64-unknown-linux-gnu-as': No such file or
directory

and several more very similar errors.

Would there be a way of creating these symlinks during the course of running
the test suite, and only on platforms where symlinks are fully supported
(without needing to mess with security settings), instead of having them
included in the tarball?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140922/2be0e752/attachment.html>


More information about the llvm-bugs mailing list