[ruby-core:78040] [Ruby trunk Bug#12908] make-snapshot is broken
From:
v.ondruch@...
Date:
2016-11-07 09:45:15 UTC
List:
ruby-core #78040
Issue #12908 has been updated by Vit Ondruch. It seems that this works: ``` tool/make-snapshot -packages=xz -srcdir=. tmp ``` i.e. the ```-srcdir=.``` makes a difference ... ---------------------------------------- Bug #12908: make-snapshot is broken https://bugs.ruby-lang.org/issues/12908#change-61393 * Author: Vit Ondruch * Status: Open * Priority: Normal * Assignee: Yui NARUSE * ruby -v: trunk * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- Testing with r56663, the make-snapshot fails with message: ``` $ tool/make-snapshot -packages=xz tmp /builddir/ruby/tool/vcs.rb:123:in `realpath': no implicit conversion of URI::HTTP into String (TypeError) from /builddir/ruby/tool/vcs.rb:123:in `initialize' from tool/make-snapshot:416:in `new' from tool/make-snapshot:416:in `<main>' ``` It does not work since r56638, although the error was different initially. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>