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: R-3.3.3-1: unable to load stats.dll


Marco Atzeri wrote:
Please follow
Problem reports: http://cygwin.com/problems.html

and provide cygcheck.out as attachement.


The file "library.R" that I used to test just contains the call

   library()

Virustotal told me that stats.dll has the following dependencies:

   [+] KERNEL32.dll
   [+] cygblas-0.dll
   [+] cyggomp-1.dll
   [+] cygintl-8.dll
   [+] cyglapack-0.dll
   [+] cygwin1.dll
   [+] libR.dll

I noted that there are two copies of cygblas-0.dll:

   $ cygcheck -f /lib/lapack/cygblas-0.dll
   liblapack0-3.7.0-1
   $ cygcheck -f /bin/cygblas-0.dll
   libopenblas-0.2.19-1

Renaming the former did not affect the problem, renaming the latter made R fail to start completely.

Attached is the complete output of cygcheck -s -v -r, with some sensitive information replaced by REDACTED.

My filesystems are mounted in binary mode:

   $ mount
   C:/cygwin64/bin on /usr/bin type ntfs (binary,auto)
   C:/cygwin64/lib on /usr/lib type ntfs (binary,auto)
   C:/cygwin64 on / type ntfs (binary,auto)
   C: on /c type ntfs (binary,user,noumount,auto)

Regards,

Oliver Schoett

Attachment: cygcheck_REDACTED.out
Description: Text document

--
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]