[Bug 789179] New: man invokes less with no longer valid -l option
https://bugzilla.novell.com/show_bug.cgi?id=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c0 Summary: man invokes less with no longer valid -l option Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 0 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dimstar@opensuse.org QAContact: qa-bugs@suse.de CC: puzel@suse.com Found By: --- Blocker: --- 'less' has been updated to version 455, but 'man' seems not to be aware of the underlying changes. invoking ANY man command resulting in a valid man page results in: man ls * ls (1) ls (1p) Man: What manual page do you want? Man: 1 There is no -l option ("less --help" for help) -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c Jiaying ren <jren@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jren@suse.com AssignedTo|bnc-team-screening@forge.pr |werner@suse.com |ovo.novell.com | -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME Severity|Major |Normal --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2012-11-12 14:09:37 UTC --- Why do you think theat man does set the less -l option? You may use printenv | grep LESS to search for any option used in your environment. Currently the options used in man-db-2.6.3/include/manconfig.h.in are #define LESS_OPTS "-ix8RmPm%s$PM%s$" which leads to e.g. LESS=-ix8RmPm Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%..$PM Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%..$-sM in the environment ... -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c2 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |mrueckert@suse.com Resolution|WORKSFORME | Severity|Normal |Major --- Comment #2 from Dominique Leuenberger <dimstar@opensuse.org> 2012-11-13 16:08:57 UTC --- WORKSNOTFORME... also does not work for other Factory users. -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c3 --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2012-11-13 16:12:18 UTC --- $LESS does not contain -l; less <anyfile> works just fine.. -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c4 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal --- Comment #4 from Dr. Werner Fink <werner@suse.com> 2012-11-13 17:06:15 UTC --- (In reply to comment #2) Then show me *how* I'm able to reproduce! -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c5 Marcus Rückert <mrueckert@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |puzel@suse.com --- Comment #5 from Marcus Rückert <mrueckert@suse.com> 2012-11-13 17:34:58 UTC --- ok it seems to be a less problem. less 444 still works, less 455 does not work anymore. Petr can you look at it? -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c6 --- Comment #6 from Dr. Werner Fink <werner@suse.com> 2012-11-13 17:41:31 UTC --- The less is called with e.g. the manual page man(1) with the environment variable LESS: LESS=-ix8RmPm Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$ This work with less 444 but not with less 455 -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c7 Petr Uzel <puzel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|puzel@suse.com |dimstar@opensuse.org --- Comment #7 from Petr Uzel <puzel@suse.com> 2012-11-14 14:03:16 UTC --- Could you please try again with less 456 which is now in Factory? Changelog says: "This version changes option string parsing to avoid unnecessary incompatibility with previous versions of less." -- 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=789179 https://bugzilla.novell.com/show_bug.cgi?id=789179#c8 Marcus Rückert <mrueckert@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|dimstar@opensuse.org | Resolution| |FIXED --- Comment #8 from Marcus Rückert <mrueckert@suse.com> 2012-11-14 14:20:27 UTC --- works for me with 456. -- 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