Project

General

Profile

Bug #11874

Updated by personnel (Am I Who) over 8 years ago

Ruby install at C:\AAA\Ruby, where 'C:\AAA' is a volume mount point. 
 Just run ruby.exe,then it reports : 

 <internal:enc/prelude>:4:in `require': No such file or directory @ realpath_rec - C:/Volume{b0513fa8-eb82-4aa7-92f4-bafb0d0d9220} (Errno::ENOENT) 
         from <internal:enc/prelude>:4:in `<internal:enc/prelude>' 

 When run "File.realpath 'C:\AAA'" it reports: 
 -e:1:in `realpath': No such file or directory @ realpath_rec - C:/Volume{b0513fa8-eb82-4aa7-92f4-bafb0d0d9220} (Errno::ENOENT) 
         from -e:1:in `<main>' 

 ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears

Back