-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gem install snappy breaks on Ubuntu jammy / aarch64 #47
Comments
I just discovered the sha3 gem failed for the same reason! This suggests there is some building-tool that both of youse are using, Ha! |
Could you try below command? ruby -v -rrbconfig -e "puts RbConfig::CONFIG['MAKEDIRS']" 👇 In my env.
And, this command. grep -A 3 -B 3 mkdir $(gem env gemdir)/gems/snappy-0.3.0/ext/Makefile 👇 In my env.
|
Could you try one more command? (If you builded ruby from source with rbenv/ruby-build.) grep -i mkdir ~/.rbenv/sources/3.1.2/ruby-3.1.2/config.status (please replace path with your using ruby version before run) 👇 In my env.
|
I think you've got it!
But there IS no mkdir, there! That needs to get upstream to someone
again! While I did build 3.1.2 from source, I tried your search for config.status, Awesome-quick insight, from you, tho! I'm going to tell the sha3 issue tracker of this stuff you realized! Kaizen, eh? ( : |
ah, you need install with
(I'm always use -k option.) |
I don't know why
I think that value is |
that I recall, mkdir was in /bin back in 1996-8 or thereabouts: hard-drives were so cramped, slow, & expensive, After scrubbing my Ubuntu install, again, It may take a couple of days, ( : |
this is my learning-programming environment:
aarch64/Android/Termux/Ubuntu server, Jammy, aka 22.04 LTS
Ruby 3.0.2
( I tried the git version of rbenv,
and discovered that NO version of Ruby can be compiled on this system except 3.1.2,
for some reason.
I reported that to bugs.ruby-lang, and they closed it almost immediately,
saying it was an ssl bug? )
Anyways, the bug looks simple, for a change...
stderr recorded this:
I checked: the ONLY mkdir is in /bin not in /usr/bin
( and offhand, I don't recall any recent version of Linux having those under /usr?
is it searching for a special version?
one that includes the attr capabilities or something? )
Anyways, I hope this is a bug as easy to fix as my beginner-at-programming eyes thinks it is.
Salut, Namaste, & Kaizen!
( :
The text was updated successfully, but these errors were encountered: