Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

RPI2: Install error: "abort: m??$0??0????%:????:??$" #101

Closed
ViDtje opened this issue Feb 10, 2015 · 4 comments
Closed

RPI2: Install error: "abort: m??$0??0????%:????:??$" #101

ViDtje opened this issue Feb 10, 2015 · 4 comments

Comments

@ViDtje
Copy link

ViDtje commented Feb 10, 2015

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)

@JaspalX
Copy link

JaspalX commented Feb 10, 2015

This looks similar to #75
I have a pi2 (thinking I could use the extra power to ensure good streaming) and had the same crash as you ViDtje. Node v0.10.36 and npm v1.4.28 whereas my build on a pi1 worked fine.

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:

sudo airsonos
abort: m??$0??0????%:????:??$

==== Stack trace ============================================

Security context: 0x56634659 <JS Object>#0#
    1: parse [/usr/local/lib/node_modules/airsonos/node_modules/portastic/node_modules/coffee-script/lib/coffee-script/parser.js:~479] (this=0x56493435 <an Object>#1#,input=0x5b3645b5 <JS Array[678]>#2#)

@ViDtje
Copy link
Author

ViDtje commented Feb 12, 2015

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!

@ViDtje ViDtje closed this as completed Feb 12, 2015
@ViDtje ViDtje changed the title Install error: "abort: m??$0??0????%:????:??$" RPI2: Install error: "abort: m??$0??0????%:????:??$" Feb 12, 2015
@JaspalX
Copy link

JaspalX commented Feb 12, 2015

Awesome, thanks, that really helped me and fixed it for me too. I had to run

sudo apt-get install libavahi-compat-libdnssd-dev libasound2-dev
npm install airsonos -g

to get my install to work but it did.

@codebender
Copy link

@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

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants