no space left during Kodi build
#1
hey guys,

i'm trying to build kodi on raspbian with this manual:
https://github.com/xbmc/xbmc/blob/master...aspberrypi

but i got a failure, there is no more space left on my disk, during the "make" step
...i got a 16gb sd card, that should be enough, don't be?

my kodi build on osx is just about 3gb
My System: Hackintosh OSX 10.11.6; Xcode 8.0 (8A218a), Raspberry Pi 3
Hardware:
Gigabyte GA-Z170X-UD5 TH; Intel Core i7 6700K; 32GB Corsair Vengeance LPX; GeForce 950 GTX
Reply
#2
What does "df -h" report?
Reply
#3
it is complete full, strange to say is, that the make process is running for hours and than it's aborting every time, because there is no space left

Filesystem Size Used Avail Use% Mounted on
/dev/root 16G 15G 0 100% /
devtmpfs 481M 0 481M 0% /dev
tmpfs 486M 0 486M 0% /dev/shm
tmpfs 486M 6.6M 479M 2% /run
tmpfs 5.3M 4.1k 5.3M 1% /run/lock
tmpfs 486M 0 486M 0% /sys/fs/cgroup
/dev/mmcblk0p1 67M 22M 45M 33% /boot
tmpfs 98M 0 98M 0% /run/user/1000
My System: Hackintosh OSX 10.11.6; Xcode 8.0 (8A218a), Raspberry Pi 3
Hardware:
Gigabyte GA-Z170X-UD5 TH; Intel Core i7 6700K; 32GB Corsair Vengeance LPX; GeForce 950 GTX
Reply
#4
To track down where the space is used you can run du -h (or better install ncdu which is an interactive version).
Reply
#5
this are the biggest folders, all in /home

5.8GiB [##########] /firmware
2.2GiB [### ] /xbmc
1.5GiB [## ] /tools

and in root

9.5GiB [##########] /home
2.2GiB [## ] /usr
1.5GiB [# ] /opt
My System: Hackintosh OSX 10.11.6; Xcode 8.0 (8A218a), Raspberry Pi 3
Hardware:
Gigabyte GA-Z170X-UD5 TH; Intel Core i7 6700K; 32GB Corsair Vengeance LPX; GeForce 950 GTX
Reply
#6
i want to build addons for kodi on the raspberry pi. it works on my mac and now i want to build the addon for rpi and kodi
My System: Hackintosh OSX 10.11.6; Xcode 8.0 (8A218a), Raspberry Pi 3
Hardware:
Gigabyte GA-Z170X-UD5 TH; Intel Core i7 6700K; 32GB Corsair Vengeance LPX; GeForce 950 GTX
Reply
#7
(2016-09-26, 11:28)Melf11 Wrote: 5.8GiB [##########] /firmware

Ah - you presumably have the whole firmware repo checkout out from github.
That will contain every firmware release ever (currently 602).

What you could do is delete that and just check out the latest,
Code:
git clone https://github.com/raspberrypi/firmware.git --depth 1

should be a much more manageable size.
Reply
#8
okay, probably that will work, now the firmware is about 400mb, i already was wondering, why that firmare is so unbelievable big Big Grin

the py is doing the make now, hopefully there is now error appearing.

a big thanks!!
My System: Hackintosh OSX 10.11.6; Xcode 8.0 (8A218a), Raspberry Pi 3
Hardware:
Gigabyte GA-Z170X-UD5 TH; Intel Core i7 6700K; 32GB Corsair Vengeance LPX; GeForce 950 GTX
Reply
#9
oh damn... no i got this errors:

Quote:Make Error at /opt/xbmc-bcm/xbmc-dbg/i686-linux-gnu-native/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR ZLIB_LIBRARY)
Call Stack (most recent call first):
/opt/xbmc-bcm/xbmc-dbg/i686-linux-gnu-native/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindZLIB.cmake:112 (find_package_handle_standard_args)
CMakeLists.txt:44 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/xbmc/tools/depends/target/libssh/arm-linux-gnueabihf/build/CMakeFiles/CMakeOutput.log".
Makefile:23: recipe for target 'arm-linux-gnueabihf' failed
make[2]: *** [arm-linux-gnueabihf] Error 1
make[2]: Leaving directory '/home/pi/xbmc/tools/depends/target/libssh'
Makefile:114: recipe for target 'libssh' failed
make[1]: *** [libssh] Error 2
make[1]: Leaving directory '/home/pi/xbmc/tools/depends/target'
Makefile:11: recipe for target 'target/.installed-arm-linux-gnueabihf' failed
make: *** [target/.installed-arm-linux-gnueabihf] Error 2
My System: Hackintosh OSX 10.11.6; Xcode 8.0 (8A218a), Raspberry Pi 3
Hardware:
Gigabyte GA-Z170X-UD5 TH; Intel Core i7 6700K; 32GB Corsair Vengeance LPX; GeForce 950 GTX
Reply
#10
(2016-09-27, 13:24)Melf11 Wrote: oh damn... no i got this errors:

Quote:Make Error at /opt/xbmc-bcm/xbmc-dbg/i686-linux-gnu-native/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR ZLIB_LIBRARY)
Call Stack (most recent call first):
/opt/xbmc-bcm/xbmc-dbg/i686-linux-gnu-native/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindZLIB.cmake:112 (find_package_handle_standard_args)
CMakeLists.txt:44 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/xbmc/tools/depends/target/libssh/arm-linux-gnueabihf/build/CMakeFiles/CMakeOutput.log".
Makefile:23: recipe for target 'arm-linux-gnueabihf' failed
make[2]: *** [arm-linux-gnueabihf] Error 1
make[2]: Leaving directory '/home/pi/xbmc/tools/depends/target/libssh'
Makefile:114: recipe for target 'libssh' failed
make[1]: *** [libssh] Error 2
make[1]: Leaving directory '/home/pi/xbmc/tools/depends/target'
Makefile:11: recipe for target 'target/.installed-arm-linux-gnueabihf' failed
make: *** [target/.installed-arm-linux-gnueabihf] Error 2


Hi I just got the same problem with libssh.

I already have libssh-dev installed
Reply

Logout Mark Read Team Forum Stats Members Help
no space left during Kodi build0