zachrab has quit [Remote host closed the connection]
zachrab has joined #rubygems
zachrab has quit [Ping timeout: 255 seconds]
djbkd has joined #rubygems
djbkd has quit [Ping timeout: 245 seconds]
MichaelSmith has joined #rubygems
MichaelSmith has quit [Client Quit]
cstrahan_ has quit [Ping timeout: 245 seconds]
cstrahan_ has joined #rubygems
JSharp has quit [Ping timeout: 245 seconds]
JSharp_ has joined #rubygems
djbkd has joined #rubygems
wm3|away has quit [Ping timeout: 245 seconds]
djbkd has quit [Ping timeout: 276 seconds]
elia has joined #rubygems
_elia has joined #rubygems
_elia has quit [Read error: Connection reset by peer]
elia has quit [Ping timeout: 264 seconds]
elia has joined #rubygems
simi has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
elia has quit [Client Quit]
whoojemaflip has quit []
whoojemaflip has joined #rubygems
elia has joined #rubygems
wm3|away has joined #rubygems
wm3|away is now known as workmad3
simi has quit [Ping timeout: 246 seconds]
jesser has quit []
jesser has joined #rubygems
mjc_ has quit []
mjc_ has joined #rubygems
rikkipitt has joined #rubygems
dangerousdave has joined #rubygems
elia has quit [Read error: Connection reset by peer]
elia has joined #rubygems
elia has quit [Read error: Connection reset by peer]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fenhl has quit []
Fenhl has joined #rubygems
rikkipitt has quit [Quit: Leaving...]
elia has joined #rubygems
tcopeland has quit [Quit: Leaving.]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
shazaum has joined #rubygems
simi has joined #rubygems
bbrowning_away is now known as bbrowning
tcopeland has joined #rubygems
bl4ckdu5t has quit [*.net *.split]
dangerousdave has joined #rubygems
dangerousdave has quit [Max SendQ exceeded]
dangerousdave has joined #rubygems
dangerousdave has quit [Max SendQ exceeded]
workmad3 has quit [Quit: Lost terminal]
workmad3 has joined #rubygems
dangerousdave has joined #rubygems
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elia has quit [Quit: Computer has gone to sleep.]
rikkipitt has joined #rubygems
rikkipitt has quit [Remote host closed the connection]
Coraline_ZzZz is now known as Coraline
bl4ckdu5t has joined #rubygems
bl4ckdu5t has quit [Max SendQ exceeded]
bl4ckdu5t has joined #rubygems
bl4ckdu5t is now known as Guest9343
elia has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
rikkipitt has joined #rubygems
Guest9343 is now known as bl4ckdu5t
bl4ckdu5t has joined #rubygems
bl4ckdu5t has quit [Changing host]
zachrab has joined #rubygems
huoxito has quit [Remote host closed the connection]
Coraline is now known as Coraline_ZzZz
Coraline_ZzZz is now known as Coraline
djbkd has joined #rubygems
havenwood has joined #rubygems
djbkd has quit [Ping timeout: 244 seconds]
rikkipitt has quit [Quit: Leaving...]
rikkipitt has joined #rubygems
rikkipitt has quit [Client Quit]
huoxito has joined #rubygems
zachrab has quit [Remote host closed the connection]
zachrab has joined #rubygems
zachrab has quit [Ping timeout: 272 seconds]
sferik has joined #rubygems
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zachrab has joined #rubygems
workmad3 has quit [Ping timeout: 246 seconds]
sferik has joined #rubygems
djbkd has joined #rubygems
djbkd has quit [Ping timeout: 245 seconds]
unreal has quit [Ping timeout: 252 seconds]
unreal has joined #rubygems
tcopeland1 has joined #rubygems
tcopeland has quit [Ping timeout: 256 seconds]
redmenace has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
djbkd has joined #rubygems
mediocregopher has joined #rubygems
<mediocregopher>
Hi all! I'm getting the following when trying to "gem install": ERROR: While executing gem ... (ArgumentError) IPv6 address must be 16 bytes
<mediocregopher>
I get it both inside and outside rvm, with multiple versions
<mediocregopher>
has anyone else had this problem?
djbkd has quit [Remote host closed the connection]
zachrab has quit [Remote host closed the connection]
sferik has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zachrab has joined #rubygems
djbkd has joined #rubygems
djbkd has quit [Ping timeout: 244 seconds]
havenwood has quit [Remote host closed the connection]
x1337807x has joined #rubygems
<mpapis>
mediocregopher, report a bug with the detail you gathered so far, the error handling can be improved
<mpapis>
mediocregopher, you could try to find out what's going on by editing /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb line ~92
<mediocregopher>
alright, thanks for the help!
<mpapis>
add another "rescue" and put "puts" with variables
<mediocregopher>
actually, i might have a guess
<mediocregopher>
res = @dns.getresource "_rubygems._tcp.#{host}",
<mediocregopher>
Resolv::DNS::Resource::IN::SRV
<mediocregopher>
host is rubygems.org, according to a puts
<mediocregopher>
doing a "dig srv rubygems.org" for me results in no records
<mpapis>
mediocregopher, check /etc/resolv.conf - maybe something there
<mediocregopher>
doing "dig @8.8.8.8 srv rubygems.org" also results in no records