* ceph rpm packaging failure -- installed but unpackaged files found
@ 2016-11-08 19:02 Jeff Layton
2016-11-08 19:06 ` Ken Dreyer
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Layton @ 2016-11-08 19:02 UTC (permalink / raw)
To: Ceph Development
I needed to build some rpms from a make-srpm.sh generated srpm, and hit
this failure during the packaging phase. Something with the rgw python
bindings it appears?
The tree here is based on a38d53e1d29eefc35dd5cfb14dc0996253cdc468,
with a few cephfs patches on top.
Here's the tail end of the rpm build log:
Provides: ceph-debuginfo = 1:11.0.2-1287.gbd4abb0f7496.fc24 ceph-debuginfo(x86-64) = 1:11.0.2-1287.gbd4abb0f7496.fc24
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/jlayton/rpmbuild/BUILDROOT/ceph-11.0.2-1287.gbd4abb0f7496.fc24.x86_64
error: Installed (but unpackaged) file(s) found:
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/rgw.so
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/PKG-INFO
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/SOURCES.txt
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/dependency_links.txt
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/top_level.txt
/usr/lib64/python3.5/site-packages/rgw.cpython-35m-x86_64-linux-gnu.so
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/rgw.so
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/PKG-INFO
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/SOURCES.txt
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/dependency_links.txt
/usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/top_level.txt
/usr/lib64/python3.5/site-packages/rgw.cpython-35m-x86_64-linux-gnu.so
--
Jeff Layton <jlayton@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: ceph rpm packaging failure -- installed but unpackaged files found
2016-11-08 19:02 ceph rpm packaging failure -- installed but unpackaged files found Jeff Layton
@ 2016-11-08 19:06 ` Ken Dreyer
2016-11-08 19:17 ` Jeff Layton
0 siblings, 1 reply; 3+ messages in thread
From: Ken Dreyer @ 2016-11-08 19:06 UTC (permalink / raw)
To: Jeff Layton; +Cc: Ceph Development
Hi Jeff,
It sounds like we need a new "python-rgw" package for RPMs/DEBs so
these files are properly packaged.
- Ken
On Tue, Nov 8, 2016 at 12:02 PM, Jeff Layton <jlayton@redhat.com> wrote:
> I needed to build some rpms from a make-srpm.sh generated srpm, and hit
> this failure during the packaging phase. Something with the rgw python
> bindings it appears?
>
> The tree here is based on a38d53e1d29eefc35dd5cfb14dc0996253cdc468,
> with a few cephfs patches on top.
>
> Here's the tail end of the rpm build log:
>
> Provides: ceph-debuginfo = 1:11.0.2-1287.gbd4abb0f7496.fc24 ceph-debuginfo(x86-64) = 1:11.0.2-1287.gbd4abb0f7496.fc24
> Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/jlayton/rpmbuild/BUILDROOT/ceph-11.0.2-1287.gbd4abb0f7496.fc24.x86_64
> error: Installed (but unpackaged) file(s) found:
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/PKG-INFO
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/SOURCES.txt
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/dependency_links.txt
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/top_level.txt
> /usr/lib64/python2.7/site-packages/rgw.so
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/PKG-INFO
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/SOURCES.txt
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/dependency_links.txt
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/top_level.txt
> /usr/lib64/python3.5/site-packages/rgw.cpython-35m-x86_64-linux-gnu.so
>
>
> RPM build errors:
> Installed (but unpackaged) file(s) found:
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/PKG-INFO
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/SOURCES.txt
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/dependency_links.txt
> /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/top_level.txt
> /usr/lib64/python2.7/site-packages/rgw.so
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/PKG-INFO
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/SOURCES.txt
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/dependency_links.txt
> /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/top_level.txt
> /usr/lib64/python3.5/site-packages/rgw.cpython-35m-x86_64-linux-gnu.so
> --
> Jeff Layton <jlayton@redhat.com>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ceph rpm packaging failure -- installed but unpackaged files found
2016-11-08 19:06 ` Ken Dreyer
@ 2016-11-08 19:17 ` Jeff Layton
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Layton @ 2016-11-08 19:17 UTC (permalink / raw)
To: Ken Dreyer; +Cc: Ceph Development
Ahh ok, I didn't realize that this was new stuff. Are the gitbuilders
also failing?
Until then, is there some way to turn off support for these so
packaging can proceed? Why aren't the gitbuilders failing?
...oh, nevermind...they are:
http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-rpm-centos7-amd64-basic/log.cgi?log=a38d53e1d29eefc35dd5cfb14dc0996253cdc468
On Tue, 2016-11-08 at 12:06 -0700, Ken Dreyer wrote:
> Hi Jeff,
>
> It sounds like we need a new "python-rgw" package for RPMs/DEBs so
> these files are properly packaged.
>
> - Ken
>
> On Tue, Nov 8, 2016 at 12:02 PM, Jeff Layton <jlayton@redhat.com> wrote:
> > I needed to build some rpms from a make-srpm.sh generated srpm, and hit
> > this failure during the packaging phase. Something with the rgw python
> > bindings it appears?
> >
> > The tree here is based on a38d53e1d29eefc35dd5cfb14dc0996253cdc468,
> > with a few cephfs patches on top.
> >
> > Here's the tail end of the rpm build log:
> >
> > Provides: ceph-debuginfo = 1:11.0.2-1287.gbd4abb0f7496.fc24 ceph-debuginfo(x86-64) = 1:11.0.2-1287.gbd4abb0f7496.fc24
> > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> > Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/jlayton/rpmbuild/BUILDROOT/ceph-11.0.2-1287.gbd4abb0f7496.fc24.x86_64
> > error: Installed (but unpackaged) file(s) found:
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/PKG-INFO
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/SOURCES.txt
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/dependency_links.txt
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/top_level.txt
> > /usr/lib64/python2.7/site-packages/rgw.so
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/PKG-INFO
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/SOURCES.txt
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/dependency_links.txt
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/top_level.txt
> > /usr/lib64/python3.5/site-packages/rgw.cpython-35m-x86_64-linux-gnu.so
> >
> >
> > RPM build errors:
> > Installed (but unpackaged) file(s) found:
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/PKG-INFO
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/SOURCES.txt
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/dependency_links.txt
> > /usr/lib64/python2.7/site-packages/rgw-2.0.0-py2.7.egg-info/top_level.txt
> > /usr/lib64/python2.7/site-packages/rgw.so
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/PKG-INFO
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/SOURCES.txt
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/dependency_links.txt
> > /usr/lib64/python3.5/site-packages/rgw-2.0.0-py3.5.egg-info/top_level.txt
> > /usr/lib64/python3.5/site-packages/rgw.cpython-35m-x86_64-linux-gnu.so
> > --
> > Jeff Layton <jlayton@redhat.com>
> > --
> > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Jeff Layton <jlayton@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-08 19:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 19:02 ceph rpm packaging failure -- installed but unpackaged files found Jeff Layton
2016-11-08 19:06 ` Ken Dreyer
2016-11-08 19:17 ` Jeff Layton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.