This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiler-rt-5.0.1-1.tar.xz contains llvm-objdump.exe.stackdump


On 2019-08-11 13:08, Ken wrote:
> On 3/10/2019 9:42 PM, Ken wrote:
>> This is simply to report that the compiler-rt-5.0.1-1.tar.xz package contains,
>> what I believe is, an extraneous file 'llvm-objdump.exe.stackdump' which is
>> installed in the root of the cygwin64 structure by setup.exe.
>> A tar listing of the package:
>> $ tar tvJf compiler-rt-5.0.1-1.tar.xz
>> -rwxr-xr-x Yaakov/None     512 2018-01-04 16:52 llvm-objdump.exe.stackdump   
>>     <<<<< This is the extraneous file
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/lib/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/lib/clang/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/lib/clang/5.0.1/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/lib/clang/5.0.1/lib/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/lib/clang/5.0.1/lib/windows/
>> -rw-r--r-- Yaakov/None  433222 2018-01-04 16:52
>> usr/lib/clang/5.0.1/lib/windows/libclang_rt.builtins-x86_64.a
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/share/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/share/doc/
>> drwxr-xr-x Yaakov/None       0 2018-01-04 16:52 usr/share/doc/compiler-rt/
>> -rw-r--r-- Yaakov/None     304 2018-01-04 16:52
>> usr/share/doc/compiler-rt/README.txt
>> An excerpt of the root directory:
>> $ ls -l /
>> drwxr-xr-x+ 1 user None                0 Mar 10 18:21 bin
>> dr-xr-xr-x  1 user None                0 Mar 10 21:35 cygdrive
>> -rwxr-xr-x  1 user None              512 Jan  4  2018
>> llvm-objdump.exe.stackdump <<<<< This is the extraneous file
>> Nothing serious, but I have noticed it ever since the cygwin 2.11 x86_64 release.
>> Thanks to all for your contributions to Cygwin!

> Following up on the original report of 3/10/2019.
> This issue still remains and deleting the "/llvm-objdump.exe.stackdump" file
> cruft results in a cygcheck status of incomplete for the compiler-rt-5.0.1-1
> package.
> $ cygcheck -c compiler-rt
> Cygwin Package Information
> Package              Version        Status
> compiler-rt          5.0.1-1        Incomplete

Delete /llvm-objdump.exe.stackdump from the root directory, and the first line
from the manifest /etc/setup/compiler-rt.lst.gz, so you're good again:

$ zcat /etc/setup/compiler-rt.lst.gz
llvm-objdump.exe.stackdump
usr/
usr/lib/
usr/lib/clang/
usr/lib/clang/5.0.1/
usr/lib/clang/5.0.1/lib/
usr/lib/clang/5.0.1/lib/windows/
usr/lib/clang/5.0.1/lib/windows/libclang_rt.builtins-x86_64.a
usr/share/
usr/share/doc/
usr/share/doc/compiler-rt/
usr/share/doc/compiler-rt/README.txt

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]