| Author |
Message |
CRiSP
Joined: 28 May 2001 Posts: 168
|
08 Jun 2003 1:50 ic5 install problem |
|
|
|
when i install ic5 for linux at redhat9,it says:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
/home/chensw/eda/cadence/cadmos/install/bin.lnx86/softload: line 1412:
Could not extract information from FS.0 of CD#1.
Could not get platform or release information: command not found
how do i solve ?
|
|
| Back to top |
|
 |
Amuro
Joined: 15 Mar 2002 Posts: 293 Helped: 3
|
08 Jun 2003 3:01 |
|
|
|
| I think I've found some error warning messages like this when I tried to IC50 in Solaris with the recent version of "tar" program. Therefore, I went backward using the older version and it work!! Perhaps you may face the same situation.
|
|
| Back to top |
|
 |
CRiSP
Joined: 28 May 2001 Posts: 168
|
08 Jun 2003 3:06 old version!!!!!!! |
|
|
|
| Amuro wrote: |
| I think I've found some error warning messages like this when I tried to IC50 in Solaris with the recent version of "tar" program. Therefore, I went backward using the older version and it work!! Perhaps you may face the same situation. |
old version?
red hat or tar old version?
|
|
| Back to top |
|
 |
Amuro
Joined: 15 Mar 2002 Posts: 293 Helped: 3
|
08 Jun 2003 8:31 |
|
|
|
| Only "tar" program.
|
|
| Back to top |
|
 |
CRiSP
Joined: 28 May 2001 Posts: 168
|
08 Jun 2003 13:28 help |
|
|
|
| Amuro wrote: |
| Only "tar" program. |
can you give me an old tar package ?
|
|
| Back to top |
|
 |
Amuro
Joined: 15 Mar 2002 Posts: 293 Helped: 3
|
09 Jun 2003 2:55 |
|
|
|
I think "tar"'s version of Redhat 8 is OK. Then go to this site and get the rpm.
http://www.rpmfind.net//linux/RPM/redhat/8.0/i386/tar-1.13.25-8.i386.html
Force to install it to another path of your default tar program (use symbolic link to point the system to use the old tar for a while), so after complete IC5 installation, you can switch back to use your new one.
|
|
| Back to top |
|
 |
CRiSP
Joined: 28 May 2001 Posts: 168
|
09 Jun 2003 3:00 thanks! |
|
|
|
| Amuro wrote: |
I think "tar"'s version of Redhat 8 is OK. Then go to this site and get the rpm.
http://www.rpmfind.net//linux/RPM/redhat/8.0/i386/tar-1.13.25-8.i386.html
Force to install it to another path of your default tar program (use symbolic link to point the system to use the old tar for a while), so after complete IC5 installation, you can switch back to use your new one. |
thanks!
|
|
| Back to top |
|
 |
CRiSP
Joined: 28 May 2001 Posts: 168
|
09 Jun 2003 12:14 Re: thanks! |
|
|
|
| chsw wrote: |
| Amuro wrote: |
I think "tar"'s version of Redhat 8 is OK. Then go to this site and get the rpm.
http://www.rpmfind.net//linux/RPM/redhat/8.0/i386/tar-1.13.25-8.i386.html
Force to install it to another path of your default tar program (use symbolic link to point the system to use the old tar for a while), so after complete IC5 installation, you can switch back to use your new one. |
thanks! |
but,when i install,it says:
Preparing... ########################################### [100%]
package tar-1.13.25-11 (which is newer than tar-1.13.25- is already installed
file /bin/tar from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
file /usr/share/info/tar.info.gz from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
file /usr/share/man/man1/tar.1.gz from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
how do i?
|
|
| Back to top |
|
 |
CRiSP
Joined: 28 May 2001 Posts: 168
|
09 Jun 2003 12:53 Re: thanks! |
|
|
|
| chsw wrote: |
| chsw wrote: |
| Amuro wrote: |
I think "tar"'s version of Redhat 8 is OK. Then go to this site and get the rpm.
http://www.rpmfind.net//linux/RPM/redhat/8.0/i386/tar-1.13.25-8.i386.html
Force to install it to another path of your default tar program (use symbolic link to point the system to use the old tar for a while), so after complete IC5 installation, you can switch back to use your new one. |
thanks! |
but,when i install,it says:
Preparing... ########################################### [100%]
package tar-1.13.25-11 (which is newer than tar-1.13.25- is already installed
file /bin/tar from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
file /usr/share/info/tar.info.gz from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
file /usr/share/man/man1/tar.1.gz from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
how do i? |
it seems that 7.2 tar is also
who can help me?
|
|
| Back to top |
|
 |
srik
Joined: 09 Feb 2002 Posts: 167
|
09 Jun 2003 13:06 |
|
|
|
uninstall previous tar!
rpm -e <old_tar_name>
you may also use gtar instead of tar.
|
|
| Back to top |
|
 |
CRiSP
Joined: 28 May 2001 Posts: 168
|
09 Jun 2003 13:26 |
|
|
|
| srik wrote: |
uninstall previous tar!
rpm -e <old_tar_name>
you may also use gtar instead of tar. |
yes!
now ,i have installed an old tar(8.0/7.2) version package at redhat9
but ,when i install ic5,it still says above the error.
|
|
| Back to top |
|
 |
Amuro
Joined: 15 Mar 2002 Posts: 293 Helped: 3
|
09 Jun 2003 13:27 |
|
|
|
| chsw wrote: |
but,when i install,it says:
Preparing... ########################################### [100%]
package tar-1.13.25-11 (which is newer than tar-1.13.25- is already installed
file /bin/tar from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
file /usr/share/info/tar.info.gz from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
file /usr/share/man/man1/tar.1.gz from install of tar-1.13.25-8 conflicts with file from package tar-1.13.25-11
how do i? |
I've 2 solutions in this case. Firstly, try to use --oldpackage with "rpm" command to downgrade your "tar" program to the older version. The other is build the older "tar" from its source (tar-1.13.25-8.src.rpm) and place it in somewhere e.g. /tmp and uses symbolic link for your temporary calling older "tar".
|
|
| Back to top |
|
 |
Amuro
Joined: 15 Mar 2002 Posts: 293 Helped: 3
|
09 Jun 2003 13:38 |
|
|
|
Oh, Sorry! It seem I'm too late to post the above comment.
So if your problem is still exist, I have no idea how to solve. It probably be there are some other libraries not match to IC50. I've heard some e.g. glibc. The other experts may can give you another advice. Furthermore downgrading your RH release may be a good choice.
|
|
| Back to top |
|
 |