Bug 28581

Summary: RPMLINT warnings that should be fixed
Product: XCB Reporter: Johannes Obermayr <johannesobermayr>
Component: ProtocolAssignee: xcb mailing list dummy <xcb>
Status: RESOLVED NOTOURBUG QA Contact: xcb mailing list dummy <xcb>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Johannes Obermayr 2010-06-17 06:31:58 UTC
W: python-naming-policy-not-applied /usr/lib/python2.6/site-packages/xcbgen/__init__.pyo

W: files-duplicate /usr/lib/python2.6/site-packages/xcbgen/state.pyo /usr/lib/python2.6/site-packages/xcbgen/state.pyc
W: files-duplicate /usr/lib/python2.6/site-packages/xcbgen/expr.pyc /usr/lib/python2.6/site-packages/xcbgen/expr.pyo
W: files-duplicate /usr/lib/python2.6/site-packages/xcbgen/matcher.pyc /usr/lib/python2.6/site-packages/xcbgen/matcher.pyo
W: files-duplicate /usr/lib/python2.6/site-packages/xcbgen/__init__.pyo /usr/lib/python2.6/site-packages/xcbgen/__init__.pyc
W: files-duplicate /usr/lib/python2.6/site-packages/xcbgen/error.pyc /usr/lib/python2.6/site-packages/xcbgen/error.pyo
files-duplicate /usr/lib/python2.6/site-packages/xcbgen/xtypes.pyo /usr/lib/python2.6/site-packages/xcbgen/xtypes.pyc
Comment 1 Julien Cristau 2010-06-17 06:35:52 UTC
On Thu, Jun 17, 2010 at 06:31:58 -0700, bugzilla-daemon@freedesktop.org wrote:

> W: python-naming-policy-not-applied
> /usr/lib/python2.6/site-packages/xcbgen/__init__.pyo
> 
sounds like a packaging issue to me.  also looks like an empty bug, what
is the actual problem?
Comment 2 Johannes Obermayr 2010-06-17 06:47:28 UTC
(In reply to comment #1)
> On Thu, Jun 17, 2010 at 06:31:58 -0700, bugzilla-daemon@freedesktop.org wrote:
> 
> > W: python-naming-policy-not-applied
> > /usr/lib/python2.6/site-packages/xcbgen/__init__.pyo

Oh sorry. I forgot to add:
This package doesn't respect the naming policy for  python packages. Its name
should match the regular expression ^python(-|$).

> > 
> sounds like a packaging issue to me.  also looks like an empty bug, what
> is the actual problem?

RPMLINT detected that e.g. state.pyo and state.pyc are the "same" file. So it wants that one of them links to the other ...

You can see the complete build process for protos here (please search for: "cd xcbproto"):
https://build.opensuse.org/package/live_build_log?arch=i586&package=xorg-x11-proto-devel&project=home%3Ajobermayr&repository=openSUSE_Factory
Comment 3 Julien Danjou 2010-06-17 06:54:12 UTC
This is an opensuse problem, not ours.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.