ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:97661] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000
@ 2020-04-01 15:50 v.ondruch
  2020-04-01 16:07 ` [ruby-core:97664] " mame
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: v.ondruch @ 2020-04-01 15:50 UTC (permalink / raw)
  To: ruby-core

Issue #16749 has been reported by vo.x (Vit Ondruch).

----------------------------------------
Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000
https://bugs.ruby-lang.org/issues/16749

* Author: vo.x (Vit Ondruch)
* Status: Open
* Priority: Normal
* ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
I observe following test errors on Fedora Rawhide when building against glibc 2.31.9000:

~~~
1)
File.lchmod returns false from #respond_to? FAILED
Expected true to be false
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:35:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'

2)
File.lchmod raises a NotImplementedError when called FAILED
Expected NotImplementedError but no exception was raised (0 was returned)
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:39:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'
~~~

This seems to be related to #16662



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

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

* [ruby-core:97664] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000
  2020-04-01 15:50 [ruby-core:97661] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000 v.ondruch
@ 2020-04-01 16:07 ` mame
  2020-04-02 20:43 ` [ruby-core:97682] " eregontp
  2020-07-23  8:30 ` [ruby-core:99295] " nagachika00
  2 siblings, 0 replies; 4+ messages in thread
From: mame @ 2020-04-01 16:07 UTC (permalink / raw)
  To: ruby-core

Issue #16749 has been updated by mame (Yusuke Endoh).

Assignee set to Eregon (Benoit Daloze)
Status changed from Open to Assigned

Linux now supports lchmod :tada:

----------------------------------------
Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000
https://bugs.ruby-lang.org/issues/16749#change-84871

* Author: vo.x (Vit Ondruch)
* Status: Assigned
* Priority: Normal
* Assignee: Eregon (Benoit Daloze)
* ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED
----------------------------------------
I observe following test errors on Fedora Rawhide when building against glibc 2.31.9000:

~~~
1)
File.lchmod returns false from #respond_to? FAILED
Expected true to be false
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:35:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'

2)
File.lchmod raises a NotImplementedError when called FAILED
Expected NotImplementedError but no exception was raised (0 was returned)
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:39:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'
~~~

This seems to be related to #16662



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

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

* [ruby-core:97682] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000
  2020-04-01 15:50 [ruby-core:97661] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000 v.ondruch
  2020-04-01 16:07 ` [ruby-core:97664] " mame
@ 2020-04-02 20:43 ` eregontp
  2020-07-23  8:30 ` [ruby-core:99295] " nagachika00
  2 siblings, 0 replies; 4+ messages in thread
From: eregontp @ 2020-04-02 20:43 UTC (permalink / raw)
  To: ruby-core

Issue #16749 has been updated by Eregon (Benoit Daloze).

Status changed from Assigned to Closed

Fixed with da05c1552ee519d8f180b48d97148d28501acb35, thanks for the report.

----------------------------------------
Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000
https://bugs.ruby-lang.org/issues/16749#change-84887

* Author: vo.x (Vit Ondruch)
* Status: Closed
* Priority: Normal
* Assignee: Eregon (Benoit Daloze)
* ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED
----------------------------------------
I observe following test errors on Fedora Rawhide when building against glibc 2.31.9000:

~~~
1)
File.lchmod returns false from #respond_to? FAILED
Expected true to be false
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:35:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'

2)
File.lchmod raises a NotImplementedError when called FAILED
Expected NotImplementedError but no exception was raised (0 was returned)
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:39:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'
~~~

This seems to be related to #16662



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

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

* [ruby-core:99295] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000
  2020-04-01 15:50 [ruby-core:97661] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000 v.ondruch
  2020-04-01 16:07 ` [ruby-core:97664] " mame
  2020-04-02 20:43 ` [ruby-core:97682] " eregontp
@ 2020-07-23  8:30 ` nagachika00
  2 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2020-07-23  8:30 UTC (permalink / raw)
  To: ruby-core

Issue #16749 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE

ruby_2_7 4437f9eb0bf8369bcf12bd7cd324e11b5d885e07 merged revision(s) da05c1552ee519d8f180b48d97148d28501acb35.

----------------------------------------
Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000
https://bugs.ruby-lang.org/issues/16749#change-86684

* Author: vo.x (Vit Ondruch)
* Status: Closed
* Priority: Normal
* Assignee: Eregon (Benoit Daloze)
* ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE
----------------------------------------
I observe following test errors on Fedora Rawhide when building against glibc 2.31.9000:

~~~
1)
File.lchmod returns false from #respond_to? FAILED
Expected true to be false
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:35:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'

2)
File.lchmod raises a NotImplementedError when called FAILED
Expected NotImplementedError but no exception was raised (0 was returned)
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:39:in `block (3 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `<top (required)>'
~~~

This seems to be related to #16662



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

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

end of thread, other threads:[~2020-07-23  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 15:50 [ruby-core:97661] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000 v.ondruch
2020-04-01 16:07 ` [ruby-core:97664] " mame
2020-04-02 20:43 ` [ruby-core:97682] " eregontp
2020-07-23  8:30 ` [ruby-core:99295] " nagachika00

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