[#61822] Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...>
I would like to request developers meeting around April 17 or 18 in this month.
14 messages
2014/04/03
[#61825] Re: Plan Developers Meeting Japan April 2014
— Urabe Shyouhei <shyouhei@...>
2014/04/03
It's good if we have a meeting then.
[#61826] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/03
Regarding openssl issues, I’ve discussed possible meeting time with Martin last month and he seemed positive.
[#61833] Re: Plan Developers Meeting Japan April 2014
— Martin Bo煬et <martin.bosslet@...>
2014/04/03
Hi,
[#61847] Re: Plan Developers Meeting Japan April 2014
— Eric Wong <normalperson@...>
2014/04/03
Martin Boテ殕et <martin.bosslet@gmail.com> wrote:
[#61849] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/04
I will post summary of meeting on Google docs after the meeting.
[#61852] Re: Plan Developers Meeting Japan April 2014
— Eric Wong <normalperson@...>
2014/04/04
Zachary Scott <e@zzak.io> wrote:
[#61860] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/04
I’m ok with redmine, thanks for bringing up your concern!
[#62076] Candidacy to 2.1 branch maintainer. — Tomoyuki Chikanaga <nagachika00@...>
Hello,
7 messages
2014/04/17
[#62078] Re: Candidacy to 2.1 branch maintainer.
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/04/17
> And does anyone have counter proposal for 2.1 maintenance?
[ruby-core:61793] [ruby-trunk - Bug #9690] [Closed] Better orror message for config.guess downloading
From:
nobu@...
Date:
2014-04-01 08:29:44 UTC
List:
ruby-core #61793
Issue #9690 has been updated by Nobuyoshi Nakada.
Status changed from Open to Closed
% Done changed from 0 to 100
Applied in changeset r45494.
----------
config_files.rb: show failure
* tool/config_files.rb (ConfigFiles.download): show failed URI.
[ruby-core:61792] [Bug #9690]
----------------------------------------
Bug #9690: Better orror message for config.guess downloading
https://bugs.ruby-lang.org/issues/9690#change-46030
* Author: Martin D端rst
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: build
* Target version: current: 2.2.0
* ruby -v: ruby 2.0.0p353 (this is baseruby)
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
I recently tried to compile Ruby on a new machine and got the error below:
Trying again today, it suddenly worked, but I think it would be great if there were a better error message. "getaddrinfo: Name or service not known (SocketError)" doesn't even say what it tried to download. Knowing what it tried to download could easily help to try download it by hand, see if the system is actually connected to the outside, and so on.
>>>>
Downloading config.guess.../usr/share/ruby/net/http.rb:878:in `initialize': getaddrinfo: Name or service not known (SocketError)
from /usr/share/ruby/net/http.rb:878:in `open'
from /usr/share/ruby/net/http.rb:878:in `block in connect'
from /usr/share/ruby/timeout.rb:52:in `timeout'
from /usr/share/ruby/net/http.rb:877:in `connect'
from /usr/share/ruby/net/http.rb:862:in `do_start'
from /usr/share/ruby/net/http.rb:851:in `start'
from /usr/share/ruby/open-uri.rb:313:in `open_http'
from /usr/share/ruby/open-uri.rb:708:in `buffer_open'
from /usr/share/ruby/open-uri.rb:210:in `block in open_loop'
from /usr/share/ruby/open-uri.rb:208:in `catch'
from /usr/share/ruby/open-uri.rb:208:in `open_loop'
from /usr/share/ruby/open-uri.rb:149:in `open_uri'
from /usr/share/ruby/open-uri.rb:688:in `open'
from /usr/share/ruby/open-uri.rb:696:in `read'
from /home/duerst/ruby/tool/config_files.rb:5:in `download'
from get-config_files:5:in `block in <main>'
from get-config_files:3:in `each'
from get-config_files:3:in `<main>'
checking build system type... /bin/sh: tool/config.guess: No such file or directory
configure: error: cannot guess build type; you must specify one
>>>>
--
https://bugs.ruby-lang.org/