Guest65722 has quit [Ping timeout: 246 seconds]
spk has quit [Ping timeout: 246 seconds]
alindeman_ has quit [Ping timeout: 246 seconds]
bf4 has joined #rubygems
alindeman has joined #rubygems
bf4 is now known as Guest38256
spk has joined #rubygems
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 240 seconds]
havenwood has joined #rubygems
workmad3 has joined #rubygems
djbkd has joined #rubygems
workmad3 has quit [Ping timeout: 255 seconds]
djbkd has quit [Ping timeout: 265 seconds]
swills has quit [Read error: Connection reset by peer]
swills has joined #rubygems
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 268 seconds]
headius has quit [Ping timeout: 252 seconds]
headius has joined #rubygems
UtkarshRay has joined #rubygems
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 246 seconds]
djbkd has joined #rubygems
djbkd has quit [Ping timeout: 240 seconds]
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 265 seconds]
workmad3 has joined #rubygems
Unopoo has joined #rubygems
<Unopoo> when I'm tring `gem install json -v '1.8.3'`, some error showed up:http://paste2.org/WHn1m0Ok
<Unopoo> I'm using gem on win7's cygwin
<jhass> /usr/lib/gcc/x86_64-pc-cygwin/4.9.3/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lgmp
<jhass> /usr/lib/gcc/x86_64-pc-cygwin/4.9.3/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lcrypt
<jhass> those are the relvant errors
<jhass> they indicate missing libraries, gmp and openssl
<jhass> (iirc for the latter)
<jhass> mmh, or maybe libcrypt is its own project
<jhass> /usr/lib/libcrypt.so.1 is owned by glibc 2.22-3
<jhass> so it's part of glibc actually
<Unopoo> so I should try to install gmp and glibc.
<jhass> I think so, yeah
<jhass> back to #cygwin I guess ;)
<Unopoo> no, installing things for #cygwin, that I can do
<Unopoo> I mean, for cygwin
<jhass> idk, I kinda expected something like glibc to come with it, but then I never used it
hitheresup is now known as agis-
shazaum_ has joined #rubygems
shazaum_ has quit [Quit: This computer has gone to sleep]
bbrowning_away is now known as bbrowning
Unopoo is now known as Guest93947
Guest93947 has quit [Killed (cameron.freenode.net (Nickname regained by services))]
Unopoo1 has joined #rubygems
havenwood has quit [Ping timeout: 265 seconds]
UtkarshRay has quit [Ping timeout: 244 seconds]
Gidogeek has joined #rubygems
agis- has quit [Remote host closed the connection]
davispuh has joined #rubygems
imperator has joined #rubygems
davispuh has quit [Remote host closed the connection]
davispuh has joined #rubygems
Gidogeek has quit [Quit: (null)]
<imperator> "WARNING: certs/my_pub.pem is not world-readable"
<imperator> hm, should that warning be skipped for certs?
havenwood has joined #rubygems
<jhass> well, world readable public key is not harmful, world readable private key however is. But then world readable public key is not necessary either
UtkarshRay has joined #rubygems
alindeman has quit [K-Lined]
alindeman has joined #rubygems
alindeman has quit [K-Lined]
alindeman has joined #rubygems
dvu has joined #rubygems
<imperator> eh, it's not a huge deal, but something i may submit a PR for
djbkd has joined #rubygems
djbkd has quit [Ping timeout: 244 seconds]
havenwood has quit [Ping timeout: 255 seconds]
UtkarshRay has quit [Remote host closed the connection]
UtkarshRay has joined #rubygems
bbrowning is now known as bbrowning_away
tenderlove has quit [Remote host closed the connection]
bbrowning_away is now known as bbrowning
havenwood has joined #rubygems
huoxito has joined #rubygems
workmad3 has quit [Ping timeout: 264 seconds]
huoxito has quit [Ping timeout: 264 seconds]
huoxito has joined #rubygems
niska has quit [Ping timeout: 246 seconds]
UtkarshRay has quit [Remote host closed the connection]
niska has joined #rubygems
choke has joined #rubygems
havenwood has quit [Ping timeout: 265 seconds]
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 260 seconds]
huoxito_ has joined #rubygems
dvu has quit [Remote host closed the connection]
huoxito has quit [Ping timeout: 255 seconds]
bbrowning is now known as bbrowning_away
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
choke has joined #rubygems
choke has quit [Client Quit]
choke has joined #rubygems
choke has quit [Client Quit]
havenwood has joined #rubygems
workmad3 has joined #rubygems
havenn has joined #rubygems
havenwood has quit [Ping timeout: 265 seconds]
djbkd has joined #rubygems
bbrowning_away is now known as bbrowning
djbkd has quit [Ping timeout: 265 seconds]
havenn is now known as havenwood
bbrowning is now known as bbrowning_away
swills has quit [Quit: brb]
dvu has joined #rubygems
havenwood has quit [Ping timeout: 264 seconds]
huoxito_ has quit []
imperator has quit [Quit: Leaving]
choke has joined #rubygems
havenwood has joined #rubygems
workmad3 has quit [Ping timeout: 252 seconds]
havenn has joined #rubygems
havenwood has quit [Ping timeout: 244 seconds]
<Unopoo1> I'm tring to install ffi, here is the output: http://paste2.org/jeGYptI0
<Unopoo1> can anyone tell me what's wrong here?
Unopoo1 is now known as Unopoo
<drbrain> Unopoo: it looks like ffi couldn't find the ffi library, so it built it itself, but then failed to link it for some reason
<drbrain> Unopoo: you should ask the ffi maintainers as this channel is for support for rubygems the software and service, not for individual gems
<drbrain> (sorry)
<Unopoo> drbrain: I could try install ffi library first.
<Unopoo> thanks for the info anyway
<Unopoo> drbrain: I install libffi, then ffi got installed successfully, :D
<Unopoo> thank you, how did you find it cound't find the ffi library? I got nothing from the output
<drbrain> line 7–12 is extconf.rb checking for ffi and other features it needs to build the gem
<drbrain> but then on line 22 it seems to start building an ffi that is embedded within the gem
<drbrain> it seems to succeed (line 79 and 85)
<drbrain> but then it doesn't seem to work quite right when building the C extension itself (lines 125, 128, 131, 134, 137)
havenn has quit [Ping timeout: 246 seconds]