[opensuse-packaging] Help resolving file list check error for Python package
Hi, Can someone please help me to resolve the error shown in the following log? https://build.opensuse.org/package/live_build_log?arch=x86_64&package=python-pep8&project=Virtualization%3ACloud%3AOpenStack&repository=SLE_11_SP1 Thanks, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU Software Engineer Consultant LINUX rschweikert@novell.com 781-464-8147 Novell Making IT Work As One -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
2011/1/29 Robert Schweikert <rschweikert@novell.com>:
Can someone please help me to resolve the error shown in the following log?
If it's architecture independent it makes little sense to use lib64. If it's really arch-independent the files should be installed in %python_sitelib and not in python_sitearch. See: - http://en.opensuse.org/openSUSE:Packaging_Python - http://lists.opensuse.org/opensuse-packaging/2009-08/msg00021.html - http://lists.opensuse.org/opensuse-packaging/2009-08/msg00110.html -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On 01/29/2011 07:04 AM, Cristian Morales Vega wrote:
2011/1/29 Robert Schweikert <rschweikert@novell.com>:
Can someone please help me to resolve the error shown in the following log?
If it's architecture independent it makes little sense to use lib64. If it's really arch-independent the files should be installed in %python_sitelib and not in python_sitearch. See: - http://en.opensuse.org/openSUSE:Packaging_Python - http://lists.opensuse.org/opensuse-packaging/2009-08/msg00021.html - http://lists.opensuse.org/opensuse-packaging/2009-08/msg00110.html
Thanks, not doing anything special in the spec file: %install %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES Thus, I need to ask my question differently. Why does this error only show up on 64 bit for SLES 11 SP1, and how do I avoid it there as all other builds (openSUSE_11.3 and openSUSE_Factory) appear to be happy. Thanks, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU Software Engineer Consultant LINUX rschweikert@novell.com 781-464-8147 Novell Making IT Work As One -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
2011/1/29 Robert Schweikert <rschweikert@novell.com>:
Thanks, not doing anything special in the spec file:
%install %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
Thus, I need to ask my question differently. Why does this error only show up on 64 bit for SLES 11 SP1, and how do I avoid it there as all other builds (openSUSE_11.3 and openSUSE_Factory) appear to be happy.
I think you can't create noarch python modules in pre-11.2 (that would include SLE_11_SP1) systems. That's what Jan Matejek fixed. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On 01/29/2011 07:54 AM, Cristian Morales Vega wrote:
2011/1/29 Robert Schweikert <rschweikert@novell.com>:
Thanks, not doing anything special in the spec file:
%install %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
Thus, I need to ask my question differently. Why does this error only show up on 64 bit for SLES 11 SP1, and how do I avoid it there as all other builds (openSUSE_11.3 and openSUSE_Factory) appear to be happy.
I think you can't create noarch python modules in pre-11.2 (that would include SLE_11_SP1) systems. That's what Jan Matejek fixed.
Thanks -- Robert Schweikert MAY THE SOURCE BE WITH YOU Software Engineer Consultant LINUX rschweikert@novell.com 781-464-8147 Novell Making IT Work As One -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Cristian Morales Vega
-
Robert Schweikert