william@beaglebone:~$ df -h / Filesystem Size Used Avail Use% Mounted on /dev/mmcblk0p1 1.7G 1004M 536M 66% /
Thats also why I recommend to anyone who will listen. That they should create two different beaglebone images when developing. - One production image with only te bare minimum installed for the given project. - One development image with all the necessary dev packages installed. Like this one here that bloated from less than 200M to 1004M . . . Two main reasons. Why would you want to boat a production system needlessly. It can impact performance. - It's a potential added security risk. As the more you have installed, the more that is potentially exploitable. Merely a potential concern, and not necessarily fact. On Thu, May 5, 2016 at 10:50 PM, William Hermans <[email protected]> wrote: > No Rick gtk is not required. Most of these dependencies came directly off > the Nodejs github readme.md > for Nodejs v0.10.35, and I have not changed these dependencies in my > notes since ( around 2 years ago or whatever ). > > Anyway, if you look at the list of actual packages required by my small > list here, and you start seeing all kinds of garbage like xwindows stuff, > etc. You realize that package maintainers are either delinquent in > maintaining a proper dependency list, *OR* these maintainers actually use > these libraries because they already know them. > > Anyway, this was compiled on a console image that started out at just > under 200M in size. ssh . . . > > On Thu, May 5, 2016 at 10:42 PM, Rick Mann <[email protected]> wrote: > >> Is gtk required? What if I'm just making a server with no display? >> >> > On May 5, 2016, at 22:33 , William Hermans <[email protected]> wrote: >> > >> > Arrrr . . . depends . . . >> > >> > $ sudo apt-get install build-essential automake autoconf libtool >> pkg-config libcurl4-openssl-dev intltool libxml2-dev libgtk2.0-dev >> libnotify-dev libglib2.0-dev libevent-dev libssl-dev checkinstall python >> wget >> > >> > On Thu, May 5, 2016 at 10:31 PM, William Hermans <[email protected]> >> wrote: >> > 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 >> . >> > >> > 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/CALHSORp-oUKGYASMF29UNHGtS7gV9CRy%2BnqY0Nsii7b-oc_5pQ%40mail.gmail.com >> . >> > For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> Rick Mann >> [email protected] >> >> >> -- >> 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/CFB4BBFC-4740-4646-9673-A5C6F719A46C%40latencyzero.com >> . >> 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/CALHSORopkJ1ogBMjJVS-msyWcg%3DNF661B3DyWcFbU42Hk3p3ow%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
