havenwood changed the topic of #ruby to: Ruby 3.3.5 (3.4.0-preview2) https://www.ruby-lang.org | Logs https://libera.irclog.whitequark.org/ruby
konsolebox has joined #ruby
aesthetikx has quit [Read error: Connection reset by peer]
aesthetikx has joined #ruby
konsolebox has quit [Ping timeout: 250 seconds]
Pixi has quit [Quit: Leaving]
fercell has joined #ruby
TomyLobo2 has quit [Remote host closed the connection]
Pixi has joined #ruby
Linux_Kerio has joined #ruby
finsternis has quit [Ping timeout: 246 seconds]
finsternis has joined #ruby
konsolebox has joined #ruby
JupiterBig has joined #ruby
hwpplayer1 has joined #ruby
jhass has quit [Remote host closed the connection]
jhass has joined #ruby
jhass has quit [Remote host closed the connection]
jhass has joined #ruby
o0x1eef has quit [Ping timeout: 252 seconds]
goofansu has joined #ruby
cappy has joined #ruby
Tempesta has quit [Quit: See ya!]
hwpplayer1 has quit [Remote host closed the connection]
Tempesta has joined #ruby
Tempesta has quit [Quit: See ya!]
Momentum has quit [Quit: WeeChat 4.3.2]
Tempesta has joined #ruby
JupiterBig has quit [Quit: leaving]
grenierm has joined #ruby
Doc_X has quit [Ping timeout: 255 seconds]
Doc_X has joined #ruby
bougyman has quit [Quit: ZNC 1.8.2 - https://znc.in]
bougyman has joined #ruby
dhruvasagar has joined #ruby
cappy has quit [Quit: Leaving]
Linux_Kerio has quit [Read error: Connection reset by peer]
Linux_Kerio has joined #ruby
cappy has joined #ruby
Magesh has joined #ruby
dhruvasagar has quit [Remote host closed the connection]
nmollerup has joined #ruby
hwpplayer1 has joined #ruby
o0x1eef has joined #ruby
cappy has quit [Quit: Leaving]
Magesh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Thanzex0 has quit [Ping timeout: 265 seconds]
Thanzex0 has joined #ruby
Linux_Kerio has quit [Read error: Connection reset by peer]
tuxcrafter31 has quit [Quit: Client closed]
Linux_Kerio has joined #ruby
tuxcrafter has joined #ruby
TomyWork has joined #ruby
Linux_Kerio has quit [Read error: Connection reset by peer]
Linux_Kerio has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
Artea has joined #ruby
hwpplayer1 has quit [Remote host closed the connection]
johnjaye has quit [Ping timeout: 252 seconds]
grenierm has quit [Quit: Client closed]
vnpower has quit [Ping timeout: 252 seconds]
Magesh has joined #ruby
greybeard has joined #ruby
vnpower_ has joined #ruby
Magesh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Magesh has joined #ruby
user71 has joined #ruby
konsolebox has joined #ruby
johnjaye has joined #ruby
Magesh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SaveFerris7 has joined #ruby
SaveFerris has quit [Ping timeout: 252 seconds]
SaveFerris7 is now known as SaveFerris
hwpplayer1 has joined #ruby
mange has quit [Quit: Zzz...]
konsolebox has quit [Ping timeout: 252 seconds]
Tempesta has quit [Read error: Connection reset by peer]
tuxcrafter has quit [Quit: Client closed]
tuxcrafter has joined #ruby
Tempesta has joined #ruby
konsolebox has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
victori has quit [Ping timeout: 264 seconds]
victori has joined #ruby
hwpplayer1 has quit [Read error: Connection reset by peer]
konsolebox has quit [Quit: .]
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 252 seconds]
___nick___ has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
___nick___ has joined #ruby
goldfish has joined #ruby
greybeard has quit [Quit: Leaving.]
goldfish has quit [Remote host closed the connection]
gr33n7007h has quit [Quit: WeeChat 4.4.2]
gr33n7007h has joined #ruby
brw9 has quit [Remote host closed the connection]
brw9 has joined #ruby
Magesh has joined #ruby
Magesh has quit [Quit: Textual IRC Client: www.textualapp.com]
kiwi_36 has joined #ruby
FetidToot9 has joined #ruby
FetidToot has quit [Ping timeout: 272 seconds]
FetidToot9 is now known as FetidToot
___nick___ has quit [Ping timeout: 252 seconds]
user71 has quit [Quit: Leaving]
TomyWork has quit [Remote host closed the connection]
Linux_Kerio has quit [Ping timeout: 260 seconds]
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #ruby
_73 has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
<_73> Hello. I am creating a Perl "Alien" for Ruby, which is a Perl module that that when installed will build and install Ruby into a private share location. Please note that I compile this Ruby with the "--enable-load-relative" flag. Anyways, when I try to use the "gem" program that comes with this ruby, to install a gem into a custom directory using the "--install-dir" option, I am having erroneus shebang-related issues such that the
<_73> installed gem wont execute. Here is an example of me trying to use the fpm gem after successfully installing it: http://dpaste.com/9UYQZR5JT . I made an annotation in this output (prefixed by ### _73:), that the correct and desired ruby shebang line is present in the file, but it is being overridden by the "$bindir/ruby" binstub (I think binstub is the correct term?). So my question is, how could I make sure that the shebang line in my
<_73> installed gem points to the ruby that was used to run "gem" in the first place?
hwpplayer1 has joined #ruby
nmollerup has quit [Quit: Leaving]
<adam12> _73: Hmm weird.
<adam12> _73: Running that binary directly works tho? Only thing I cn think of is you're running afould of the linux binary loader and that's not a binary.
<_73> The ruby binary works. So does the "gem" program that came with it. The gems I install with it (in this case fpm) do not work, unless I manually pass them to ruby. Here is the output of running "file" against the ruby binary: http://dpaste.com/733WFLUQS
<adam12> Hmm
<_73> I certainly find it curious that the correct shebang line is present in this fpm gem, but is being overriden.
cappy has joined #ruby
<_73> hmm I think I re-discovered this issue: https://github.com/rubygems/rubygems/issues/2955
<_73> I may be able to work around this by using bundle instead of gem, since I can use its --shebang option
hwpplayer1 has quit [Remote host closed the connection]
lunarkitty has joined #ruby