I reinstalled my ports using:
Some ports I had to do manually, but all in all it went well except for openoffice.
When I build it, I am running out of diskspace, and the build fails.
The folder /usr/ports uses 46% of /usr.
I have built openoffice 4 weeks ago and there is a backup in /usr/ports/packages/portmaster-backup/.
In that folder are about 7GB of packages.
How can I free some diskspace? Or is it even possible to install the package?
Thank you!
Code:
portmaster -a -f -D
When I build it, I am running out of diskspace, and the build fails.
Code:
df /usr
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad14s2g 25306458 11936176 11345766 51% /usr
The folder /usr/ports uses 46% of /usr.
I have built openoffice 4 weeks ago and there is a backup in /usr/ports/packages/portmaster-backup/.
Code:
pkg_add /usr/ports/packages/portmaster-backup/openoffice.org-3.3.0.tbz
openoffice.org-3.3.0/openoffice.org/basis3.3/share/config/images_industrial.zip: (Empty error message)
tar: Error exit delayed from previous errors.
pkg_add: tar extract of /usr/ports/packages/portmaster-backup/openoffice.org-3.3.0.tbz failed!
pkg_add: unable to extract '/usr/ports/packages/portmaster-backup/openoffice.org-3.3.0.tbz'!
How can I free some diskspace? Or is it even possible to install the package?
Code:
# df -k
Filesystem 1024-blocks Used Avail Capacity Mounted on
/dev/ad14s2a 2026030 555060 1308888 30% /
devfs 1 1 0 100% /dev
/dev/ad14s2f 8122126 2704032 4768324 36% /home
/dev/ad14s2e 2026030 94 1863854 0% /tmp
/dev/ad14s2g 25306458 11936208 11345734 51% /usr
/dev/ad14s2d 5056558 621776 4030258 13% /var
procfs 4 4 0 100% /proc
linprocfs 4 4 0 100% /usr/compat/linux/proc
Thank you!