PXE2 发表于 2005-8-26 17:55:24

SPB152_lnx86.Base在MG2.0B3上安装出错

这是个专业的PCB软件。。。
$ ./SETUP.SH


Copyright 1985-1999 by Cadence Design Systems Inc.

LICENSED SOFTWARE - REVERSE ASSEMBLY, REVERSE COMPILATION AND
REVERSE ENGINEERING PROHIBITED. The information contained in
this package is the proprietary property of Cadence Design Systems,
Inc., or its licensors, and may only be used in accordance with
the Cadence Design Systems license agreement under which this
package is provided.

Restricted Rights Notice to Government Users

Use duplication or disclosure by the Government is subject to
the restrictions as set forth in subparagraphs (c)(1)(ii) of the
Rights in Technical Data and Computer Software clause at
DFARS 252.227-7013. Unpublished - all rights reserved under the
copyright laws of the United States.

Cadence Design Systems, Inc.
555 River Oaks Parkway
San Jose, California 95134 USA



Located CDROM at /home/cqs/pcb/SPB152_lnx86.Base/CDROM1
\c

Specify path of install directory \c
to exit]: \c
/opt/SPB152

Directory /opt/SPB152 does not exist. Create? : \c
y


Creating directory /opt/SPB152
\c

Setting up softload for lnx86 in /opt/SPB152
\c

The following tar errors were detected:
\c
/bin/tar: -b1:归档中找不到
/bin/tar: 由于前面延迟的错误而退出
/bin/tar: -b1:归档中找不到
/bin/tar: 由于前面延迟的错误而退出

Could not set up SoftLoad in /opt/SPB152\c


You must have write permissions to install directory \c
and all its subdirectories
and atleast 10 MB available disk \c
space in install directory.
\c

Specify path of install directory \c
to exit]: \c

KanKer 发表于 2005-8-26 18:01:49

你用普通用户没有建立/opt及其子目录的权限。你试试用root。

PXE2 发表于 2005-8-29 09:51:48

不是阿。。我的OPT下目录建出了来的阿
用了root 也不可以阿。。

KanKer 发表于 2005-8-29 09:55:56

那就找你下载的这个文件的原因吧,可能这个文件损坏了 :)

樱家冢 发表于 2005-8-29 18:33:28

权限问题,给你的用户访问这个目录的权限。

PXE2 发表于 2005-8-31 16:04:01

我777了不可以。。

樱家冢 发表于 2005-8-31 18:59:19

Located CDROM at /home/cqs/pcb/SPB152_lnx86.Base/CDROM1
\c

在光盘上执行的吧?CDROM你就是777又有什么用呢?能变成刻录机? :mrgreen:

PXE2 发表于 2005-9-5 10:21:48

我是cp到硬盘上安装的阿,,

jiangtao9999 发表于 2005-9-5 19:31:49


/bin/tar: -b1:归档中找不到
/bin/tar: 由于前面延迟的错误而退出
/bin/tar: -b1:归档中找不到
/bin/tar: 由于前面延迟的错误而退出

????

PXE2 发表于 2005-9-9 10:47:10

是阿。。归档中找不到。。。阿////

KDE 发表于 2005-9-9 19:35:10

cp 应该能够保留原始文件的权限位,光盘文件都是只读的,目录也一样。注意复制的目录是否有正确访问权限,甚至有时需要修改文件的群组和属主。

PXE2 发表于 2005-9-26 18:30:40

我是tar解硬盘上的阿。。

xiaoyangtai 发表于 2005-10-4 21:23:25

Re: SPB152_lnx86.Base在MG2.0B3上

这是个专业的PCB软件。。。
$ ./SETUP.SH


Copyright 1985-1999 by Cadence Design Systems Inc.

LICENSED SOFTWARE - REVERSE ASSEMBLY, REVERSE COMPILATION AND
REVERSE ENGINEERING PROHIBITED. The information contained in
this package is the proprietary property of Cadence Design Systems,
Inc., or its licensors, and may only be used in accordance with
the Cadence Design Systems license agreement under which this
package is provided.

Restricted Rights Notice to Government Users

Use duplication or disclosure by the Government is subject to
the restrictions as set forth in subparagraphs (c)(1)(ii) of the
Rights in Technical Data and Computer Software clause at
DFARS 252.227-7013. Unpublished - all rights reserved under the
copyright laws of the United States.

Cadence Design Systems, Inc.
555 River Oaks Parkway
San Jose, California 95134 USA



Located CDROM at /home/cqs/pcb/SPB152_lnx86.Base/CDROM1
\c

Specify path of install directory \c
to exit]: \c
/opt/SPB152

Directory /opt/SPB152 does not exist. Create? : \c
y


Creating directory /opt/SPB152
\c

Setting up softload for lnx86 in /opt/SPB152
\c

The following tar errors were detected:
\c
/bin/tar: -b1:归档中找不到
/bin/tar: 由于前面延迟的错误而退出
/bin/tar: -b1:归档中找不到
/bin/tar: 由于前面延迟的错误而退出

Could not set up SoftLoad in /opt/SPB152\c


You must have write permissions to install directory \c
and all its subdirectories
and atleast 10 MB available disk \c
space in install directory.
\c

Specify path of install directory \c
to exit]: \c


This is due to "tar" command problem,
Find a old FC3 or FC2 tar rpm package, ex. FC3 tar-1.14-4.i386.rpm
then execute the commands below as root:
rpm -Uvh --oldpackage tar-1.14-4.i386.rpm
then everything will be going fine, enjoy.

PXE2 发表于 2005-10-9 11:18:27

谢谢果然是tar的问题。。
页: [1]
查看完整版本: SPB152_lnx86.Base在MG2.0B3上安装出错