[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[ruby-core:68989] [Ruby trunk - Bug #11092] rdoc-generated *.gz files contain references to full path of the original, breaking rpmbuild
From:
v.ondruch@...
Date:
2015-04-25 14:33:59 UTC
List:
ruby-core #68989
Issue #11092 has been updated by Vit Ondruch. I submitted this PR [1] a while ago to fix this issue. [1] https://github.com/rdoc/rdoc/pull/341 ---------------------------------------- Bug #11092: rdoc-generated *.gz files contain references to full path of th= e original, breaking rpmbuild https://bugs.ruby-lang.org/issues/11092#change-52249 * Author: =D0=9C=D1=96=D1=88=D0=B0 (null) * Status: Open * Priority: Normal * Assignee:=20 * ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Trying to build some RPMs here from GEMs I'm seeing the following complaint= from rpmbuild-utility: + /usr/lib/rpm/check-buildroot Binary file /home/mi/rpmbuild/ti_ruby_gems/BUILDROOT/ti_ruby22-rubygem-rake= -10.4.2-1.x86_64/data/packages/ti_ruby22/lib/ruby/gems/2.2.0/doc/rake-10.4.= 2/rdoc/js/search_index.js.gz matches Binary file /home/mi/rpmbuild/ti_ruby_gems/BUILDROOT/ti_ruby22-rubygem-rake= -10.4.2-1.x86_64/data/packages/ti_ruby22/lib/ruby/gems/2.2.0/doc/rake-10.4.= 2/rdoc/js/navigation.js.gz matches Binary file /home/mi/rpmbuild/ti_ruby_gems/BUILDROOT/ti_ruby22-rubygem-rake= -10.4.2-1.x86_64/data/packages/ti_ruby22/lib/ruby/gems/2.2.0/doc/rake-10.4.= 2/rdoc/js/searcher.js.gz matches Found '/home/mi/rpmbuild/ti_ruby_gems/BUILDROOT/ti_ruby22-rubygem-rake-10.4= .2-1.x86_64' in installed files; aborting error: Bad exit status from /data/tmp/rpm-tmp.hv080f (%install) Indeed, those three .js.gz all contain fill string referring to the locatio= n of the original (uncompressed) file. Note, that the references are not inside the .js files -- but in the js.gz = (likely inserted by zlib, when writing out gz-header). This should be fixed= to avoid leaking the location of the originals, reduce occupied space, and= , indeed, avoid freaking-out rpmbuild. --=20 https://bugs.ruby-lang.org/