canvas-development-tools icon indicating copy to clipboard operation
canvas-development-tools copied to clipboard

Error installing required npm assets, during QuickStart Installation

Open b0rgbart3 opened this issue 9 years ago • 8 comments

Hello, I am getting some errors while using the automated installation script from the QuickStart guide. It seems to chug along quite nicely and install all 204 Gemfile dependencies.

But when it starts "Installing required npm assets", thats when the warnings and the errors start flying. I've attached a screen-grab of my console window.

Between the warning and the Errors, I also noticed these two lines which I don't understand, but they don't sound good. :-)

ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)

screen shot 2015-06-24 at 8 52 18 am

b0rgbart3 avatar Jun 24 '15 16:06 b0rgbart3

Which OS & version are you running?

FreedomBen avatar Jun 24 '15 20:06 FreedomBen

Mac OSX 10.10.3

b0rgbart3 avatar Jun 25 '15 04:06 b0rgbart3

Unfortunately I don't have an OS X machine to test this on (and Apple goes out of their way to make OS X difficult to run in a VM), so I can't troubleshoot. I can throw out some ideas though that I remember running into during development (when I did have access to an OS X machine).

Are the Apple developer tools installed? If so, what output do you get from which gcc?

FreedomBen avatar Jun 27 '15 03:06 FreedomBen

Hi Ben - my apologies for the slow resonse on this. I do have Apple's Dev Tools installed as far as I know - I have XCode.

Typing in which gcc gives me: /usr/bin/gcc

b0rgbart3 avatar Jun 29 '15 22:06 b0rgbart3

In the middle of that screengrab I also noticed this line......

ld: library not found for -lgcc_s.10.5

Also, if I view the .node-gyp directory, I see

0.12.0

which is curious because a few lines later the script says:

gyp WARN EACCES user "bartdority" does not have permission to access the dev dir "/Users/bartdority/.node-gyp/0.12.5"

(I don't have permission to access that folder I presume because - it doesn't exist)... (?)

b0rgbart3 avatar Jun 30 '15 01:06 b0rgbart3

didn't mean to close this issue

b0rgbart3 avatar Jun 30 '15 01:06 b0rgbart3

Hi Freedomben, I have same issue. canvas

abcguy avatar Apr 06 '16 17:04 abcguy

I have exactly the same issue on Ubuntu 18.04.4

moodybass avatar Jun 08 '20 10:06 moodybass