lb build stops at humanity-icon-theme
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
After Colin Watson post on <email address hidden>
Once only:
$ mkdir -p auto
$ ln -sf /usr/share/
+ my patch (Bug #893589)
Each time:
$ export PROJECT=xubuntu SUITE=oneiric ARCH=i386 MIRROR=http://
$ sudo lb clean
$ lb config
$ sudo lb build
the build stops with these messages
Processing triggers for ureadahead ...
Errors were encountered while processing:
/var/cache/
/var/cache/
E: Sub-process /usr/bin/dpkg returned an error code (1)
P: Begin unmounting filesystems...
I don't know how to find out what was going wrong.
Ph.L.
I tried to manually install in the chroot/
apt-get install humanity-icon-theme
also fails with
Unpacking humanity-icon-theme (from .../humanity- icon-theme_ 0.5.3.11_ all.deb) ... apt/archives/ humanity- icon-theme_ 0.5.3.11_ all.deb (--unpack): icons/Humanity/ places/ 48/folder- remote- ftp.icon' : No space left on device
dpkg: error processing /var/cache/
unable to install new version of `/usr/share/
Of course there is plenty of space :
df -h .
Filesystem Size Used Avail Use% Mounted on
- 15G 2.7G 8.3G 25% /
Ph.L.