-
Notifications
You must be signed in to change notification settings - Fork 256
RPI2: Install error: "abort: m??$0??0????%:????:??$" #101
Comments
This looks similar to #75 Any hints as to what to look at very welcome! Strangely, after installing forever (as in issue 75), the build of airsonos seemed to complete, but I now get the same crash as that guy had. I won't post the whole trace, but it starts:
|
I fixed it! I installed Node.js version 0.10.28 by compiling it on the Raspberry Pi itself. I used this walkthrough: http://www.armhf.com/node-js-for-the-beaglebone-black/ . You just need to make sure you install version 0.10.28. After that, I installed Airsonos, now everything works perfectly! |
Awesome, thanks, that really helped me and fixed it for me too. I had to run
to get my install to work but it did. |
@ViDtje @stephen I followed those instructions (http://www.armhf.com/node-js-for-the-beaglebone-black/) but replaced 0.10.28 with 0.10.33 and it worked for me |
I used to run airsonos on the Raspberry Pi B+, but recently bought the Raspberry Pi 2. After I reinstalled everything again, I tried to install airsonos. But I always get an abort message.
Could it be that it has something to do with the new hardware?
The output is the following:
pi@raspberrypi ~ $ sudo npm install airsonos -g
abort: m??$0??0????%:????:??$
==== Stack trace ============================================
Security context: 0x41c34659 #0#
1: _emitChunk [/usr/local/lib/node_modules/npm/node_modules/block-stream/block-stream.js:~73](this=0x301ee725 #1#,flush=0x41c08091 <undefined)
2: arguments adaptor frame: 0->1
3: resume [/usr/local/lib/node_modules/npm/node_modules/block-stream/block-stream.js:~55](this=0x301ee725 #1#)
4: arguments adaptor frame: 1->0
5: resume [/usr/local/lib/node_modules/npm/node_modules/fstream/lib/reader.js:~251](this=0x301ee6ad #2#,who=0x41c08091 <undefined)
6: arguments adaptor frame: 0->1
7: /* anonymous / [/usr/local/lib/node_modules/npm/node_modules/tar/lib/parse.js:257](this=0x407e5c59 #3#)
8: emit [events.js:~53](this=0x407e5c59 #3#,type=0x58816529 <String[6]: resume)
9: resume [/usr/local/lib/node_modules/npm/node_modules/tar/lib/entry.js:~90](this=0x407e5c59 #3#)
10: ondrain [stream.js:61](this=0x407cafc1 #4#)
11: emit [events.js:~53](this=0x407cafc1 #4#,type=0x20229861 <String[5]: drain)
12: / anonymous _/ [/usr/local/lib/node_modules/npm/node_modules/fstream/lib/file-writer.js:50](this=0x407c84f1 #5#)
13: emit [events.js:~53](this=0x407c84f1 #5#,type=0x20229861 <String[5]: drain)
14: afterWrite [_stream_writable.js:~275](this=0x41c34701 #6#,stream=0x407c84f1 #5#,state=0x407dfff9 #7#,finished=0x41c080c1 ,cb=0x5a1e8245 #8#)
15: onwrite [stream_writable.js:~249](this=0x41c34701 #6#,stream=0x407c84f1 #5#,er=0x41c08091 <undefined)
16: / anonymous _/ [stream_writable.js:~96](this=0x41c34701 #6#,er=0x41c08091 <undefined)
17: arguments adaptor frame: 0->1
18: / anonymous */ [evalmachine.:1695](this=0x41c34701 #6#,er=0x41c08081 ,bytes=512)
19: arguments adaptor frame: 3->2
20: oncomplete(aka wrapper) [evalmachine.:522](this=0x4a58602d #9#,err=0x41c08081 ,written=512)
The text was updated successfully, but these errors were encountered: