d4rk50ul1 / klipper-on-android

Using Android to run Klipper, Moonraker, Mainsail/Fuidd, and KlipperScreen
GNU General Public License v3.0
110 stars 22 forks source link

Installing required packages failed! #25

Closed kobzzon closed 1 year ago

kobzzon commented 1 year ago

/=======================================================\ | ~~~~~ [ KIAUH ] ~~~~~ | | Klipper Installation And Update Helper | | ~~~~~~~~~ | \=======================================================/

Initializing Klipper installation ...
/=======================================================\ Please select your preferred Python version. The recommended version is Python 3.x.
1) [Python 3.x] (recommended)
2) [Python 2.7] (legacy)
-------------------------------------------------------
B) « Back

\=======================================================/

Select Python version: 1

[➔] Python 3.x

/=======================================================\ Please select the number of Klipper instances to set up. The number of Klipper instances will determine the amount of printers you can run from this host.
WARNING:
Setting up too many instances may crash your system.
-------------------------------------------------------
B) « Back

\=======================================================/

Number of Klipper instances to set up: 1

[➔] Instance count: 1

Installing single Klipper instance ...
Checking for the following dependencies:

● git [✓ OK] Dependencies already met!

Cloning Klipper from https://github.com/Klipper3d/klipper ...

Cloning into '/home/klipper/klipper'... remote: Enumerating objects: 41434, done. remote: Total 41434 (delta 0), reused 0 (delta 0), pack-reused 41434 Receiving objects: 100% (41434/41434), 103.99 MiB | 1.90 MiB/s, done. Resolving deltas: 100% (32035/32035), done. Checking out files: 100% (1815/1815), done. Already on 'master' Your branch is up to date with 'origin/master'.

Reading dependencies...

virtualenv python3-dev libffi-dev build-essential libncurses-dev libusb-dev avrdude gcc-avr binutils-avr avr-libc stm32flash libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi libusb-1.0 pkg-config dfu-util

Updating package lists...

Hit:1 http://ftp.debian.org/debian buster InRelease Reading package lists... Done

Installing required packages...

Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libusb-1.0-0' for regex 'libusb-1.0' Note, selecting 'libusb-1.0-0-dev' for regex 'libusb-1.0' Note, selecting 'libusb-1.0-doc' for regex 'libusb-1.0' avr-libc is already the newest version (1:2.0.0+Atmel3.6.1-2). avrdude is already the newest version (6.3-20171130+svn1429-2). binutils-arm-none-eabi is already the newest version (2.31.1-12+11). binutils-avr is already the newest version (2.26.20160125+Atmel3.6.1-4). build-essential is already the newest version (12.6). dfu-util is already the newest version (0.9-1). gcc-arm-none-eabi is already the newest version (15:7-2018-q2-6). gcc-avr is already the newest version (1:5.4.0+Atmel3.6.1-2). libffi-dev is already the newest version (3.2.1-9). libusb-dev is already the newest version (2:0.1.12-32). libusb-1.0-0 is already the newest version (2:1.0.22-2). libusb-1.0-0-dev is already the newest version (2:1.0.22-2). libusb-1.0-doc is already the newest version (2:1.0.22-2). libncurses-dev is already the newest version (6.1+20181013-2+deb10u2). pkg-config is already the newest version (0.29-6). virtualenv is already the newest version (15.1.0+ds-2+deb10u1). python3-dev is already the newest version (3.7.3-1). stm32flash is already the newest version (0.5-1+b1). The following additional packages will be installed: libstdc++-arm-none-eabi-newlib Suggested packages: libnewlib-doc The following NEW packages will be installed: libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/143 MB of archives. After this operation, 1218 MB of additional disk space will be used. (Reading database ... 28126 files and directories currently installed.) Preparing to unpack .../libnewlib-arm-none-eabi_3.1.0.20181231-1_all.deb ... Unpacking libnewlib-arm-none-eabi (3.1.0.20181231-1) ... dpkg: error processing archive /var/cache/apt/archives/libnewlib-arm-none-eabi_3.1.0.20181231-1_all.deb (--unpack): cannot copy extracted data for './usr/lib/arm-none-eabi/newlib/thumb/v6-m/libc.a' to '/usr/lib/arm-none-eabi/newlib/thumb/v6-m/libc.a.dpkg-new': failed to write (No space left on device) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Preparing to unpack .../libstdc++-arm-none-eabi-newlib_15%3a7-2018-q2-5+12_all.deb ... Unpacking libstdc++-arm-none-eabi-newlib (15:7-2018-q2-5+12) ... dpkg: error processing archive /var/cache/apt/archives/libstdc++-arm-none-eabi-newlib_15%3a7-2018-q2-5+12_all.deb (--unpack): cannot copy extracted data for './usr/lib/arm-none-eabi/newlib/libstdc++.a' to '/usr/lib/arm-none-eabi/newlib/libstdc++.a.dpkg-new': failed to write (No space left on device) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libnewlib-arm-none-eabi_3.1.0.20181231-1_all.deb /var/cache/apt/archives/libstdc++-arm-none-eabi-newlib_15%3a7-2018-q2-5+12_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

Installing required packages failed!