william@beaglebone:~/node$ wget http://nodejs.org/dist/v4.2.6/node-v4.2.6.tar.gz william@beaglebone:~/node$ tar xzvf node-v4.2.6.tar.gz william@beaglebone:~/node$ cd node-v4.2.6 william@beaglebone:~/node/node-v4.2.6$ ./configure --without-snapshot william@beaglebone:~/node/node-v4.2.6$ make william@beaglebone:~/node/node-v4.2.6$ ./node -e 'console.log("Testing . . .");' Testing . . . william@beaglebone:~/node/node-v4.2.6$ ./node -v v4.2.6 william@beaglebone:~/node/node-v4.2.6$ uname -a Linux beaglebone 4.4.8-ti-r22 #1 SMP Wed Apr 27 22:23:10 UTC 2016 armv7l GNU/Linux
On Thu, May 5, 2016 at 9:53 PM, William Hermans <[email protected]> wrote: > Err, that should read: Particularly non standard Debian. Debian is fine( > great ), until people start screwing around it . . . > > On Thu, May 5, 2016 at 9:51 PM, William Hermans <[email protected]> wrote: > >> Well . . . I'm in the middle ( or something ) of compiling Node 4.2.6 >> from Node.org sources . . . so far so good, but it's been compiling for the >> last 2-3 hours . . . >> >> In the mean time I'm dorking around with the rpi3 that came in today, and >> seriously considering using it as an armv7 build system. I'm still not fond >> of the original rpi's but these things have some serious spunk. Still I'm a >> bit miffed that it seems we're forced to use "raspbian". The main >> contention, how does one load the needed board files, etc . . . >> >> Did i ever mention I hate non standard things ? Particularly Debian . . . >> >> On Thu, May 5, 2016 at 11:27 AM, Wally Bkg <[email protected]> wrote: >> >>> Its been running for several hours and has completed four loops, I'll >>> leave it running overnight and follow-up if it prints anything but "OK", >>> >>> However, at this point it doesn't look like this is the problem. >>> >>> Something seems rotten in apt-get land. >>> >>> >>> On Thursday, May 5, 2016 at 10:15:45 AM UTC-5, RobertCNelson wrote: >>> >>>> >>>> >>>> On Thu, May 5, 2016 at 10:12 AM, Wally Bkg <[email protected]> wrote: >>>> >>>>> FYI. >>>>> On the my BBB with the 2016-05-01 lxqt testing image >>>>> I'd not apt-get installed anything. >>>>> >>>>> I did: >>>>> sudo apt-get update >>>>> sudo apt-get upgrade >>>>> >>>>> >>>>> There were 5 packages to be upgraded: >>>>> bb-bonescript-installer-beta c9-core-installer libssl1.0.0 openssl >>>>> rcnee-access-point >>>>> >>>>> The bb-bonescript-installer-beta upgrade failed. >>>>> Killed appeared after the line CXX(target) >>>>> Release/obj.target/.../epoll.o >>>>> >>>> >>>> Fire up memtester on your board: >>>> >>>> debian@beaglebone:~$ sudo memtester 200 >>>> memtester version 4.3.0 (32-bit) >>>> Copyright (C) 2001-2012 Charles Cazabon. >>>> Licensed under the GNU General Public License version 2 (only). >>>> >>>> pagesize is 4096 >>>> pagesizemask is 0xfffff000 >>>> want 200MB (209715200 bytes) >>>> got 200MB (209715200 bytes), trying mlock ...locked. >>>> Loop 1: >>>> >>>> Regards, >>>> >>>> -- >>>> Robert Nelson >>>> https://rcn-ee.com/ >>>> >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "BeagleBoard" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/beagleboard/0ba44f13-079a-4bb2-a700-cad3a034c12b%40googlegroups.com >>> <https://groups.google.com/d/msgid/beagleboard/0ba44f13-079a-4bb2-a700-cad3a034c12b%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORoSpwyryix%3DkaZbohWQ-gmnYjiiM5wVKBRpgrwNqs%3DJVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
