In my situation, I use Ubuntu 14. There is some old amateur radio related app called "node" that causes a conflict. See here for the workaround:
http://askubuntu.com/questions/477577/alias-of-nodejs-as-node-on-14-04 Source worked for me. I, too, tried to find its man page. I have no idea how it works. On Tue, Jul 7, 2015 at 10:40 PM, Mark Sibly <[email protected]> wrote: > > you should symlink node to nodejs as I think it is a bad thing to > manually edit ~./.emscripten. > > Thanks, where should I put the link? /usr/bin/node? A bit new to some of > this... > > Also, what exactly does 'source' do? There doesn't seem to be a man page > for it. I've had to add the "source $HOME/emsdk/emsdk_env.sh" bit to my > ~/.profile so paths are setup correctly - is this the right thing to do? > > > On Wed, Jul 8, 2015 at 5:30 PM, Jeff Gonzales <[email protected]> > wrote: > >> some kind of issue with clang. you should symlink node to nodejs as I >> think it is a bad thing to manually edit ~./.emscripten. >> >> >> On Tuesday, July 7, 2015, Mark Sibly <[email protected]> wrote: >> >>> Whew, it all built OK here eventually. Are some of your .cpp files not >>> compiling? >>> >>> However, once it all built I also had change 'node' in ~/.emscripten to >>> 'nodejs' before it worked. >>> >>> Linux release appears to be a bit rough around the edges! >>> >>> > On Wednesday, July 8, 2015 at 4:02:49 PM UTC+12, gonzobrains wrote: >>> >>>> look for one of my posts regarding the error I got. >>>> >>>> On Tuesday, July 7, 2015, Mark Sibly <[email protected]> wrote: >>>> >>>>> > does that work for you? my build fails around 97% even after fixing >>>>> this typo. >>>>> >>>>> Oh crap, I'm only up to 53%! >>>>> >>>>> Will report back... >>>>> >>>>> On Wednesday, July 8, 2015 at 3:12:30 PM UTC+12, gonzobrains wrote: >>>>>> >>>>>> does that work for you? my build fails around 97% even after fixing >>>>>> this typo. >>>>>> >>>>>> On Tuesday, July 7, 2015, Mark Sibly <[email protected]> wrote: >>>>>> >>>>>>> Ok, found this is another thread and it fixes my problem - well, >>>>>>> it's building a truck load of stuff now at least... >>>>>>> >>>>>>> replace the line 1093: >>>>>>> "uses": ["clang-tag-%tag%-64bit", "emscripten-tag-%tag%-64bit"], >>>>>>> to >>>>>>> "uses": ["clang-tag-e%tag%-64bit", >>>>>>> "emscripten-tag-%tag%-64bit"], >>>>>>> >>>>>>> On Wednesday, July 8, 2015 at 2:32:01 PM UTC+12, Mark Sibly wrote: >>>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I'm trying to install emscripten on Ubuntu 14.10 and get the >>>>>>>> following error when I try to './emsdk install latest': >>>>>>>> >>>>>>>> Installing SDK 'sdk-tag-1.34.1-64bit'.. >>>>>>>> Manifest error: No tool by name 'clang-tag-1.34.1-64bit' found! >>>>>>>> This may indicate an internal SDK error! >>>>>>>> Traceback (most recent call last): >>>>>>>> File "./emsdk", line 1734, in <module> >>>>>>>> sys.exit(main()) >>>>>>>> File "./emsdk", line 1717, in main >>>>>>>> success = tool.install() >>>>>>>> File "./emsdk", line 1007, in install >>>>>>>> success = tool.install() >>>>>>>> >>>>>>>> Had a poke around, but I'm a bit out of my depth here. ./emsdk list >>>>>>>> gives: >>>>>>>> >>>>>>>> The following precompiled tool packages are available for download: >>>>>>>> emscripten-1.30.0 >>>>>>>> emscripten-1.34.1 >>>>>>>> >>>>>>>> The following tools can be compiled from source: >>>>>>>> clang-tag-e1.34.0-32bit >>>>>>>> clang-tag-e1.34.1-32bit >>>>>>>> clang-tag-e1.34.0-64bit >>>>>>>> clang-tag-e1.34.1-64bit >>>>>>>> clang-incoming-32bit >>>>>>>> clang-incoming-64bit >>>>>>>> clang-master-32bit >>>>>>>> clang-master-64bit >>>>>>>> emscripten-tag-1.34.0-32bit >>>>>>>> emscripten-tag-1.34.1-32bit >>>>>>>> emscripten-tag-1.34.0-64bit >>>>>>>> emscripten-tag-1.34.1-64bit >>>>>>>> emscripten-incoming-32bit >>>>>>>> emscripten-master-32bit >>>>>>>> emscripten-incoming-64bit >>>>>>>> emscripten-master-64bit >>>>>>>> >>>>>>>> I have g++ etc installed as I can use it to build other stuff. >>>>>>>> >>>>>>>> Bye! >>>>>>>> Mark >>>>>>>> >>>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "emscripten-discuss" group. >>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>> send an email to [email protected]. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Sent from Gmail Mobile >>>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "emscripten-discuss" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>>> -- >>>> Sent from Gmail Mobile >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "emscripten-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> -- >> Sent from Gmail Mobile >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "emscripten-discuss" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/emscripten-discuss/y2TMWKo1CJs/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
