2 messages in net.sourceforge.lists.courier-users[courier-users] Creating rpm with Cou...
FromSent OnAttachments
Bryan StillwellJun 2, 2000 9:28 am 
Bryan StillwellJun 2, 2000 9:52 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Creating rpm with Courier-IMAP 0.33Actions...
From:Bryan Stillwell (arc@verinet.com)
Date:Jun 2, 2000 9:28:09 am
List:net.sourceforge.lists.courier-users

I'm trying to create an RPM out of the Courier-IMAP tarball with this command ``rpm -ta courier-imap-0.33.tar.gz'', but when I do that I get this error message:

Failed to rename GES/libc.mo to /usr/src/redhat/SPECS/rpm-spec.1kNRPW:
Permission denied: No such file or directory

Yes, I'm logged in under the user bryan and not root... I also noticed when I ran strace on that command that it also couldn't find these files:

(~/courier-imap)> strace rpm -ta courier-imap-0.33.tar.gz |grep such open("/usr/share/i18n/locale.alias", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/usr/share/i18n/en_US/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/usr/share/locale/en/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/usr/share/i18n/en/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/etc/popt", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/bryan/.popt", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/rpmrc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/bryan/.rpmrc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/rpm/i686-linux/macros", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/etc/rpm/macros.specspo", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/etc/rpm/macros", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/rpm/i686-linux/macros", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/home/bryan/.rpmmacros", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/rpm.mo", O_RDONLY) = -1 ENOENT (No
such file or directory) open("/usr/share/locale/en/LC_MESSAGES/rpm.mo", O_RDONLY) = -1 ENOENT (No such
file or directory) stat("rpm-spec.Q9NElN", 0xbfffd5bc) = -1 ENOENT (No such file or directory) rename("/usr/src/redhat/SPECS/rpm-spec.Q9NElN",
"/usr/src/redhat/SPECS/rpm-spec.Q9NElN: Permission denied") = -1 ENOENT (No such
file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No
such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such
file or directory) write(2, "Failed to rename GES/libc.mo to "..., 116Failed to rename GES/libc.mo
to /usr/src/redhat/SPECS/rpm-spec.Q9NElN: Permission denied: No such file or
directory unlink("GES/libc.mo") = -1 ENOENT (No such file or directory) open("/etc/rpmrc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/bryan/.rpmrc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/rpm/i386-linux/macros", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/etc/rpm/macros.specspo", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/etc/rpm/macros", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/rpm/i386-linux/macros", O_RDONLY) = -1 ENOENT (No such file or
directory) open("/home/bryan/.rpmmacros", O_RDONLY) = -1 ENOENT (No such file or directory)

Has anyone else had this problem? If so, how did you fix it?

Thanks, Bryan