OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.61k stars 883 forks source link

RPi build fails - cannot find TexturePacker #4973

Closed cpswan closed 7 years ago

cpswan commented 8 years ago

Running PROJECT=RPi ARCH=arm make release results in:

CMake Error at cmake_install.cmake:32385 (file):
  file INSTALL cannot find
  "/home/chris/OpenELEC.tv/build.OpenELEC-RPi.arm-8.0-devel/kodi-49082fb/.armv6zk-openelec-linux-gnueabi/build/texturepacker/TexturePacker".

make[1]: *** [Makefile:116: install] Error 1
make[1]: Leaving directory '/home/chris/OpenELEC.tv/build.OpenELEC-RPi.arm-8.0-devel/kodi-49082fb/.armv6zk-openelec-linux-gnueabi'
make: *** [release] Error 2

I've been able to replace this one two different build VMs that I use, and with one of them I deleted my OpenELEC.tv directory and did a fresh clone.

ooOJust4FunOoo commented 7 years ago

Hello, I have the same issue when I try to build OpenELEC on a fresh install of Ubuntu 16.04, I must miss some dependencies but I do not see which ?

I'm running PROJECT=RPi2 ARCH=arm make image

CMake Error at cmake_install.cmake:32385 (file):
  file INSTALL cannot find
  "/home/just4fun/Developpement/RPi/OpenELEC.tv/build.OpenELEC-RPi2.arm-8.0-devel/kodi-49082fb/.armv7ve-openelec-linux-gnueabi/build/texturepacker/TexturePacker".

make[1]: *** [Makefile:105: install] Error 1
make[1]: Leaving directory '/home/just4fun/Developpement/RPi/OpenELEC.tv/build.OpenELEC-RPi2.arm-8.0-devel/kodi-49082fb/.armv7ve-openelec-linux-gnueabi'
Makefile:12 : la recette pour la cible « image » a échouée
make: *** [image] Erreur 2
sraue commented 7 years ago

will push a update later today, thanks much

sraue commented 7 years ago

please test with https://github.com/OpenELEC/OpenELEC.tv/commit/80c64843609fa3f6b46e94783fc3c2c52f2259a6

cpswan commented 7 years ago

Thanks @sraue LGTM - just completed a build on my 16.04 box

ooOJust4FunOoo commented 7 years ago

it worked like a charm, thank you @sraue