[opensuse-factory] A package fails when building against current Factory
Hi! I receive the following error message: -------------------------------------------------------------------- package: arts SuSEconfig.permissions modified files that are not properly handled! this will break rpm -V, ask ro for details. diff for both runs of rpm -V: +/opt/kde3/bin/artswrapper should be root:root 4755. (wrong permissions 0755) -------------------------------------------------------------------- I actually do not understand what it wants. I tried to change permissions of /opt/kde3/bin/artswrapper to 4755 but this did not help. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Fri, Sep 23, 2011 at 02:17:36AM +0400, Ilya Chernykh wrote:
Hi!
I receive the following error message:
-------------------------------------------------------------------- package: arts SuSEconfig.permissions modified files that are not properly handled! this will break rpm -V, ask ro for details. diff for both runs of rpm -V: +/opt/kde3/bin/artswrapper should be root:root 4755. (wrong permissions 0755) --------------------------------------------------------------------
I actually do not understand what it wants. I tried to change permissions of /opt/kde3/bin/artswrapper to 4755 but this did not help.
Likely just a bug somewhere. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Marcus Meissner wrote:
On Fri, Sep 23, 2011 at 02:17:36AM +0400, Ilya Chernykh wrote:
I receive the following error message:
-------------------------------------------------------------------- package: arts SuSEconfig.permissions modified files that are not properly handled! this will break rpm -V, ask ro for details. diff for both runs of rpm -V: +/opt/kde3/bin/artswrapper should be root:root 4755. (wrong permissions 0755) --------------------------------------------------------------------
I actually do not understand what it wants. I tried to change permissions of /opt/kde3/bin/artswrapper to 4755 but this did not help.
Likely just a bug somewhere.
Yes. Bug in chkstat. It's nothing you can fix in your packages. Fixed permissions package is on the way. cu Ludwig -- (o_ Ludwig Nussel //\ V_/_ http://www.suse.de/ SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Fri, 2011-09-23 at 02:17 +0400, Ilya Chernykh wrote:
Hi!
I receive the following error message:
-------------------------------------------------------------------- package: arts SuSEconfig.permissions modified files that are not properly handled! this will break rpm -V, ask ro for details. diff for both runs of rpm -V: +/opt/kde3/bin/artswrapper should be root:root 4755. (wrong permissions 0755) --------------------------------------------------------------------
I actually do not understand what it wants. I tried to change permissions of /opt/kde3/bin/artswrapper to 4755 but this did not help.
I ran into the same problem on one of my packages. The issue apparently is that run_permissions is no longer the right thing when handling suid files. You can see my package on how we got over this obstacle there: https://build.opensuse.org/package/rdiff?commit=209&linkrev=base&package=open-vm-tools&project=Virtualization%3AVMware Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Friday 23 September 2011 09:59:47 Dimstar / Dominique Leuenberger wrote:
On Fri, 2011-09-23 at 02:17 +0400, Ilya Chernykh wrote:
Hi!
I receive the following error message:
-------------------------------------------------------------------- package: arts SuSEconfig.permissions modified files that are not properly handled! this will break rpm -V, ask ro for details. diff for both runs of rpm -V: +/opt/kde3/bin/artswrapper should be root:root 4755. (wrong permissions 0755) --------------------------------------------------------------------
I actually do not understand what it wants. I tried to change permissions of /opt/kde3/bin/artswrapper to 4755 but this did not help.
I ran into the same problem on one of my packages. The issue apparently is that run_permissions is no longer the right thing when handling suid files.
You can see my package on how we got over this obstacle there: https://build.opensuse.org/package/rdiff?commit=209&linkrev=base&package=ope n-vm-tools&project=Virtualization%3AVMware
I am running in the same issue and I have the %set_permissions. Everything works for 11.4, but for Factory I get the above error message from rpmlint. I am rebullding now the package again with the following line for the file in the package : %verify(not mode) %attr(4755,root,root) %{_prefix}/lib/chrome_sandbox Before when getting the error I did not have the %attr there, but I am not sure about it as that it worked before. Thanks Regards Raymond -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (5)
-
Dimstar / Dominique Leuenberger
-
Ilya Chernykh
-
Ludwig Nussel
-
Marcus Meissner
-
Raymond Wooninck