- 论坛徽章:
- 1
|
hi,大家好,小弟最近在做nanobsd的测试。需要在脚本中下载好需要的tbz安装包进行安装。可以有些包具有依赖关系。于是我把这些安装全下载到一个指定的目录进行安装,使用的命令是很遗憾,这个命令进行安装的时候很多包都会报缺少依赖关系,因此导致我需要的程序安装失败。请教如何解决这个问题。我发现安装过程中他会频繁去/var/tmp目录查找东西,但不知道什么意思日志附上,请大家帮忙看看- Requested space: 1039K bytes, free space: 403G bytes in /var/tmp/instmp.TTY6nX
- pkg_add: could not find package python26-2.6.5 !
- pkg_add: could not find package perl-5.10.1_1 !
- pkg_add: could not find package pkg-config-0.23_1 !
- pkg_add: could not find package pcre-8.02 !
- pkg_add: could not find package libiconv-1.13.1_1 !
- pkg_add: could not find package gettext-0.18_1 !
- pkg_add: could not find package glib-2.24.1_1 !
- pkg_add: could not find package gamin-0.1.10_4 !
- pkg_add: could not find package gio-fam-backend-2.24.1_1 !
- Requested space: 3805K bytes, free space: 403G bytes in /var/tmp/instmp.zOeJoW
- pkg_add: could not find package libiconv-1.13.1_1 !
- pkg_add: could not find package gettext-0.18_1 !
- Requested space: 1549K bytes, free space: 403G bytes in /var/tmp/instmp.60hZtA
- pkg_add: could not find package m4-1.4.14_1,1 !
- pkg_add: could not find package libiconv-1.13.1_1 !
- pkg_add: could not find package gettext-0.18_1 !
- Requested space: 1045K bytes, free space: 403G bytes in /var/tmp/instmp.OnfFRD
- pkg_add: could not find package expat-2.0.1_1 !
- pkg_add: could not find package pkg-config-0.23_1 !
- pkg_add: could not find package freetype2-2.3.12 !
- pkg_add: could not find package fontconfig-2.8.0,1 !
- Requested space: 1885K bytes, free space: 403G bytes in /var/tmp/instmp.jfRall
- pkg_add: could not find package renderproto-0.11 !
- pkg_add: could not find package kbproto-1.0.4 !
- pkg_add: could not find package expat-2.0.1_1 !
- pkg_add: could not find package png-1.4.3 !
- pkg_add: could not find package pkg-config-0.23_1 !
- pkg_add: could not find package pixman-0.16.6 !
- pkg_add: could not find package xproto-7.0.16 !
- pkg_add: could not find package libXau-1.0.5 !
- pkg_add: could not find package libXdmcp-1.0.3 !
- pkg_add: could not find package freetype2-2.3.12 !
- pkg_add: could not find package fontconfig-2.8.0,1 !
- pkg_add: could not find package libpthread-stubs-0.3_3 !
- pkg_add: could not find package libxcb-1.6 !
- pkg_add: could not find package xcb-util-0.3.6_1 !
- pkg_add: could not find package libX11-1.3.3,1 !
- pkg_add: could not find package libXrender-0.9.5 !
- Requested space: 34K bytes, free space: 403G bytes in /var/tmp/instmp.M3XK9z
- Requested space: 27K bytes, free space: 403G bytes in /var/tmp/instmp.WcXcHl
- Requested space: 2352K bytes, free space: 403G bytes in /var/tmp/instmp.QdQVgf
- pkg_add: could not find package font-util-1.0.2 !
- Requested space: 579K bytes, free space: 403G bytes in /var/tmp/instmp.QUrYgb
- Requested space: 1296 bytes, free space: 403G bytes in /var/tmp/instmp.KvxSba
- tar: Unrecognized archive format
- tar: +CONTENTS: Not found in archive
- tar: Error exit delayed from previous errors.
- pkg_add: tar extract of /packages/fetch.sh failed!
- pkg_add: unable to extract table of contents file from '/packages/fetch.sh' - not a package?
- Requested space: 41K bytes, free space: 403G bytes in /var/tmp/instmp.hCbkjA
- Requested space: 1309K bytes, free space: 403G bytes in /var/tmp/instmp.bT1IdA
- pkg_add: could not find package pkg-config-0.23_1 !
- pkg_add: could not find package xproto-7.0.16 !
- pkg_add: could not find package libfontenc-1.0.5 !
- pkg_add: could not find package freetype2-2.3.12 !
- pkg_add: could not find package mkfontscale-1.0.7 !
- pkg_add: could not find package mkfontdir-1.0.5 !
- pkg_add: could not find package fontconfig-2.8.0,1 !
- Requested space: 572K bytes, free space: 403G bytes in /var/tmp/instmp.Mg1dlX
- pkg_add: could not find package pkg-config-0.23_1 !
- pkg_add: could not find package xproto-7.0.16 !
- pkg_add: could not find package libfontenc-1.0.5 !
- pkg_add: could not find package freetype2-2.3.12 !
- pkg_add: could not find package mkfontscale-1.0.7 !
复制代码 |
|