[Bug 822465] New: ctags / etags update-alternative warnings in %post
https://bugzilla.novell.com/show_bug.cgi?id=822465 https://bugzilla.novell.com/show_bug.cgi?id=822465#c0 Summary: ctags / etags update-alternative warnings in %post Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 1 Platform: Other OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: werner@suse.com ReportedBy: suse-beta@cboltz.de QAContact: qa-bugs@suse.de CC: puzel@suse.com Found By: Beta-Customer Blocker: --- While updating to latest factory, I noticed the following: # zypper in -f ctags [...] Retrieving package ctags-5.8-1.2.x86_64 [...] Additional rpm output: update-alternatives: warning: forcing reinstallation of alternative /usr/bin/ctags-exuberant because link group ctags is broken update-alternatives: warning: not replacing /usr/share/man/man1/ctags.1.gz with a link # zypper in -f etags [...] Retrieving package etags-24.3-1.1.x86_64 [...] update-alternatives: warning: forcing reinstallation of alternative /usr/bin/ctags-exuberant because link group ctags is broken update-alternatives: warning: not replacing /usr/share/man/man1/ctags.1.gz with a link # rpm -qlv ctags | grep ctags.1.gz -rw-r--r-- 1 root root 0 Mai 27 15:49 /usr/share/man/man1/ctags.1.gz # rpm -qlv etags | grep ctags.1.gz -rw-r--r-- 1 root root 37 Mai 28 11:47 /usr/share/man/man1/ctags.1.gz Werner and Petr, please fight out who has to fix this ;-) -- 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=822465 https://bugzilla.novell.com/show_bug.cgi?id=822465#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schwab@suse.com --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2013-06-06 06:41:52 UTC --- I'm not the author of this change :) Sat Apr 27 10:18:18 UTC 2013 - schwab@linux-m68k.org - For 13+ add etags subpackage, provide ctags via update-alternatives -- 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=822465 https://bugzilla.novell.com/show_bug.cgi?id=822465#c2 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Andreas Schwab <schwab@suse.com> 2013-06-06 09:52:04 CEST --- Just run update-alternatives --force once. -- 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=822465 https://bugzilla.novell.com/show_bug.cgi?id=822465#c3 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #3 from Christian Boltz <suse-beta@cboltz.de> 2013-06-06 12:58:18 CEST --- Indeed, this can be fixed by (from ctags %post, --force added) update-alternatives --install /usr/bin/ctags ctags /usr/bin/ctags-exuberant 20 --slave /usr/share/man/man1/ctags.1.gz ctags.1 /usr/share/man/man1/ctags-exuberant.1.gz --force Let's hope I'm the only one with this problem ;-) -- 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