[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#103468: libgcj2: gij links to itself



[bug was a bit overzealous to send the report -- here's the --verbose edition]

~# ls -l /usr/bin/gij
lrwxrwxrwx    1 root     root           21 Jul  4 11:34 /usr/bin/gij -> /etc/alternatives/gij
~# ls -l /etc/alternatives/gij
lrwxrwxrwx    1 root     root           12 Jul  4 11:34 /etc/alternatives/gij -> /usr/bin/gij

The following patch to the postinst should be applied. Note that some
maintainer script should also remove the faulty /usr/bin/gij
alternative (current prerm only removes /usr/bin/gij-3.0)

diff -u libgcj2.postinst~ libgcj2.postinst
--- libgcj2.postinst~	Wed Jul  4 15:51:35 2001
+++ libgcj2.postinst	Wed Jul  4 15:51:35 2001
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 update-alternatives \
-    --install /usr/bin/gij gij /usr/bin/gij 300 \
+    --install /usr/bin/gij gij /usr/bin/gij-3.0 300 \
     --slave /usr/share/man/man1/gij.1.gz gij.1.gz /usr/share/man/man1/gij-3.0.1.gz
 
 # Automatically added by dh_installdocs


-- 
Robbe



Reply to: