Jump to content

error message I get from terminal

mrchow19910319
Go to solution Solved by mrchow19910319,
21 hours ago, vorticalbox said:

check the attributes of usr/bin with lsattr , could be that something has marked them as immutable. 

I think that I did it by manually adding: gem 'commonmarker' into the Gemfile 

then run bundle from terminal.

here's what I get: 

 

Installing commonmarker 0.17.13 with native extensions
cp: /usr/bin/commonmarker: Operation not permitted
Using eventmachine 1.2.7
Using http_parser.rb 0.6.0
Using em-websocket 0.5.1
Using ffi 1.9.25
Using forwardable-extended 2.6.0
Using rb-fsevent 0.10.3
Using rb-inotify 0.9.10
Using sass-listen 4.0.0
Using sass 3.6.0
Using jekyll-sass-converter 1.5.2
Using ruby_dep 1.5.0
Using listen 3.1.5
Using jekyll-watch 2.0.0
Using kramdown 1.17.0
Using liquid 4.0.0
Using mercenary 0.3.6
Using pathutil 0.16.1
Using rouge 3.3.0
Using safe_yaml 1.0.4
Using jekyll 3.8.4
Using jekyll-feed 0.11.0
Using jekyll-seo-tag 2.5.0
Using minima 2.5.0
Bundle complete! 5 Gemfile dependencies, 31 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
➜  slowpacedcoding git:(gh-pages) ✗ bundle info [commonmarker]
zsh: no matches found: [commonmarker]
➜  slowpacedcoding git:(gh-pages) ✗ bundle info commonmarker
  * commonmarker (0.17.13)
	Summary: CommonMark parser and renderer. Written in C, wrapped in Ruby.
	Homepage: http://github.com/gjtorikian/commonmarker
	Path: /Library/Ruby/Gems/2.3.0/gems/commonmarker-0.17.13
➜  slowpacedcoding git:(gh-pages) ✗

I will post here if I run into any more issue with it.

Whenever I use terminal to do a certain task, for example, 

brew cask install vscodium

 or

bundle show minima

 (jekyll) 
my terminal keeps telling me this: 

 

Quote

Ignoring commonmarker-0.17.13 because its extensions are not built. Try: gem pristine commonmarker --version 0.17.13


What do I need to update to get rid of this error message? 

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, mrchow19910319 said:

What do I need to update to get rid of this error message? 

have you spent much time googling this? Did you try following what the error message was telling you?

Gaming build:

CPU: i7-7700k (5.0ghz, 1.312v)

GPU(s): Asus Strix 1080ti OC (~2063mhz)

Memory: 32GB (4x8) DDR4 G.Skill TridentZ RGB 3000mhz

Motherboard: Asus Prime z270-AR

PSU: Seasonic Prime Titanium 850W

Cooler: Custom water loop (420mm rad + 360mm rad)

Case: Be quiet! Dark base pro 900 (silver)
Primary storage: Samsung 960 evo m.2 SSD (500gb)

Secondary storage: Samsung 850 evo SSD (250gb)

 

Server build:

OS: Ubuntu server 16.04 LTS (though will probably upgrade to 17.04 for better ryzen support)

CPU: Ryzen R7 1700x

Memory: Ballistix Sport LT 16GB

Motherboard: Asrock B350 m4 pro

PSU: Corsair CX550M

Cooler: Cooler master hyper 212 evo

Storage: 2TB WD Red x1, 128gb OCZ SSD for OS

Case: HAF 932 adv

 

Link to comment
Share on other sites

Link to post
Share on other sites

I would also suggest trying the command it recommends as the first step, then we will go from there.  I don't know anything about this problem or even what environment this is in but I know that's a good idea from similar experiences.

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to comment
Share on other sites

Link to post
Share on other sites

48 minutes ago, reniat said:

have you spent much time googling this? Did you try following what the error message was telling you?

yes. google gives me less than 10 results. a few of the result shows me the link I posted online.. you can see it for your self. 

I posted on freecodecamp forum , created an issue under jekyll's github repo, asked on stackoverflow too. 

26 minutes ago, Ryan_Vickers said:

I would also suggest trying the command it recommends as the first step, then we will go from there.  I don't know anything about this problem or even what environment this is in but I know that's a good idea from similar experiences.

I did try to enter what the error message told me to enter. It pushes out more error messages I do not understand. 

My bad for not copying those commands and google them. I will try to do it now, see whether I can write down those error messages. 

Also this is Ruby related. Have never work with ruby before. 

screencapture-google-search-2018-10-15-13_44_37.thumb.png.dfcf2e4322bb5f516d69553721b2fce6.png

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

Here is the screenshot of what I tried and what kind of error message I got. 

 

I used sudo but it still says that I do not have the permission to write to directory.

 

355758619_ScreenShot2018-10-15at2_23_46PM.png.ad12a1a65fd195ae01cdce88747799e4.png

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

check the attributes of usr/bin with lsattr , could be that something has marked them as immutable. 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

21 hours ago, vorticalbox said:

check the attributes of usr/bin with lsattr , could be that something has marked them as immutable. 

I think that I did it by manually adding: gem 'commonmarker' into the Gemfile 

then run bundle from terminal.

here's what I get: 

 

Installing commonmarker 0.17.13 with native extensions
cp: /usr/bin/commonmarker: Operation not permitted
Using eventmachine 1.2.7
Using http_parser.rb 0.6.0
Using em-websocket 0.5.1
Using ffi 1.9.25
Using forwardable-extended 2.6.0
Using rb-fsevent 0.10.3
Using rb-inotify 0.9.10
Using sass-listen 4.0.0
Using sass 3.6.0
Using jekyll-sass-converter 1.5.2
Using ruby_dep 1.5.0
Using listen 3.1.5
Using jekyll-watch 2.0.0
Using kramdown 1.17.0
Using liquid 4.0.0
Using mercenary 0.3.6
Using pathutil 0.16.1
Using rouge 3.3.0
Using safe_yaml 1.0.4
Using jekyll 3.8.4
Using jekyll-feed 0.11.0
Using jekyll-seo-tag 2.5.0
Using minima 2.5.0
Bundle complete! 5 Gemfile dependencies, 31 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
➜  slowpacedcoding git:(gh-pages) ✗ bundle info [commonmarker]
zsh: no matches found: [commonmarker]
➜  slowpacedcoding git:(gh-pages) ✗ bundle info commonmarker
  * commonmarker (0.17.13)
	Summary: CommonMark parser and renderer. Written in C, wrapped in Ruby.
	Homepage: http://github.com/gjtorikian/commonmarker
	Path: /Library/Ruby/Gems/2.3.0/gems/commonmarker-0.17.13
➜  slowpacedcoding git:(gh-pages) ✗

I will post here if I run into any more issue with it.

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×