[opensuse-packaging] /usr/bin/chkstat modified files that are not properly handled!
Hi, an attempt to build virtualbox 5.0.24 for 13.2 fails with: [ 186s] package: virtualbox [ 186s] /usr/bin/chkstat modified files that are not properly handled! [ 186s] this will break rpm -V, ask ro for details. [ 186s] diff for both runs of rpm -V: [ 186s] +.M....... /usr/lib/virtualbox/VBoxHeadless [ 186s] +.M....... /usr/lib/virtualbox/VBoxNetAdpCtl [ 186s] +.M....... /usr/lib/virtualbox/VBoxNetDHCP [ 186s] +.M....... /usr/lib/virtualbox/VBoxSDL in: https://build.opensuse.org/project/monitor/home:frispete:Kernel-stable There are actually two fail pattern: one is due to g++ exceeding available memory (that didn't happened the the latest build attempt), hence both builds fail with above error message. I can see this sequence in %post: %post /sbin/ldconfig #skip the fill up part and enable vboxdrv by default %fillup_and_insserv -f -y vboxdrv #setup our sysconfig file /etc/sysconfig/vbox %fillup_only -an vbox %set_permissions %{_vbox_instdir}/VBoxNetDHCP %set_permissions %{_vbox_instdir}/VBoxNetAdpCtl %set_permissions %{_vbox_instdir}/VBoxHeadless %set_permissions %{_vbox_instdir}/VBoxSDL Question is, why can't chkstat deal with it (or rather ignore those), since their permissions depend on a variable system setting anyway?!? Obviously, Leap has this problem fixed, question is, how do I handle this for 13.2 correctly? TIA, Pete -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Something wrong with this issue on my side? I forgot to mention, that local builds succeed. I hoped to get this sorted out before leaving for holidays... Pete On Mittwoch, 20. Juli 2016 16:26:49 Hans-Peter Jansen wrote:
Hi,
an attempt to build virtualbox 5.0.24 for 13.2 fails with:
[ 186s] package: virtualbox [ 186s] /usr/bin/chkstat modified files that are not properly handled! [ 186s] this will break rpm -V, ask ro for details. [ 186s] diff for both runs of rpm -V: [ 186s] +.M....... /usr/lib/virtualbox/VBoxHeadless [ 186s] +.M....... /usr/lib/virtualbox/VBoxNetAdpCtl [ 186s] +.M....... /usr/lib/virtualbox/VBoxNetDHCP [ 186s] +.M....... /usr/lib/virtualbox/VBoxSDL
in:
https://build.opensuse.org/project/monitor/home:frispete:Kernel-stable
There are actually two fail pattern: one is due to g++ exceeding available memory (that didn't happened the the latest build attempt), hence both builds fail with above error message.
I can see this sequence in %post:
%post /sbin/ldconfig #skip the fill up part and enable vboxdrv by default %fillup_and_insserv -f -y vboxdrv #setup our sysconfig file /etc/sysconfig/vbox %fillup_only -an vbox %set_permissions %{_vbox_instdir}/VBoxNetDHCP %set_permissions %{_vbox_instdir}/VBoxNetAdpCtl %set_permissions %{_vbox_instdir}/VBoxHeadless %set_permissions %{_vbox_instdir}/VBoxSDL
Question is, why can't chkstat deal with it (or rather ignore those), since their permissions depend on a variable system setting anyway?!?
Obviously, Leap has this problem fixed, question is, how do I handle this for 13.2 correctly?
TIA, Pete
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (1)
-
Hans-Peter Jansen