Bugzilla – Bug 842004
rpm fails: find-debuginfo.sh uses obsoleted "find -perm +111" syntax
Last modified: 2013-09-26 08:00:14 UTC
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36 findutils version 4.5.12 removed the long-obsolete syntax "-perm +MODE", but the rpm script find-debuginfo.sh still uses it: [ 113s] + /usr/lib/rpm/find-debuginfo.sh /home/abuild/rpmbuild/BUILD/findutils-4.5.12 [ 113s] find: invalid mode '+111' [ 113s] error: Bad exit status from /var/tmp/rpm-tmp.z353Kw (%install) E.g. the build of findutils-4.5.12 itself: https://build.opensuse.org/package/live_build_log/home:bernhard-voelker:branches:Base:System/findutils/openSUSE_Factory_PowerPC/ppc64 Reproducible: Always Steps to Reproduce: 1. build findutils-4.5.12 Actual Results: The build of the RPM package fails during processing the %install section. Expected Results: No failure. Substitute "-perm +111" by "-perm /111" in https://build.opensuse.org/package/view_file/Base:System/rpm/finddebuginfo.diff?expand=1 in line 42.
Request created for Base:System/rpm: https://build.opensuse.org/request/show/200349
It is fixed, then.
This is an autogenerated message for OBS integration: This bug (842004) was mentioned in https://build.opensuse.org/request/show/200369 Factory / rpm
This is an autogenerated message for OBS integration: This bug (842004) was mentioned in https://build.opensuse.org/request/show/200646 Factory / rpm