Current time: 05-08-2024, 03:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
Error message during installation
Author Message
avinash.godara Offline


Posts: 3
Joined: May 2009
Reputation: 0
Post: #1
Error message during installation
hi,
when giving following command:-
sudo rpm -Uhv rpmforge-release-0.3.6-1.el5.rf.i386.rpm
an error appears:-
sudo: please use single character options

i continued to install but when gave command:
sudo rpmbuild -ta courier-authlib-0.62.1.tar.bz2

again an error msg appeared:-
bunzip2:I/O or other error, bailing out. Possible reason follows.
bunzip2: Broken pipe
Input file = (stdin), out file = (stdout)
error: Failed to rename ~/rpm/SPECS/rpm-spec.aAISuq to ~/rpm/SPECS/rpm-spec.aAISuq : No such file or directory


Please help in resolving the error
05-22-2009 03:58 AM
Find all posts by this user Quote this message in a reply
polarbear541 Offline


Posts: 3
Joined: May 2009
Reputation: 0
Post: #2
RE: Error message during installation
I have had the same problem!

I think it is when you echo the rpm macros over to that directory
05-22-2009 04:45 AM
Find all posts by this user Quote this message in a reply
avinash.godara Offline


Posts: 3
Joined: May 2009
Reputation: 0
Post: #3
RE: Error message during installation
(05-22-2009 04:45 AM)polarbear541 Wrote:  I have had the same problem!

I think it is when you echo the rpm macros over to that directory

How to resolve this error.Please suggest

Thanks
05-22-2009 03:22 PM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #4
RE: Error message during installation
avinash.godara Wrote:
Code:
sudo rpm -Uhv rpmforge-release-0.3.6-1.el5.rf.i386.rpm
sudo: please use single character options

This seems to be an escaping problem. The "-Uhv" arguments are for the "rpm" command, but "sudo" is the one receiving them. Try calling it this way:
Code:
sudo rpm -- rpmforge-release-0.3.6-1.el5.rf.i386.rpm -Uhv

(I'm not sure if it will work)
05-22-2009 04:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
oddyutza Offline
Junior Member
*

Posts: 132
Joined: Mar 2007
Reputation: 2
Post: #5
RE: Error message during installation
try to su first, then rpm as root!
05-22-2009 04:58 PM
Find all posts by this user Quote this message in a reply
seachen Offline


Posts: 3
Joined: Aug 2009
Reputation: 0
Post: #6
RE: Error message during installation
Thanks you.

There is another error as below:

Quote:[root@hoix210709 downloads]# rpmbuild -ta courier-imap-4.4.1.tar.bz2

bunzip2: I/O or other error, bailing out. Possible reason follows.
bunzip2: Broken pipe
Input file = (stdin), output file = (stdout)
error: Failed to rename ~/rpm/SPECS/rpm-spec.eox3VZ to ~/rpm/SPECS/rpm-spec.eox3VZ: No such file or directory: No such file or directory
[root@hoix210709 downloads]#

What is the problem?
08-14-2009 02:05 AM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #7
RE: Error message during installation
Did rpmforge-release install correctly!?
08-14-2009 02:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)