huoxito has joined #rubygems
havenwood has joined #rubygems
havenwood has quit [Remote host closed the connection]
sleepee has quit [Quit: Leaving]
yakko has quit [Ping timeout: 240 seconds]
yakko has joined #rubygems
Jamo has quit [Ping timeout: 240 seconds]
Jamo has joined #rubygems
Jamo has quit [Ping timeout: 240 seconds]
Jamo_ has joined #rubygems
yakko has quit [Ping timeout: 264 seconds]
sleepee has joined #rubygems
sleepee has quit [Quit: Leaving]
closer has quit [Ping timeout: 252 seconds]
closer has joined #rubygems
havenwood has joined #rubygems
yakko has joined #rubygems
yakko_ has joined #rubygems
yakko has quit [Ping timeout: 255 seconds]
huoxito has quit [Remote host closed the connection]
wowXiDD has joined #rubygems
yakko_ has quit [Remote host closed the connection]
yakko has joined #rubygems
x1337807x has joined #rubygems
yakko has quit [Ping timeout: 240 seconds]
hakunin has quit [Ping timeout: 244 seconds]
josh-k has joined #rubygems
hakunin has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
josh-k has quit [Ping timeout: 244 seconds]
holden247 has joined #rubygems
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
ritz has joined #rubygems
ritz has quit [Client Quit]
havenwood has quit [Ping timeout: 264 seconds]
havenwood has joined #rubygems
tbuehlmann has joined #rubygems
yakko has joined #rubygems
yakko has quit [Remote host closed the connection]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 255 seconds]
holden247 has left #rubygems [#rubygems]
elia has joined #rubygems
elia has quit [Client Quit]
havenwood has quit [Remote host closed the connection]
workmad3 has joined #rubygems
elia has joined #rubygems
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
huoxito has joined #rubygems
bbrowning_away is now known as bbrowning
elia has joined #rubygems
workmad3 is now known as wm3|away
seanlinsley has quit [Quit: seanlinsley]
wm3|away has quit [Ping timeout: 272 seconds]
bbrowning has quit [Quit: Leaving]
bbrowning has joined #rubygems
trei3212 has joined #rubygems
mkristian has joined #rubygems
huoxito_ has joined #rubygems
huoxito has quit [Read error: Connection reset by peer]
yakko has joined #rubygems
wowXiDD has quit [Remote host closed the connection]
seanlinsley has joined #rubygems
jpfuentes2 has joined #rubygems
wm3|away has joined #rubygems
wm3|away is now known as workmad3
trei3212 has quit [Ping timeout: 272 seconds]
trei3212 has joined #rubygems
yakko has quit [Read error: Connection reset by peer]
yakko has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
trei3212 has quit [Ping timeout: 244 seconds]
dwknoxy has joined #rubygems
tbuehlmann has quit [Quit: Leaving]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
dp has joined #rubygems
tbuehlmann has joined #rubygems
<dp> I'm trying to install ruby-shout, but I'm getting an error "*** ERROR: need to have libshout and shout/shout.h to compile this module". however, I have install libshout and have a shout/shout.h file. any suggestions?
elia has quit [Quit: Computer has gone to sleep.]
dwknoxy is now known as dknox-bbs
elia has joined #rubygems
sj26 has quit [Ping timeout: 272 seconds]
sj26 has joined #rubygems
<drbrain> dp: you probably need to provide a --with-shout option (or similar) pointing to where shout is installed
<drbrain> maybe gem install -- --with-shout=/usr/local
<drbrain> the shout gem maintainers will have more details
<dp> ah, k
elia has quit [Quit: Computer has gone to sleep.]
dknox-bbs is now known as dknox
elia has joined #rubygems
havenwood has joined #rubygems
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
jpfuentes2 has joined #rubygems
havenwood has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
hakunin_ has joined #rubygems
hakunin has quit [Read error: Connection reset by peer]
havenwood has joined #rubygems
workmad3 has quit [Ping timeout: 264 seconds]
havenwood has quit [Ping timeout: 264 seconds]
havenwood has joined #rubygems
mkristian has quit [Ping timeout: 264 seconds]
leothrix has joined #rubygems
<leothrix> Are there known problems with installing gems in the EC2 us-east-1 region?
<leothrix> Because I'm getting "ERROR: http://rubygems.org/ does not appear to be a repository" across the board in instances in that region
mkristian has joined #rubygems
hakunin_ is now known as hakunin
imperator has joined #rubygems
<dp> drbrain: so I'm doing sudo gem install ruby-shout -- --with-shoutlib /usr/local/lib/libshout.a, however, when extconf fails, it spits out all of the config options, and the option I provided isn't there. any thoughts?
workmad3 has joined #rubygems
elia has joined #rubygems
imperator has quit [Quit: Valete!]
tbuehlmann has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
<drbrain> dp: try just --with-shoutlib /usr/local/lib
<drbrain> … but what does it spit out?
<drbrain> the options are confusing, you usually provide the directory where the thing lives, not the thing itself
havenwood has quit [Ping timeout: 264 seconds]
<drbrain> try --with-shout-dir=/usr/local
<dp> it's not even taking the param, it seems
<drbrain> it shows up on line 8, but that apparently isn't enough
<dp> right
<dp> sorry, I meant down in the "Provided configuration options"
<drbrain> line 31 is --with-shout-dir
<dp> correct. but there's no value for it
<drbrain> right, because extconf.rb is weird
<drbrain> the others just show defaults
<drbrain> can you show /Library/Ruby/Gems/2.0.0/gems/ruby-shout-2.2.1/ext/mkmf.log?
<dp> no such file
<drbrain> what rubygems version are you using?
<dp> 2.3.0 per gem --version
<drbrain> one second…
rb2k has joined #rubygems
<drbrain> oh right
<drbrain> /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-13/2.0.0/ruby-shout-2.2.1/mkmf.log
<dp> you want the contents?
<drbrain> as a paste, yes
<drbrain> on line 204
<drbrain> its running clang […] -L/usr/local/ -L. -L/usr/local/lib […] -lshout
<drbrain> oh and -I. -I/usr/local/include
<dp> I'm not sure what the next step is
<drbrain> well, on 205 it says: conftest.c:5:57: error: use of undeclared identifier 'shout_init'
<drbrain> which makes me think that using find_library with a function is wrong if you don't include the header
<drbrain> so I think you need to report a bug to ruby-shout
<drbrain> … you have a /usr/local/lib/shout/shout.h?
<drbrain> and a /usr/local/lib/libshout*
<drbrain> if so I would report a bug and include the gem_make.out and mkmf.log
<dp> I actually have a /usr/local/Cellar/libshout/2.3.1/include/shout/shout.h as I installed with brew
<drbrain> but do you have a /usr/local/lib/shout/shout.h?
x1337807x has joined #rubygems
<dp> I do not
<drbrain> ah-ha!
<drbrain> well, maybe
<drbrain> try --with-shout-dir=/usr/local/Cellar/libshout/2.3.1/
<dp> still fails
<drbrain> then its a bug in the extconf.rb
<dp> sadly, I doubt that reporting a bug in ruby-shout would do anything, as they've not updated the code in 3 years
<drbrain> is it on git? can you fork it?
<dp> https://github.com/niko/ruby-shout/blob/master/ext/extconf.rb -- any thoughts on how it could be fixed?
<dp> yes, I could
<drbrain> let me see…
<drbrain> it'll be a few minutes
<dp> thanks for your help btw. you rock
hakunin has quit []
hakunin has joined #rubygems
akahn has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<akahn> hi, after upgrading to rubygems 2.3.0, our scripts that use -s to install gems from our gem server now fail with a message saying that -s is ambiguous. I couldn't find an option in the gem install documentation that overlaps with -s. is this a regression?
<drbrain> akahn: there is no -s in `gem help install`, what did it do?
<akahn> drbrain: it added an additional gem source
<drbrain> akahn: did you mean --source?
<drbrain> I guess -s was allowed by optparse
<drbrain> dp: but you may need to reinstall libshout and friends with --universal
<akahn> drbrain: so -s was actually never supported?
<drbrain> akahn: not on purpose, can you file a bug anyways?
mkristian has quit [Quit: bye]
<drbrain> dp: I left a comment
<akahn> drbrain: any other details that would be helpful? https://github.com/rubygems/rubygems/issues/954
<drbrain> akahn: looks good!
<akahn> great
<drbrain> akahn: ah, it collides with --[no-]suggestions
<drbrain> I'll make -s official
<dp> drbrain: I'll see what I can do
<akahn> drbrain: I can try to contribute a patch for that
<drbrain> akahn: if you like
<drbrain> akahn: if not, I've got a programming student who will fix it
<akahn> oh cool
lhz has left #rubygems ["WeeChat 0.3.7"]
closer has quit [*.net *.split]
kai3x5 has joined #rubygems
closer009 has joined #rubygems
rb2k has quit [Quit: rb2k]
bbrowning is now known as bbrowning_away
<drbrain> beautiful
<drbrain> akahn: can you add a test too?
<drbrain> test_source_option in test/rubygems/test_gem_local_remote_options.rb
<akahn> sure thing
<akahn> a test was failing for me on master, btw
<drbrain> which one? travis is green (but for rubygems.org API problems this morning)
<akahn> drbrain: http://pastie.org/9317973
<drbrain> ah, that's because YARD
<drbrain> for some reason YARD doesn't use the new API I wrote for YARD
x1337807x has joined #rubygems
<akahn> drbrain: I added a test case but I can't seem to make it fail (e.g. if I remove my -s addition to the add_option call)
<drbrain> akahn: that's OK
<akahn> I opted to create a new test case rather than to sneak a -s into that list of sources in the previous test
<drbrain> it's more a functional test so we have a canary if someone tries to add another -s somewhere
<drbrain> it'll be difficult to make it fail because of how optparse works
<akahn> ah
josh-k has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 264 seconds]
havenwood has joined #rubygems
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
seanlinsley has quit [Quit: seanlinsley]
elia has quit [Quit: Computer has gone to sleep.]
seanlinsley has joined #rubygems
x1337807x has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dknox has quit [Ping timeout: 244 seconds]
t_3212 has joined #rubygems