ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:72483] [Ruby trunk - Bug #11874] [Open] ruby 2.3.0 fail to run when install under volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
@ 2015-12-26  5:37 ` personnel
  2016-01-07  8:54 ` [ruby-core:72757] [Ruby trunk - Bug #11874] " personnel
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: personnel @ 2015-12-26  5:37 UTC (permalink / raw)
  To: ruby-core

Issue #11874 has been reported by Am I Who.

----------------------------------------
Bug #11874: ruby 2.3.0 fail to run when install under volume mount point directory
https://bugs.ruby-lang.org/issues/11874

* 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
----------------------------------------
Ruby install at C:\AAA\Ruby, where 'C:\AAA' is a volume mount point.
Just run ruby.exe,then it report's :

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



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:72757] [Ruby trunk - Bug #11874] ruby 2.3.0 fail to run when install under volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
  2015-12-26  5:37 ` [ruby-core:72483] [Ruby trunk - Bug #11874] [Open] ruby 2.3.0 fail to run when install under volume mount point directory personnel
@ 2016-01-07  8:54 ` personnel
  2016-01-09  4:36 ` [ruby-core:72781] [Ruby trunk - Bug #11874] File.realpath fail on " personnel
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: personnel @ 2016-01-07  8:54 UTC (permalink / raw)
  To: ruby-core

Issue #11874 has been updated by Am I Who.

Description updated

----------------------------------------
Bug #11874: ruby 2.3.0 fail to run when install under volume mount point directory
https://bugs.ruby-lang.org/issues/11874#change-56003

* 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
----------------------------------------
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>'



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:72781] [Ruby trunk - Bug #11874] File.realpath fail on volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
  2015-12-26  5:37 ` [ruby-core:72483] [Ruby trunk - Bug #11874] [Open] ruby 2.3.0 fail to run when install under volume mount point directory personnel
  2016-01-07  8:54 ` [ruby-core:72757] [Ruby trunk - Bug #11874] " personnel
@ 2016-01-09  4:36 ` personnel
  2016-01-13  9:46 ` [ruby-core:72840] " x
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: personnel @ 2016-01-09  4:36 UTC (permalink / raw)
  To: ruby-core

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 `<main>'

ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:72840] [Ruby trunk - Bug #11874] File.realpath fail on volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-01-09  4:36 ` [ruby-core:72781] [Ruby trunk - Bug #11874] File.realpath fail on " personnel
@ 2016-01-13  9:46 ` x
  2016-01-28 23:43 ` [ruby-core:73564] " x
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: x @ 2016-01-13  9:46 UTC (permalink / raw)
  To: ruby-core

Issue #11874 has been updated by Am I Who.

Assignee deleted (Nobuyoshi Nakada)

----------------------------------------
Bug #11874: File.realpath fail on volume mount point directory
https://bugs.ruby-lang.org/issues/11874#change-56078

* Author: Am I Who
* Status: Open
* Priority: Normal
* Assignee: 
* 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 `<main>'

ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:73564] [Ruby trunk - Bug #11874] File.realpath fail on volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-01-13  9:46 ` [ruby-core:72840] " x
@ 2016-01-28 23:43 ` x
  2016-03-29 15:55 ` [ruby-core:74704] [Ruby trunk Bug#11874] " usa
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: x @ 2016-01-28 23:43 UTC (permalink / raw)
  To: ruby-core

Issue #11874 has been updated by Am I Who.

Assignee set to Nobuyoshi Nakada

----------------------------------------
Bug #11874: File.realpath fail on volume mount point directory
https://bugs.ruby-lang.org/issues/11874#change-56772

* 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 `<main>'

ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:74704] [Ruby trunk Bug#11874] File.realpath fail on volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2016-01-28 23:43 ` [ruby-core:73564] " x
@ 2016-03-29 15:55 ` usa
  2016-03-29 15:55 ` [ruby-core:74705] " usa
  2016-03-29 17:17 ` [ruby-core:74714] " naruse
  7 siblings, 0 replies; 8+ messages in thread
From: usa @ 2016-03-29 15:55 UTC (permalink / raw)
  To: ruby-core

Issue #11874 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONTNEED

----------------------------------------
Bug #11874: File.realpath fail on volume mount point directory
https://bugs.ruby-lang.org/issues/11874#change-57834

* 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: DONTNEED
----------------------------------------
'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 `<main>'

ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:74705] [Ruby trunk Bug#11874] File.realpath fail on volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2016-03-29 15:55 ` [ruby-core:74704] [Ruby trunk Bug#11874] " usa
@ 2016-03-29 15:55 ` usa
  2016-03-29 17:17 ` [ruby-core:74714] " naruse
  7 siblings, 0 replies; 8+ messages in thread
From: usa @ 2016-03-29 15:55 UTC (permalink / raw)
  To: 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 `<main>'

ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:74714] [Ruby trunk Bug#11874] File.realpath fail on volume mount point directory
       [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2016-03-29 15:55 ` [ruby-core:74705] " usa
@ 2016-03-29 17:17 ` naruse
  7 siblings, 0 replies; 8+ messages in thread
From: naruse @ 2016-03-29 17:17 UTC (permalink / raw)
  To: ruby-core

Issue #11874 has been updated by Yui NARUSE.

Backport changed from 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE

ruby_2_3 r54424 merged revision(s) 53688,53689,53690,53702.

----------------------------------------
Bug #11874: File.realpath fail on volume mount point directory
https://bugs.ruby-lang.org/issues/11874#change-57848

* 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: DONE
----------------------------------------
'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 `<main>'

ruby 2.3.0 adds HAVE_READLINK for windows then the bug appears



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-29 16:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11874.20151226053709@ruby-lang.org>
2015-12-26  5:37 ` [ruby-core:72483] [Ruby trunk - Bug #11874] [Open] ruby 2.3.0 fail to run when install under volume mount point directory personnel
2016-01-07  8:54 ` [ruby-core:72757] [Ruby trunk - Bug #11874] " personnel
2016-01-09  4:36 ` [ruby-core:72781] [Ruby trunk - Bug #11874] File.realpath fail on " personnel
2016-01-13  9:46 ` [ruby-core:72840] " x
2016-01-28 23:43 ` [ruby-core:73564] " x
2016-03-29 15:55 ` [ruby-core:74704] [Ruby trunk Bug#11874] " usa
2016-03-29 15:55 ` [ruby-core:74705] " usa
2016-03-29 17:17 ` [ruby-core:74714] " naruse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).