From: personnel@163.com Date: 2016-01-09T04:36:44+00:00 Subject: [ruby-core:72781] [Ruby trunk - Bug #11874] File.realpath fail on volume mount point directory Issue #11874 has been updated by Am I Who. Subject changed from ruby 2.3.0 fail to run when install under volume mount point directory to File.realpath fail on volume mount point directory Description updated ---------------------------------------- Bug #11874: File.realpath fail on volume mount point directory https://bugs.ruby-lang.org/issues/11874#change-56025 * Author: Am I Who * Status: Open * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- 'C:\AAA' is a volume mount point. 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 `
' ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears -- https://bugs.ruby-lang.org/ Unsubscribe: