Problems problems problems Problems
#1
Posted 12 July 2005 - 02:30 AM
[smiley@localhost ~]$ tar -xzvf /home/evolution-2.2.2.tar.gz
tar: /home/wyman/evolution-2.2.2.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
I also tried this way:
[smiley@localhost ~]$ tar -xzvf /home/smiley/desktop/evolution-2.2.2.tar.gz
tar: /home/wyman/desktop/evolution-2.2.2.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
I also tried using the control center as someone suggested too but to no avail. Looks like that way only find files online and not on the local drive.
What am I doing wrong now?
Very frustrated,
smiley
[moved from Software by spinynorman]
#2
Posted 12 July 2005 - 02:46 AM
Second if I remember right you use Mandrake right? So, you won't have to install the tarball for Evolution thank God since it's on the disks and you can upmi to get it. The instructions on how to urpmi is now on this http://mandrivausers...topic=26768&hl= post (I saw that one before this one) also the problem you were having above is you need to su (be root) before you can install anything.
All of this will be old hat to you before you know it.
This post has been edited by heather1113: 12 July 2005 - 02:47 AM
#3
Posted 12 July 2005 - 03:06 AM
#4
Posted 12 July 2005 - 03:59 AM
I've installed all the available updates through the software management.
Smiley
#5
Posted 12 July 2005 - 04:19 AM
#6
Posted 12 July 2005 - 04:26 AM
Mandriva 2008.1 @ hOMe
#7
Posted 12 July 2005 - 05:04 AM
1st time
[root@localhost wyman]# tar -xzvf /home/wyman/desktop/evolution-2.2.2.tar.gz
tar: /home/wyman/desktop/evolution-2.2.2.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
2nd time
[root@localhost wyman]# tar -xzvf /home/wyman/desktop/checkinstall-1.5.3.tgz
tar: /home/wyman/desktop/checkinstall-1.5.3.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
Anymore suggestions? I can't even install checkinstall to run and turn into a rpm.
Smiley
Attached File(s)
-
desktop1.jpg (32.68K)
Number of downloads: 43
#8
Posted 12 July 2005 - 05:44 AM
Use Midnight Commander and see if its VFS also fails to open them.
Also be careful not messing around with Slackware packages- only use tarballs which contain scriptable installers.
#9
Posted 12 July 2005 - 06:33 AM
That is, press tab to complete the file name you are typing. If pressing tab doesn't do anything or point to the wrong file, that means that the file you are looking for doesn't exist in that directory.
Desktop: Athlon64 3000+ @ 2001 MHz, 1024 MB DDR, GF4 Ti4200, 2x30 GB HD,
#10
Posted 12 July 2005 - 11:52 AM
I'll give your suggestion a try.
Smiley
#11
Posted 12 July 2005 - 01:55 PM
From your description, it seems that you fall into one of the simplest mistake in Linux command line use. Capitalization matters.
You see, this is what you typed
Quote
The problem is that the directory is supposed to be named Desktop (that's right, capital D)
So try typing
tar -xzvf /home/wyman/Desktop/evolution-2.2.2.tar.gz
instead.
That should work in your case.
Of course, it's a lot easier just typing
tar -xvfz Desktop/evolution-2.2.2.tar.gz
if you are in your home directory.
Desktop: Athlon64 3000+ @ 2001 MHz, 1024 MB DDR, GF4 Ti4200, 2x30 GB HD,
#12
Posted 12 July 2005 - 04:41 PM
I didn't know that. Very interesting though. I'll try it with a capital D and post back results when I get home. Also, how do I know if I'm in the home directory?
Am I there after I type su and my password?
Thanks again,
Smiley
#13
Posted 12 July 2005 - 09:44 PM
#14
Posted 14 July 2005 - 02:16 AM
2) Also I'm trying to do the same for a checkinstall.tgz. It extracted fine but when I go to do a ./configure, it tells me no such file or directory. what am I doing wrong this time?
Thanks,
Smiley
#15
Posted 14 July 2005 - 03:53 AM
bison is a "depend". You need to download it and install it first before you can configure and install evolution. Welcome to tarballs! :lol: Use rpmfind.net to locate the correct version of the file. If you look at the output, it should give you the requirements. Look out! bison might in turn have some depends.
You do not need to make an rpm. Simply run "make$$make install" after configure runs without errors.

Sign In
Register
Help
MultiQuote