[Bug 472853] New: module-init-tools: needs xargs -r
https://bugzilla.novell.com/show_bug.cgi?id=472853 Summary: module-init-tools: needs xargs -r Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: All OS/Version: Linux Status: NEW Severity: Minor Priority: P5 - None Component: Kernel AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jengelh@medozas.de QAContact: qa@suse.de Found By: Beta-Customer This snippet in /usr/lib/module-init-tools/weak-modules: if [ ! -e $tmpdir/extra-symvers-$module_krel ]; then if [ -e /lib/modules/$module_krel/updates ]; then find /lib/modules/$module_krel/updates -name '*.ko' \ | xargs $NM -B \ | sed -nre 's:^0*([0-9a-f]+) A __crc_(.*):\1 \2:p' fi > $tmpdir/extra-symvers-$module_krel fi needs the xargs "-r" option or nm will try to open "a.out", which gives ugly warning messages when KMPs with compressed modules (only) are installed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=472853 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=472853#c1 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX AssignedTo|bnc-team-screening@forge.pr |mmarek@novell.com |ovo.novell.com | --- Comment #1 from Michal Marek <mmarek@novell.com> 2009-02-06 02:08:42 MST --- First of all, KMPs with compressed modules are not supported, plain *.ko files are assumed in a lot of places. (Personally, I think that zlib support in module-init-tools should just die :)). And this particular bug is about the old weak-modules script, which is only kept there to be able to upgrade from 11.0 and older; KMPs built for 11.1 will use the weak-modules2 script. So WONTFIX this time, sorry. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=472853 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com