[Bug 739762] New: Update warning: not replacing /usr/share/man/man1/ksh.1.gz with a link.
https://bugzilla.novell.com/show_bug.cgi?id=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c0 Summary: Update warning: not replacing /usr/share/man/man1/ksh.1.gz with a link. Classification: openSUSE Product: openSUSE 12.2 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gp@suse.com QAContact: qa@suse.de Found By: Product Management Blocker: --- When updating my Factory system, I am seeing the following: Installing: ksh-93u-3.1 [done] Additional rpm output: update-alternatives: warning: forcing reinstallation of alternative /lib64/ast/bin/ksh because link group ksh is broken. update-alternatives: warning: not replacing /usr/share/man/man1/ksh.1.gz with a link. (This is an older installation, having been updated regularily.) -- 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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c zj jia <zjjia@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |gp@suse.com --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2012-01-10 15:03:50 UTC --- Ahmm ... *what* system do you have updated? This because I do not see this and this is the first report with this issue. -- 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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |puzel@suse.com --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2012-01-10 15:10:19 UTC --- Beside this I'd like to know what this message tries to say ... Petr? -- 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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c3 Petr Uzel <puzel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@suse.com --- Comment #3 from Petr Uzel <puzel@suse.com> 2012-01-10 16:17:11 UTC --- Michal, that's for you I guess. -- 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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c5 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |gber@opensuse.org InfoProvider| |mvyskocil@suse.com --- Comment #5 from Dr. Werner Fink <werner@suse.com> 2012-01-12 08:14:11 UTC --- (In reply to comment #4)
The name of the system is xxxxxxxxxx, you should be able to log in with your usual NIS credentials. If the question was re the version of the OS, it's running Factory, being updated every couple of days (for several releases now).
/suse/werner> ll /usr/share/man/man1/ksh* -rw-r--r-- 1 root root 49198 Feb 27 2010 /usr/share/man/man1/ksh.1.gz -rw-r--r-- 1 root root 50554 Dec 27 19:31 /usr/share/man/man1/ksh93.1.gz .. hmmm, couple of days you said which leads me to the assumption that update-alternatives has changed its behaviour as the orignal manual page is from 2010/02/27 and indeed this was the time where update-alternatives has been added by guido+opensuse.org@berhoerster.name Michal? I'd like to ask how to avoid this problem? Should I add prein section to the spec file to remove the old manual page if it is not a link? Or does there exist an option for update-alternatives to enforce the operation? -- 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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c6 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|mvyskocil@suse.com | --- Comment #6 from Michal Vyskocil <mvyskocil@suse.com> 2012-01-12 13:09:29 UTC --- New C version of update-alternatives is more strict than old relaxed one written in Perl. I would say the reason why ksh is complaining is that /usr/share/man/man1/ksh.1.gz is a regular file, but the symlink to /etc/alternatives/ksh.1.gz is expected. I don't think update-alternatives should be instructed to remove files in such cases, that would be really dangerous. Instead of it ksh have to remove this file in some %scripplet if it's a regular file. -- 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=739762 https://bugzilla.novell.com/show_bug.cgi?id=739762#c7 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Dr. Werner Fink <werner@suse.com> 2012-01-27 12:51:32 UTC --- I'm know using --force -- 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