ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:74029] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
@ 2016-02-28  3:00 ` x
  2016-02-29  6:46 ` [ruby-core:74044] [Ruby trunk Bug#12123][Feedback] " nobu
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: x @ 2016-02-28  3:00 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been reported by Am I Who.

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123

* 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.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:74044] [Ruby trunk Bug#12123][Feedback] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
  2016-02-28  3:00 ` [ruby-core:74029] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows x
@ 2016-02-29  6:46 ` nobu
  2016-03-05 10:20 ` [ruby-core:74159] [Ruby trunk Bug#12123] " x
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nobu @ 2016-02-29  6:46 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by Nobuyoshi Nakada.

Status changed from Open to Feedback

Could you show failed messages?

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-57199

* Author: Am I Who
* Status: Feedback
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:74159] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
  2016-02-28  3:00 ` [ruby-core:74029] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows x
  2016-02-29  6:46 ` [ruby-core:74044] [Ruby trunk Bug#12123][Feedback] " nobu
@ 2016-03-05 10:20 ` x
  2016-03-30  8:05 ` [ruby-core:74723] " x
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: x @ 2016-03-05 10:20 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by Am I Who.


Nobuyoshi Nakada wrote:
> Could you show failed messages?

build using rubyinstaller with devkit=mingw64-64-4.7.2

......
# Running tests:

[ 4462/15575] TestFileUtils#test_cp_r_symlink = 0.02 s
  1) Error:
TestFileUtils#test_cp_r_symlink:
Errno::ENOTDIR: Not a directory @ dir_initialize - tmp/cpr_src2
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `open'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `entries'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `entries'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1500:in `wrap_traverse'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:469:in `copy_entry'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:444:in `block in cp_r'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1571:in `block in fu_each_src_dest'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1587:in `fu_each_src_dest0'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1569:in `fu_each_src_dest'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:443:in `cp_r'
    A:/rubyinstaller/sandbox/ruby_2_3/test/fileutils/test_fileutils.rb:379:in `test_cp_r_symlink'

Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20160305-2592-fpjtyb.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_env_make: #<Tempfile:./siteconf20160305-2592-vh1pi9.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20160305-2592-1v36svk.rb (closed)>
Finished tests in 549.875095s, 28.3173 tests/s, 4035.6892 assertions/s.
15571 tests, 2219125 assertions, 0 failures, 1 errors, 163 skips

ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32]

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-57303

* Author: Am I Who
* Status: Feedback
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:74723] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-03-05 10:20 ` [ruby-core:74159] [Ruby trunk Bug#12123] " x
@ 2016-03-30  8:05 ` x
  2016-04-27  7:33 ` [ruby-core:75217] " x
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: x @ 2016-03-30  8:05 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by Am I Who.

Assignee deleted (Nobuyoshi Nakada)
ruby -v changed from ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32] to ruby 2.3.0p71 (2016-03-30) [x64-mingw32]

# Running tests:

[ 4411/15571] TestFileExhaustive#test_realpath_mount_point参数错误。
拒绝访问。
[ 4465/15571] TestFileUtils#test_cp_r_symlink = 0.02 s
  1) Error:
TestFileUtils#test_cp_r_symlink:
Errno::ENOTDIR: Not a directory @ dir_initialize - tmp/cpr_src2
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `open'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `entries'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `entries'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1500:in `wrap_traverse'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:469:in `copy_entry'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:444:in `block in cp_r'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1571:in `block in fu_each_src_dest'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1587:in `fu_each_src_dest0'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1569:in `fu_each_src_dest'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:443:in `cp_r'
    A:/rubyinstaller/sandbox/ruby_2_3/test/fileutils/test_fileutils.rb:379:in `test_cp_r_symlink'

Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20160330-1064-1rc8vnw.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_env_make: #<Tempfile:./siteconf20160330-1064-6javai.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20160330-1064-fjyt0q.rb (closed)>
Finished tests in 585.075987s, 26.6068 tests/s, 3782.6967 assertions/s.
15567 tests, 2213165 assertions, 0 failures, 1 errors, 163 skips

ruby -v: ruby 2.3.0p71 (2016-03-30) [x64-mingw32]

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-57858

* Author: Am I Who
* Status: Feedback
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p71 (2016-03-30) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:75217] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-03-30  8:05 ` [ruby-core:74723] " x
@ 2016-04-27  7:33 ` x
  2016-04-27  7:35 ` [ruby-core:75218] " x
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: x @ 2016-04-27  7:33 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by Am I Who.

ruby -v changed from ruby 2.3.0p71 (2016-03-30) [x64-mingw32] to ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]

~
# Running tests:

[ 4406/15580] TestFileExhaustive#test_realpath_mount_point参数错误。
拒绝访问。
[ 4460/15580] TestFileUtils#test_cp_r_symlink = 0.02 s
  1) Error:
TestFileUtils#test_cp_r_symlink:
Errno::ENOTDIR: Not a directory @ dir_initialize - tmp/cpr_src2
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `open'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `entries'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1300:in `entries'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1500:in `wrap_traverse'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:469:in `copy_entry'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:444:in `block in cp_r'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1571:in `block in fu_each_src_dest'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1587:in `fu_each_src_dest0'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:1569:in `fu_each_src_dest'
    A:/rubyinstaller/sandbox/ruby_2_3/lib/fileutils.rb:443:in `cp_r'
    A:/rubyinstaller/sandbox/ruby_2_3/test/fileutils/test_fileutils.rb:379:in `test_cp_r_symlink'

Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20160427-3676-fpjtyb.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_env_make: #<Tempfile:./siteconf20160427-3676-vh1pi9.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20160427-3676-1v36svk.rb (closed)>
Finished tests in 603.907561s, 25.7920 tests/s, 3665.7713 assertions/s.
15576 tests, 2213787 assertions, 0 failures, 1 errors, 143 skips

ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
~

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-58350

* Author: Am I Who
* Status: Feedback
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:75218] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2016-04-27  7:33 ` [ruby-core:75217] " x
@ 2016-04-27  7:35 ` x
  2016-05-06  5:09 ` [ruby-core:75383] " x
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: x @ 2016-04-27  7:35 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by Am I Who.

Assignee set to Nobuyoshi Nakada

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-58351

* Author: Am I Who
* Status: Feedback
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:75383] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2016-04-27  7:35 ` [ruby-core:75218] " x
@ 2016-05-06  5:09 ` x
  2019-08-23 22:06 ` [ruby-core:94512] [Ruby master " merch-redmine
  2019-09-26 14:39 ` [ruby-core:95111] " merch-redmine
  8 siblings, 0 replies; 9+ messages in thread
From: x @ 2016-05-06  5:09 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by Am I Who.

Assignee changed from Nobuyoshi Nakada to cruby-windows

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-58508

* Author: Am I Who
* Status: Feedback
* Priority: Normal
* Assignee: cruby-windows
* ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:94512] [Ruby master Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2016-05-06  5:09 ` [ruby-core:75383] " x
@ 2019-08-23 22:06 ` merch-redmine
  2019-09-26 14:39 ` [ruby-core:95111] " merch-redmine
  8 siblings, 0 replies; 9+ messages in thread
From: merch-redmine @ 2019-08-23 22:06 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by jeremyevans0 (Jeremy Evans).

Status changed from Feedback to Open

This is still a bug in master.  I have filed a pull request upstream to fix it: https://github.com/ruby/fileutils/pull/39.

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-80947

* Author: personnel (Am I Who)
* Status: Open
* Priority: Normal
* Assignee: cruby-windows
* Target version: 
* ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

* [ruby-core:95111] [Ruby master Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
       [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2019-08-23 22:06 ` [ruby-core:94512] [Ruby master " merch-redmine
@ 2019-09-26 14:39 ` merch-redmine
  8 siblings, 0 replies; 9+ messages in thread
From: merch-redmine @ 2019-09-26 14:39 UTC (permalink / raw)
  To: ruby-core

Issue #12123 has been updated by jeremyevans0 (Jeremy Evans).

Status changed from Open to Closed

The pull request was merged.

----------------------------------------
Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
https://bugs.ruby-lang.org/issues/12123#change-81745

* Author: personnel (Am I Who)
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Target version: 
* ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
when building ruby, 'test_cp_r_symlink' fail on make test-all



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

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

end of thread, other threads:[~2019-09-26 14:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-12123.20160228030046@ruby-lang.org>
2016-02-28  3:00 ` [ruby-core:74029] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows x
2016-02-29  6:46 ` [ruby-core:74044] [Ruby trunk Bug#12123][Feedback] " nobu
2016-03-05 10:20 ` [ruby-core:74159] [Ruby trunk Bug#12123] " x
2016-03-30  8:05 ` [ruby-core:74723] " x
2016-04-27  7:33 ` [ruby-core:75217] " x
2016-04-27  7:35 ` [ruby-core:75218] " x
2016-05-06  5:09 ` [ruby-core:75383] " x
2019-08-23 22:06 ` [ruby-core:94512] [Ruby master " merch-redmine
2019-09-26 14:39 ` [ruby-core:95111] " merch-redmine

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).