[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:82871] [Ruby trunk Bug#11092][Rejected] rdoc-generated *.gz files contain references to full path of the original, breaking rpmbuild
From:
hsbt@...
Date:
2017-09-19 09:28:27 UTC
List:
ruby-core #82871
Issue #11092 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Rejected Assignee set to hsbt (Hiroshi SHIBATA) Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.2: DONTNEED, 2.3: DONTNEED, 2.4: DONTNEED https://github.com/ruby/rdoc/pull/341 was merged 1yr ago. If you still have this problem, try with rdoc-6.0.0.beta2 and report again. Thank you. ---------------------------------------- Bug #11092: rdoc-generated *.gz files contain references to full path of the original, breaking rpmbuild https://bugs.ruby-lang.org/issues/11092#change-66771 * Author: UnitedMarsupials (Міша (null)) * Status: Rejected * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] * Backport: 2.2: DONTNEED, 2.3: DONTNEED, 2.4: DONTNEED ---------------------------------------- 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 location 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. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>