**** BEGIN LOGGING AT Sat Jul 30 02:59:58 2016 Jul 30 04:44:55 Hello, I have installed Fluidsynth onto an Intel Edison following this guide: < http://www.instructables.com/id/MIDI-SoundFont-synthetizer-with-Intel-Edison-and-F/?ALLSTEPS >. Jul 30 04:45:11 I am trying to compile this: < http://fluidsynth.sourceforge.net/api/index.html#Sequencer >, I have an error that is probably very easy to resolve. The code compiles successfully, but when I run it I get the error: "error while loading shared libraries: libfluidsynth.so.1: cannot open shared object file: No such file or directory" How do I resolve this error? I'm sure I just need to put some file in the right place or add a path s Jul 30 05:11:41 Technicus: how did you install/build it Jul 30 05:12:20 cross compile or did you compile it on edison itself ? Jul 30 05:13:01 its native I see Jul 30 05:14:06 khem: followed the tutorial: `#tar zxvf fluidsynth-1.1.6.tar.gz`, `#cd fluidsynth-1.1.6`, `#./configure`, `#make`, `#make check`, `#make install`, `#make clean`. Jul 30 05:14:21 ok and it worked ? Jul 30 05:18:39 can you try find /usr -name "libfluidsynth.so.1" Jul 30 05:24:48 I think its ending up in /usr/local/lib64 and its not in LD_LIBRARY_PATH Jul 30 05:24:58 so set this Jul 30 05:25:20 export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64 Jul 30 05:25:28 and rerun your app Jul 30 05:25:55 Technicus: try these steps above Jul 30 05:29:24 I think I screwed up the file. Jul 30 05:38:32 khem: It appears as though the root directory is full. Jul 30 05:38:52 Is there a package install cache that I can remove? Jul 30 05:48:38 I can't do anything now that the root is full. Jul 30 10:59:46 is there anybody tried to build gnome-shell without x11 dependency? Jul 30 19:14:10 hello everyone Jul 30 19:52:06 Hi I'm very new to the yocto project and linux. I am trying to build linux for an inhand fingertip4 with a Marvell PXA270 Processor. I'm having trouble determing if there is a supporting BSP or i have to create one. cCan someone provide some guidence? Thank you in advance Jul 30 19:54:40 The first thing is was gonna do is to build a minimal yocto linux with the beaglebone target. This seems to be the ony ARM BSP available. **** BEGIN LOGGING AT Sun Jul 31 02:35:18 2016 **** ENDING LOGGING AT Sun Jul 31 02:59:58 2016