Подскажите, пожалуйста, по следующей проблеме:
Система FreeBSD 8.0-RELEASE
При обновлении порта (opera) посредством portupgrade процесс вылетает с ошибкой
Код: Выделить всё
/: write failed, filesystem is full
Traceback (most recent call last):
File "../tools/g-ir-scanner", line 38, in <module>
sys.exit(scanner_main(sys.argv))
File "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.14/giscanner/scannermain.py", line 284, in scanner_main
transformer.register_include(include_obj)
File "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.14/giscanner/transformer.py", line 113, in register_include
self._parse_include(filename)
File "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.14/giscanner/transformer.py", line 139, in _parse_include
self._cachestore.store(filename, parser)
File "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.14/giscanner/cachestore.py", line 112, in store
shutil.move(tmp_filename, store_filename)
File "/usr/local/lib/python2.6/shutil.py", line 260, in move
copy2(src, real_dst)
File "/usr/local/lib/python2.6/shutil.py", line 95, in copy2
copyfile(src, dst)
File "/usr/local/lib/python2.6/shutil.py", line 52, in copyfile
copyfileobj(fsrc, fdst)
File "/usr/local/lib/python2.6/shutil.py", line 31, in copyfileobj
fdst.write(buf)
IOError: [Errno 28] No space left on device
gmake[2]: *** [GObject-2.0.gir] Ошибка 1
gmake[2]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.14/gir'
gmake[1]: *** [all-recursive] Ошибка 1
gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.14'
gmake: *** [all] Ошибка 2
*** Error code 1
Stop in /usr/ports/devel/gobject-introspection.
*** Error code 1
Stop in /usr/ports/multimedia/gstreamer.
*** Error code 1
Stop in /usr/ports/multimedia/gstreamer-plugins.
*** Error code 1
Stop in /usr/ports/audio/gstreamer-plugins-vorbis.
*** Error code 1
Stop in /usr/ports/www/opera.
*** Error code 1
Stop in /usr/ports/www/opera.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20100921-8022-rdds8d-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=opera-10.00.20090830 UPGRADE_PORT_VER=10.00.20090830 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! www/opera (opera-10.00.20090830) (unknown build error)
Код: Выделить всё
# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s2a 496M 491M -35M 108% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad0s2e 496M 62M 394M 14% /tmp
/dev/ad0s2f 35G 8.7G 23G 27% /usr
/dev/ad0s2d 3.8G 148M 3.4G 4% /var
linprocfs 4.0K 4.0K 0B 100% /usr/compat/linux/proc
linsysfs 4.0K 4.0K 0B 100% /usr/compat/linux/sysЗаранее благодарю за помощь!
