[opensuse-bugs] [Bug 1179045] kernel-default fails with rpmlint 2.0
https://bugzilla.suse.com/show_bug.cgi?id=1179045 https://bugzilla.suse.com/show_bug.cgi?id=1179045#c12 --- Comment #12 from Martin Li��ka <martin.liska@suse.com> --- (In reply to Jiri Slaby from comment #11)
(In reply to Martin Li��ka from comment #10)
Now the last remaining issue is:
kernel-default-devel.x86_64: E: zero-length /usr/src/linux-5.9.1-1-obj/x86_64/default/include/config/6lowpan/ghc/ext/hdr/ hop.h ... Is it fine in the context of Linux kernel?
Yes, include/config files are empty on purpose. If you change CONFIG_6LOWPAN_GHC_EXT_HDR_HOP config in the kernel, the file above will be touch(1)ed. And everything what depends on the config option (ergo on the header) will be rebuilt.
This seems also fine as you have rpmlintrc rule: addFilter("zero-length /usr/src/linux-.*-obj/.*/include/config.*h") So now the last issue should be a collection of these errors: [ 3316s] kernel-source-vanilla.noarch: E: env-script-interpreter (Badness: 9) /usr/src/linux-5.9.1-7-vanilla/scripts/namespace.pl /usr/bin/env perl [ 3316s] kernel-source-vanilla.noarch: E: env-script-interpreter (Badness: 9) /usr/src/linux-5.9.1-7-vanilla/scripts/profile2linkerlist.pl /usr/bin/env perl [ 3316s] kernel-source-vanilla.noarch: E: env-script-interpreter (Badness: 9) /usr/src/linux-5.9.1-7-vanilla/scripts/recordmcount.pl /usr/bin/env perl [ 3316s] kernel-source-vanilla.noarch: E: env-script-interpreter (Badness: 9) /usr/src/linux-5.9.1-7-vanilla/scripts/spdxcheck.py /usr/bin/env python [ 3316s] kernel-source-vanilla.noarch: E: env-script-interpreter (Badness: 9) /usr/src/linux-5.9.1-7-vanilla/scripts/stackdelta /usr/bin/env perl [ 3316s] kernel-source-vanilla.noarch: E: env-script-interpreter (Badness: 9) /usr/src/linux-5.9.1-7-vanilla/tools/hv/vmbus_testing /usr/bin/env python3 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com