Bug 812221 - object-strorage: srpms installation failure
Summary: object-strorage: srpms installation failure
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: object-storage
Version: pre-release
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Junaid
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-04-13 07:00 UTC by Saurabh
Modified: 2016-01-19 06:10 UTC (History)
3 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:46:30 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions: 3.3.0qa38 and gluster-swift-plugin-1.0
Embargoed:


Attachments (Terms of Use)

Description Saurabh 2012-04-13 07:00:37 UTC
Description of problem:
installing the srpms is failing 

with this message,
[root@QA-91 ~]# cd swift/
[root@QA-91 swift]# ls
swift-1.4.8-1.src.rpm  swift-plugin-1.0-1.src.rpm
[root@QA-91 swift]# rpm -i swift-1.4.8-1.src.rpm 
warning: user makerpm does not exist - using root
warning: group makerpm does not exist - using root
warning: user makerpm does not exist - using root
warning: group makerpm does not exist - using root
[root@QA-91 swift]# rpm -i swift-plugin-1.0-1.src.rpm 
warning: user makerpm does not exist - using root
warning: group makerpm does not exist - using root
warning: user makerpm does not exist - using root
warning: group makerpm does not exist - using root
[root@QA-91 swift]# 



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. execute the rpm -i <.rpm>
2.
3.
  
Actual results:
the failure while installing the rpms

Expected results:
the installation should happen without the above mentioned errors

Additional info:

Comment 1 Junaid 2012-04-13 07:24:26 UTC
Building rpm's with root as user fixes the problem.

Comment 2 Saurabh 2012-04-13 08:08:18 UTC
[root@QA-92 swift]# 
[root@QA-92 swift]# rpm -i swift-1.4.8-1.src.rpm 
warning: user makerpm does not exist - using root
warning: group makerpm does not exist - using root
[root@QA-92 swift]# rpm -i swift-plugin-1.0-1.src.rpm 
warning: user makerpm does not exist - using root
warning: group makerpm does not exist - using root

Comment 3 Junaid 2012-04-13 09:01:58 UTC
Even though I built the rpm's as root, the files beneath still had user as makerpm. I have changed the owner as root now. It should work.

Comment 4 Saurabh 2012-04-24 11:42:20 UTC
works this time without issues,


[root@QA-91 ~]# ls -R rpmbuild/
rpmbuild/:
SOURCES  SPECS

rpmbuild/SOURCES:
gluster.patch                 gluster-swift-functions            gluster-swift-proxy.init       openstack-swift-nonet.patch
gluster-swift-account.init    gluster-swift-object.init          openstack-swift-docmod.patch   swift-1.4.8.tar.gz
gluster-swift-container.init  gluster-swift-plugin-1.0-1.tar.gz  openstack-swift-newdeps.patch

rpmbuild/SPECS:
gluster-swift-plugin.spec  gluster-swift.spec
[root@QA-91 ~]#


Note You need to log in before you can comment on or make changes to this bug.