Debian PTS – Tracker – Changelog – Bugs – packages.d.o – buildd.d.o – Source
| Architecture | Version | Status | For | Buildd | State | Section | Logs | Actions |
|---|---|---|---|---|---|---|---|---|
armhf ↓ | 10.24.0~dfsg-1~deb10u4 | Build-Attempted | 621d 6h 45m | test2019 | out-of-date | web | old | all (2) | giveback |
def install(paths, dst): map(lambda path: try_copy(path, dst), paths)
File "tools/install.py", line 65, in try_copy
try_mkdir_r(os.path.dirname(target_path))
File "tools/install.py", line 40, in try_mkdir_r
os.makedirs(path)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 28] No space left on device: '/<<PKGBUILDDIR>>/debian/tmp/usr/share'
make[1]: *** [Makefile:146: install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:103: debian/stamp-makefile-install] Error 2