quarnster / boxeebox-xbmc

Aiming to get xbmc up and running on the boxee box
Other
118 stars 44 forks source link

Build changes cross compile #161

Open quasar1 opened 9 years ago

quasar1 commented 9 years ago

@quarnster This is based on your master branch which is behind but seemed easier to add the changes to. I made sure I kept your recent changes (curl), and addressed the sed/gsed issues so it should build on linux or OSX fine.

The main issue I was having on Ubuntu 32 and 64bit was some of the libs linking to the built in libc iconv. I found I had to make sure zlib, libiconv and ncurses were build first so the libs found the external libiconv. Also had to export it in the configure line so Kodi found it too. Mysql config also exported in the configure so no more sudo'ing to be done when building.

Goal was to build the libs on OSX and Ubuntu 64 & 32bit without the iconv and gettext issues, I think I have succeeded. I have tested on OSX Yosemite, prerequisites as follows:

atk                     doxygen                 gmp                     jpeg                    m4                      sdl
autoconf                fakeroot                gmp4                    libffi                  mpc                     sdl_image
automake                flex                    gnu-sed                 libiconv                mpfr                    sdl_mixer
binutils                fontconfig              go                      libmpc                  mpfr2                   sdl_ttf
bison                   freetype                gobject-introspection   libmpc08                nspr                    swig
boost                   gawk3                   gtk+                    libmpdclient            nss                     taglib
brew-cask               gcc49                   harfbuzz                libpng                  pango                   texinfo
cairo                   gdk-pixbuf              icu4c                   libtiff                 pcre                    webp
cloog018                gettext                 intltool                libtool                 pixman                  xz
cmake                   glib                    isl011                  lzo                     pkg-config              yasm

Ubuntu 12.04 LTS 32bit & 15.04 LTS (but with new toolchain).

sudo apt-get install build-essential
sudo apt-get install texinfo
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install swig
sudo apt-get install default-jre
sudo apt-get install gperf
sudo apt-get install nasm
sudo apt-get install automake
sudo apt-get install autopoint
sudo apt-get install libtool
sudo apt-get install doxygen   
sudo apt-get install gettext
sudo apt-get install pkg-config
sudo apt-get install zip
sudo apt-get install golang
sudo apt-get install libgmp3-dev
sudo apt-get install libmpfr-dev
sudo apt-get install libmpfr-doc
sudo apt-get install mpc
sudo apt-get install libmpc-dev
sudo apt-get install libglib2.0-dev
sudo apt-get install intltool
sudo apt-get install libgtk2.0-dev
sudo apt-get install libgtk-3-dev
sudo apt-get install libperl-dev
sudo apt-get install libgtk2.0-doc
sudo apt-get install gtk-doc-tools
sudo apt-get install cmake
sudo apt-get install elfutils
sudo apt-get install libelf-dev
sudo apt-get install libssh2-1-dev
sudo apt-get install libncurses5-dev
sudo apt-get install ncurses-term
sudo apt-get install libterm-query-perl
sudo apt-get install xtermset
sudo apt-get install libmysqlclient-dev
sudo apt-get install libjasper-dev
sudo apt-get install libavahi-core-dev
sudo apt-get install libavahi-common-dev
sudo apt-get install libavahi-client-dev
sudo apt-get install samba
sudo apt-get install libboost-dev
sudo apt-get install libboost-thread-dev
sudo apt-get install libmicrohttpd-dev
sudo apt-get install python-imaging
sudo apt-get install libsdl-image1.2-dev
sudo apt-get install libsdl1.2-dev
sudo apt-get install libmysqlclient-dev
sudo apt-get install libavahi-compat-libdnssd-dev 
sudo apt-get install libltdl-dev 
sudo apt-get install avahi-daemon
sudo apt-get install liblzo2-dev

Updated, libssh, ffmpeg (add gnutls, make shared), taglib (static), pcre (static), downgrade libass (for now, going to retry building with the new version with yasm enabled, had problems before but should be ok now), remove enca as it isn't used at all apparently.

You can now build mysql if you want it as I have managed to get it to cross-compile, along with afpfs-ng. PVR built fine too.

I will update my github with these changes and I will do all builds on OSX Yosemite now and in the future as after testing it appears to run slightly better. A fair bit of work but worth it in the end.

Hopefully it builds OK for you...

quarnster commented 9 years ago

Not looked into it, but I'm getting:

[ 84%] Performing install step for 'libssh'
[  1%] Building C object src/CMakeFiles/ssh_shared.dir/agent.c.o
In file included from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/session.h:28,
                 from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/agent.c:56:
/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/channels.h:79: error: expected specifier-qualifier-list before 'ssh_counter'
In file included from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/agent.c:56:
/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/session.h:201: error: expected specifier-qualifier-list before 'ssh_counter'
make[8]: *** [src/CMakeFiles/ssh_shared.dir/agent.c.o] Error 1
make[7]: *** [src/CMakeFiles/ssh_shared.dir/all] Error 2
make[6]: *** [all] Error 2
make[5]: *** [libssh-prefix/src/libssh-stamp/libssh-install] Error 2
make[4]: *** [CMakeFiles/libssh.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [libs-prefix/src/libs-stamp/libs-build] Error 2
make[1]: *** [CMakeFiles/libs.dir/all] Error 2
make: *** [all] Error 2
quasar1 commented 9 years ago

That's strange it built fine for me on OSX, but saying that I found I had to do brew link --force gettext for the boxeebox-intel-sdk, and used it again to build boxeebox-xbmc. I think I also used ln -s /usr/local/bin/gsed sed

Apart from the the upgrade of libssh this line is new, so it might be worth removing that to see if it builds. :

COMMAND               sed -i.bak -e "s|-fstack-protector|-fnostack-protector|" "cmake/Modules

Edit: Here's the CMakeCache: http://pastebin.com/fmvVmYdZ

building output: http://pastebin.com/GA7fUqAe

Perhaps:

sed -i.bak -e "s|add_subdirectory(examples)||,,g" -i.bak CMakeLists.txt

Edit: I removed all patches and it still built.

quarnster commented 9 years ago

What's your output if you run:

touch libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-mkdir
make VERBOSE=1

?

Mine is:

10:08 ~/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build $ touch libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-mkdir
10:08 ~/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build $ make VERBOSE=1
/usr/local/Cellar/cmake/3.2.2/bin/cmake -H/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox -B/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_start /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/toolchain.dir/build.make CMakeFiles/toolchain.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles/toolchain.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/toolchain.dir/build.make CMakeFiles/toolchain.dir/build
make[2]: Nothing to be done for `CMakeFiles/toolchain.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles  18 19 20 21 22 23 24 25
[ 32%] Built target toolchain
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/intel.dir/build.make CMakeFiles/intel.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles/intel.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/intel.dir/build.make CMakeFiles/intel.dir/build
make[2]: Nothing to be done for `CMakeFiles/intel.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles  1 2 3 4 5 6 7 8
[ 64%] Built target intel
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libs.dir/build.make CMakeFiles/libs.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles/libs.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libs.dir/build.make CMakeFiles/libs.dir/build
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/CMakeFiles 17
[ 68%] Performing build step for 'libs'
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin/:/opt/X11/bin:/usr/texbin:/bin:/Users/quarnster/android/android-sdk-mac_86/tools:/Users/quarnster/android/android-sdk-mac_86/platform-tools:/Users/quarnster/android/android-ndk-r7:/Users/quarnster/bin:/Users/quarnster/code/3rdparty/go/bin:/Users/quarnster/code/go/bin:/Users/quarnster/.cabal/bin:/usr/local/cuda/bin:/Volumes/Skivavbild/x-tools/i686-nptl-linux-gnu/bin:/Users/quarnster/.nimble/bin:/home/quarnster/NVPACK/android-sdk-linux/platform-tools:/home/quarnster/NVPACK/android-sdk-linux/build-tools:/home/quarnster/NVPACK/android-sdk-linux/tools:/home/quarnster/NVPACK/android-ndk-r9b:/home/quarnster/NVPACK/apache-ant-1.8.2/bin:/home/quarnster/NVPACK/cuda-6.0/bin:/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/bin make
/usr/local/Cellar/cmake/3.2.2/bin/cmake -H/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs -B/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_start /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/zlib.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/build
make[5]: Nothing to be done for `CMakeFiles/zlib.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  99 100
[  2%] Built target zlib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/iconv.dir/build.make CMakeFiles/iconv.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/iconv.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/iconv.dir/build.make CMakeFiles/iconv.dir/build
make[5]: Nothing to be done for `CMakeFiles/iconv.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  33 34
[  4%] Built target iconv
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/ncurses.dir/build.make CMakeFiles/ncurses.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/ncurses.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/ncurses.dir/build.make CMakeFiles/ncurses.dir/build
make[5]: Nothing to be done for `CMakeFiles/ncurses.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  75
[  5%] Built target ncurses
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/readline.dir/build.make CMakeFiles/readline.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/readline.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/readline.dir/build.make CMakeFiles/readline.dir/build
make[5]: Nothing to be done for `CMakeFiles/readline.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  84 85
[  7%] Built target readline
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libgpg-error.dir/build.make CMakeFiles/libgpg-error.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libgpg-error.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libgpg-error.dir/build.make CMakeFiles/libgpg-error.dir/build
make[5]: Nothing to be done for `CMakeFiles/libgpg-error.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  49 50
[  9%] Built target libgpg-error
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libgcrypt.dir/build.make CMakeFiles/libgcrypt.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libgcrypt.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libgcrypt.dir/build.make CMakeFiles/libgcrypt.dir/build
make[5]: Nothing to be done for `CMakeFiles/libgcrypt.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  47 48
[ 11%] Built target libgcrypt
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gmp.dir/build.make CMakeFiles/gmp.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/gmp.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gmp.dir/build.make CMakeFiles/gmp.dir/build
make[5]: Nothing to be done for `CMakeFiles/gmp.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  30
[ 12%] Built target gmp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/afpfs-ng.dir/build.make CMakeFiles/afpfs-ng.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/afpfs-ng.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/afpfs-ng.dir/build.make CMakeFiles/afpfs-ng.dir/build
make[5]: Nothing to be done for `CMakeFiles/afpfs-ng.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  1
[ 13%] Built target afpfs-ng
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/pcre.dir/build.make CMakeFiles/pcre.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/pcre.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/pcre.dir/build.make CMakeFiles/pcre.dir/build
make[5]: Nothing to be done for `CMakeFiles/pcre.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  81 82
[ 15%] Built target pcre
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gettext.dir/build.make CMakeFiles/gettext.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/gettext.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gettext.dir/build.make CMakeFiles/gettext.dir/build
make[5]: Nothing to be done for `CMakeFiles/gettext.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  25 26
[ 17%] Built target gettext
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libxml2.dir/build.make CMakeFiles/libxml2.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libxml2.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libxml2.dir/build.make CMakeFiles/libxml2.dir/build
make[5]: Nothing to be done for `CMakeFiles/libxml2.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  70 71
[ 19%] Built target libxml2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gdbm.dir/build.make CMakeFiles/gdbm.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/gdbm.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gdbm.dir/build.make CMakeFiles/gdbm.dir/build
make[5]: Nothing to be done for `CMakeFiles/gdbm.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  23 24
[ 21%] Built target gdbm
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/bzip2.dir/build.make CMakeFiles/bzip2.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/bzip2.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/bzip2.dir/build.make CMakeFiles/bzip2.dir/build
make[5]: Nothing to be done for `CMakeFiles/bzip2.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  5 6
[ 23%] Built target bzip2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/openssl.dir/build.make CMakeFiles/openssl.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/openssl.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/openssl.dir/build.make CMakeFiles/openssl.dir/build
make[5]: Nothing to be done for `CMakeFiles/openssl.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  80
[ 24%] Built target openssl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/sqlite.dir/build.make CMakeFiles/sqlite.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/sqlite.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/sqlite.dir/build.make CMakeFiles/sqlite.dir/build
make[5]: Nothing to be done for `CMakeFiles/sqlite.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  89 90
[ 26%] Built target sqlite
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/expat.dir/build.make CMakeFiles/expat.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/expat.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/expat.dir/build.make CMakeFiles/expat.dir/build
make[5]: Nothing to be done for `CMakeFiles/expat.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  11
[ 27%] Built target expat
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libffi.dir/build.make CMakeFiles/libffi.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libffi.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libffi.dir/build.make CMakeFiles/libffi.dir/build
make[5]: Nothing to be done for `CMakeFiles/libffi.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  46
[ 28%] Built target libffi
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/python.dir/build.make CMakeFiles/python.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/python.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/python.dir/build.make CMakeFiles/python.dir/build
make[5]: Nothing to be done for `CMakeFiles/python.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  83
[ 29%] Built target python
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/glib.dir/build.make CMakeFiles/glib.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/glib.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/glib.dir/build.make CMakeFiles/glib.dir/build
make[5]: Nothing to be done for `CMakeFiles/glib.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  28 29
[ 31%] Built target glib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/dbus.dir/build.make CMakeFiles/dbus.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/dbus.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/dbus.dir/build.make CMakeFiles/dbus.dir/build
make[5]: Nothing to be done for `CMakeFiles/dbus.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  9
[ 32%] Built target dbus
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libdaemon.dir/build.make CMakeFiles/libdaemon.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libdaemon.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libdaemon.dir/build.make CMakeFiles/libdaemon.dir/build
make[5]: Nothing to be done for `CMakeFiles/libdaemon.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  44 45
[ 34%] Built target libdaemon
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/avahi.dir/build.make CMakeFiles/avahi.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/avahi.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/avahi.dir/build.make CMakeFiles/avahi.dir/build
make[5]: Nothing to be done for `CMakeFiles/avahi.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  2 3
[ 36%] Built target avahi
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/boost.dir/build.make CMakeFiles/boost.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/boost.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/boost.dir/build.make CMakeFiles/boost.dir/build
make[5]: Nothing to be done for `CMakeFiles/boost.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  4
[ 37%] Built target boost
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/rtmpdump.dir/build.make CMakeFiles/rtmpdump.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/rtmpdump.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/rtmpdump.dir/build.make CMakeFiles/rtmpdump.dir/build
make[5]: Nothing to be done for `CMakeFiles/rtmpdump.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  86 87
[ 39%] Built target rtmpdump
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/curl.dir/build.make CMakeFiles/curl.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/curl.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/curl.dir/build.make CMakeFiles/curl.dir/build
make[5]: Nothing to be done for `CMakeFiles/curl.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  7 8
[ 41%] Built target curl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/dummylibs.dir/build.make CMakeFiles/dummylibs.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/dummylibs.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/dummylibs.dir/build.make CMakeFiles/dummylibs.dir/build
make[5]: Nothing to be done for `CMakeFiles/dummylibs.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  10
[ 42%] Built target dummylibs
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/nettle.dir/build.make CMakeFiles/nettle.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/nettle.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/nettle.dir/build.make CMakeFiles/nettle.dir/build
make[5]: Nothing to be done for `CMakeFiles/nettle.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  76 77
[ 44%] Built target nettle
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gnutls.dir/build.make CMakeFiles/gnutls.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/gnutls.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gnutls.dir/build.make CMakeFiles/gnutls.dir/build
make[5]: Nothing to be done for `CMakeFiles/gnutls.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  31 32
[ 46%] Built target gnutls
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libogg.dir/build.make CMakeFiles/libogg.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libogg.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libogg.dir/build.make CMakeFiles/libogg.dir/build
make[5]: Nothing to be done for `CMakeFiles/libogg.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  57 58
[ 48%] Built target libogg
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libvorbis.dir/build.make CMakeFiles/libvorbis.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libvorbis.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libvorbis.dir/build.make CMakeFiles/libvorbis.dir/build
make[5]: Nothing to be done for `CMakeFiles/libvorbis.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  68 69
[ 50%] Built target libvorbis
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/yasm.dir/build.make CMakeFiles/yasm.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/yasm.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/yasm.dir/build.make CMakeFiles/yasm.dir/build
make[5]: Nothing to be done for `CMakeFiles/yasm.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  97 98
[ 52%] Built target yasm
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/ffmpeg.dir/build.make CMakeFiles/ffmpeg.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/ffmpeg.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/ffmpeg.dir/build.make CMakeFiles/ffmpeg.dir/build
make[5]: Nothing to be done for `CMakeFiles/ffmpeg.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  12 13
[ 54%] Built target ffmpeg
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fftw3.dir/build.make CMakeFiles/fftw3.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/fftw3.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fftw3.dir/build.make CMakeFiles/fftw3.dir/build
make[5]: Nothing to be done for `CMakeFiles/fftw3.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  14
[ 55%] Built target fftw3
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/flac.dir/build.make CMakeFiles/flac.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/flac.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/flac.dir/build.make CMakeFiles/flac.dir/build
make[5]: Nothing to be done for `CMakeFiles/flac.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  15 16
[ 57%] Built target flac
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/flex.dir/build.make CMakeFiles/flex.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/flex.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/flex.dir/build.make CMakeFiles/flex.dir/build
make[5]: Nothing to be done for `CMakeFiles/flex.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  17 18
[ 59%] Built target flex
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libpng.dir/build.make CMakeFiles/libpng.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libpng.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libpng.dir/build.make CMakeFiles/libpng.dir/build
make[5]: Nothing to be done for `CMakeFiles/libpng.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  60 61
[ 61%] Built target libpng
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/freetype2.dir/build.make CMakeFiles/freetype2.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/freetype2.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/freetype2.dir/build.make CMakeFiles/freetype2.dir/build
make[5]: Nothing to be done for `CMakeFiles/freetype2.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  20 21
[ 63%] Built target freetype2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fribidi.dir/build.make CMakeFiles/fribidi.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/fribidi.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fribidi.dir/build.make CMakeFiles/fribidi.dir/build
make[5]: Nothing to be done for `CMakeFiles/fribidi.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  22
[ 64%] Built target fribidi
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fontconfig.dir/build.make CMakeFiles/fontconfig.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/fontconfig.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fontconfig.dir/build.make CMakeFiles/fontconfig.dir/build
make[5]: Nothing to be done for `CMakeFiles/fontconfig.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  19
[ 65%] Built target fontconfig
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/giflib.dir/build.make CMakeFiles/giflib.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/giflib.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/giflib.dir/build.make CMakeFiles/giflib.dir/build
make[5]: Nothing to be done for `CMakeFiles/giflib.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  27
[ 66%] Built target giflib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libjpeg-turbo.dir/build.make CMakeFiles/libjpeg-turbo.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libjpeg-turbo.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libjpeg-turbo.dir/build.make CMakeFiles/libjpeg-turbo.dir/build
make[5]: Nothing to be done for `CMakeFiles/libjpeg-turbo.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  51
[ 67%] Built target libjpeg-turbo
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/jasper.dir/build.make CMakeFiles/jasper.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/jasper.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/jasper.dir/build.make CMakeFiles/jasper.dir/build
make[5]: Nothing to be done for `CMakeFiles/jasper.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  35
[ 68%] Built target jasper
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libao.dir/build.make CMakeFiles/libao.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libao.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libao.dir/build.make CMakeFiles/libao.dir/build
make[5]: Nothing to be done for `CMakeFiles/libao.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  36 37
[ 70%] Built target libao
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libass.dir/build.make CMakeFiles/libass.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libass.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libass.dir/build.make CMakeFiles/libass.dir/build
make[5]: Nothing to be done for `CMakeFiles/libass.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  38
[ 71%] Built target libass
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libbluray.dir/build.make CMakeFiles/libbluray.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libbluray.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libbluray.dir/build.make CMakeFiles/libbluray.dir/build
make[5]: Nothing to be done for `CMakeFiles/libbluray.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  39 40
[ 73%] Built target libbluray
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libcdio.dir/build.make CMakeFiles/libcdio.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libcdio.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libcdio.dir/build.make CMakeFiles/libcdio.dir/build
make[5]: Nothing to be done for `CMakeFiles/libcdio.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  43
[ 74%] Built target libcdio
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libcddb.dir/build.make CMakeFiles/libcddb.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libcddb.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libcddb.dir/build.make CMakeFiles/libcddb.dir/build
make[5]: Nothing to be done for `CMakeFiles/libcddb.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  41 42
[ 76%] Built target libcddb
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libmicrohttpd.dir/build.make CMakeFiles/libmicrohttpd.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libmicrohttpd.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libmicrohttpd.dir/build.make CMakeFiles/libmicrohttpd.dir/build
make[5]: Nothing to be done for `CMakeFiles/libmicrohttpd.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  52 53
[ 78%] Built target libmicrohttpd
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libmodplug.dir/build.make CMakeFiles/libmodplug.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libmodplug.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libmodplug.dir/build.make CMakeFiles/libmodplug.dir/build
make[5]: Nothing to be done for `CMakeFiles/libmodplug.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  54 55
[ 80%] Built target libmodplug
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libmpeg2.dir/build.make CMakeFiles/libmpeg2.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libmpeg2.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libmpeg2.dir/build.make CMakeFiles/libmpeg2.dir/build
make[5]: Nothing to be done for `CMakeFiles/libmpeg2.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  56
[ 81%] Built target libmpeg2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libplist.dir/build.make CMakeFiles/libplist.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libplist.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libplist.dir/build.make CMakeFiles/libplist.dir/build
make[5]: Nothing to be done for `CMakeFiles/libplist.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  59
[ 82%] Built target libplist
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libshairplay.dir/build.make CMakeFiles/libshairplay.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libshairplay.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libshairplay.dir/build.make CMakeFiles/libshairplay.dir/build
make[5]: Nothing to be done for `CMakeFiles/libshairplay.dir/build'.
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles  62 63
[ 84%] Built target libshairplay
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libssh.dir/build.make CMakeFiles/libssh.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles/libssh.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libssh.dir/build.make CMakeFiles/libssh.dir/build
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles
[ 84%] Performing download step (download, verify and extract) for 'libssh'
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src && /usr/local/Cellar/cmake/3.2.2/bin/cmake -P /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/download-libssh.cmake
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src && /usr/local/Cellar/cmake/3.2.2/bin/cmake -P /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/verify-libssh.cmake
-- verifying file...
     file='/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-a48711ae7ef890c94e2a824afb899df385c406ee.tar.gz'
-- verifying file... done
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src && /usr/local/Cellar/cmake/3.2.2/bin/cmake -P /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/extract-libssh.cmake
-- extracting...
     src='/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-a48711ae7ef890c94e2a824afb899df385c406ee.tar.gz'
     dst='/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E touch /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-download
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles
[ 84%] Performing patch step for 'libssh'
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh && patch -p0 < /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs/md5.patch
patching file include/libssh/wrapper.h
patching file src/dh.c
patching file src/kex1.c
patching file src/libcrypto.c
Hunk #1 succeeded at 229 (offset -5 lines).
patching file src/libgcrypt.c
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh && sed -e "s,add_subdirectory(examples),,g" -i.bak CMakeLists.txt
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh && sed -i.bak -e "s|-fstack-protector|-fnostack-protector|" cmake/Modules/DefineCompilerFlags.cmake
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E touch /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-patch
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles 64
[ 85%] No update step for 'libssh'
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E echo_append
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E touch /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-update
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles
[ 85%] Performing configure step for 'libssh'
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build && CFLAGS=-I/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/local/include CC=i686-pc-linux-gnu-gcc CXX=i686-pc-linux-gnu-g++ RANLIB=i686-pc-linux-gnu-ranlib cmake -DPKG_CONFIG_EXECUTABLE=i686-pc-linux-gnu-pkg-config -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_INSTALL_PREFIX=/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/local -DZLIB_ROOT=/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr -DZLIB_LIBRARIES=/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/lib/libz.so -DZLIB_INCLUDE_DIRS=/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/include /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh -DCMAKE_INSTALL_PREFIX=/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/local -DWITH_STATIC_LIB=1 -DWITH_SERVER=OFF -DWITH_GCRYPT=OFF -DWITH_EXAMPLES=0 -DTHREADS_PTHREAD_ARG=0 -DCMAKE_SHARED_LINKER_FLAGS=-ldl -DCMAKE_EXE_LINKER_FLAGS=-ldl
Re-run cmake no build system arguments
-- checking for module 'openssl'
--   package 'openssl' not found
-- checking for module 'heimdal-gssapi'
--   package 'heimdal-gssapi' not found
-- Could NOT find GSSAPI (missing:  GSSAPI_LIBRARIES)
-- Could NOT find NaCl (missing:  NACL_LIBRARIES NACL_INCLUDE_DIRS)
CMake Warning (dev) at CMakeLists.txt:100 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '@CMAKE_SHARED_LIBRARY_PREFIX@ssh@CMAKE_SHARED_LIBRARY_SUFFIX@'

  the old evaluation rules produce:

    'libssh.so'

  but the new evaluation rules produce:

    '@CMAKE_SHARED_LIBRARY_PREFIX@ssh@CMAKE_SHARED_LIBRARY_SUFFIX@'

  Using the old result for compatibility since the policy is not set.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:101 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '@CMAKE_SHARED_LIBRARY_PREFIX@ssh@CMAKE_SHARED_LIBRARY_SUFFIX@'

  the old evaluation rules produce:

    'libssh.so'

  but the new evaluation rules produce:

    '@CMAKE_SHARED_LIBRARY_PREFIX@ssh@CMAKE_SHARED_LIBRARY_SUFFIX@'
-- ********************************************

-- ********** libssh build options : **********
  Using the old result for compatibility since the policy is not set.
-- zlib support: ON
This warning is for project developers.  Use -Wno-dev to suppress it.

-- libgcrypt support: OFF
-- libnacl support: OFF
-- SSH-1 support: OFF
-- SFTP support: ON
-- Server support : OFF
-- GSSAPI support : 0
-- Pcap debugging support : ON
-- With static library: 1
-- Unit testing: OFF
-- Client code Unit testing: OFF
-- Public API documentation generation
-- Benchmarks: OFF
-- ********************************************
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E touch /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-configure
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles
[ 85%] No build step for 'libssh'
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E echo_append
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E touch /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-build
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/CMakeFiles
[ 85%] Performing install step for 'libssh'
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build && make install
/usr/local/Cellar/cmake/3.2.2/bin/cmake -H/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh -B/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_start /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/CMakeFiles /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/ssh_shared.dir/build.make src/CMakeFiles/ssh_shared.dir/depend
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/DependInfo.cmake --color=
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/dh.c" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/libcrypto.c" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Dependee "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/wrapper.h" is newer than depends file "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.internal".
Clearing dependencies in "/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src/CMakeFiles/ssh_shared.dir/depend.make".
Scanning dependencies of target ssh_shared
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/ssh_shared.dir/build.make src/CMakeFiles/ssh_shared.dir/build
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/CMakeFiles 2
[  1%] Building C object src/CMakeFiles/ssh_shared.dir/agent.c.o
cd /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src && /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/bin/i686-pc-linux-gnu-gcc  -DLIBSSH_EXPORTS -I/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/local/include  -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fPIC -fPIC -I/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build/src -I/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src -I/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include -I/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh-build -I/Volumes/android/.boxee/boxeebox-xbmc/tools/boxeebox/sysroot/usr/include    -fvisibility=hidden -o CMakeFiles/ssh_shared.dir/agent.c.o   -c /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/agent.c
In file included from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/session.h:28,
                 from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/agent.c:56:
/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/channels.h:79: error: expected specifier-qualifier-list before 'ssh_counter'
In file included from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/agent.c:56:
/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/session.h:201: error: expected specifier-qualifier-list before 'ssh_counter'
make[8]: *** [src/CMakeFiles/ssh_shared.dir/agent.c.o] Error 1
make[7]: *** [src/CMakeFiles/ssh_shared.dir/all] Error 2
make[6]: *** [all] Error 2
make[5]: *** [libssh-prefix/src/libssh-stamp/libssh-install] Error 2
make[4]: *** [CMakeFiles/libssh.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [libs-prefix/src/libs-stamp/libs-build] Error 2
make[1]: *** [CMakeFiles/libs.dir/all] Error 2
make: *** [all] Error 2
10:08 ~/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build $
quasar1 commented 9 years ago

@quarnster

http://pastebin.com/uM509ypz

-ldl troubles?

quasar1 commented 9 years ago

patch?:

diff -Naur libssh-0.6.4/cmake/Modules/DefineCompilerFlags.cmake libssh-0.6.4.patch/cmake/Modules/DefineCompilerFlags.cmake
--- libssh-0.6.4/cmake/Modules/DefineCompilerFlags.cmake    2014-09-15 20:54:34.000000000 +0200
+++ libssh-0.6.4.patch/cmake/Modules/DefineCompilerFlags.cmake  2015-04-08 09:43:51.643578533 +0200
@@ -10,7 +10,7 @@
     if (${CMAKE_C_COMPILER_ID} MATCHES "(GNU|Clang)")

         # add -Wconversion ?
-        set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -pedantic -pedantic-errors")
+        set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -pedantic")
         set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement")
         set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security")
         set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-format-attribute")