From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 96E8C1A00A08 for ; Wed, 30 Mar 2016 00:18:51 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 42480B5D877 for ; Wed, 30 Mar 2016 00:55:39 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id DBF6D18CC7F1 for ; Wed, 30 Mar 2016 00:55:40 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A1C10120489; Wed, 30 Mar 2016 00:55:32 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 2F888120468 for ; Wed, 30 Mar 2016 00:55:27 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=A2jFcmjbziGtgT3VGevBd/Wp7bo=; b=CBTFFhJW33rAH2/ki/ X8vZLOObz/IrKCknCq3U4fopBsMIzgnQsPe+chxG1m815UJCsz/Wr7skLygEZwh2 u65JRCIwaMXNhYokACfnhbDMih1IIhiwvN5P4C03gm1p4I7TSWyLIib5GlgP+uDn f22FLzwsfbwTmuOzb/8c/ij30= Received: by filter0924p1mdw1.sendgrid.net with SMTP id filter0924p1mdw1.19954.56FAA56A5F 2016-03-29 15:55:22.953676918 +0000 UTC Received: from localhost ([UNAVAILABLE]. [10.42.240.136]) by 10.42.243.103:2500 (trex/5.2.14); Tue, 29 Mar 2016 15:55:24 GMT Received: from herokuapp.com (ec2-54-161-181-122.compute-1.amazonaws.com [54.161.181.122]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id -X-Vvb_yRtGEP76cMX4Kug Tue, 29 Mar 2016 15:55:22.824 +0000 (UTC) Date: Tue, 29 Mar 2016 15:55:22 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49330 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11874 X-Redmine-Issue-Author: personnel X-Redmine-Issue-Assignee: nobu X-Redmine-Sender: usa X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5RPJ0QXLTNSrNjmDHEp1UtmCMax16P3gAmXG 3MGwLmemVB7cZXr6rC7DXB9v1dyVEfDHB5p+cNPupjLOwXIoi3agh8UzwXxFyi67QRSf3V47cfCwbF /NwV3WACSvFaVwz1Z/aLPLI0C8e7Z1OawKZGIZa4pcZbs7yseFfu1cgULg== X-ML-Name: ruby-core X-Mail-Count: 74705 Subject: [ruby-core:74705] [Ruby trunk Bug#11874] File.realpath fail on volume mount point directory X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11874 has been updated by Usaku NAKAMURA. Backport changed from 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONTNEED to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED ---------------------------------------- Bug #11874: File.realpath fail on volume mount point directory https://bugs.ruby-lang.org/issues/11874#change-57835 * Author: Am I Who * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32] * Backport: 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED ---------------------------------------- '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/