Your message dated Fri, 12 Dec 2008 19:31:10 GMT
with message-id <[email protected]>
and subject line sablevm has been removed from Debian, closing #433947
has caused the Debian Bug report #433947,
regarding after uninstalling, /etc/alternatives/java is a dangling link to
/usr/bin/java-sablevm
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
433947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433947
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sablevm
Severity: normal
Hi,
I have gij installed.
I had installed sablevm, and set /etc/alternatives/java to sablevm (with
update-alternative --config) so, typing java launched /usr/bin/java-sablevm.
But after uninstalling, /etc/alternatives/java still pointed to
/usr/bin/java-sablevm: it had not been properly unregistered
In sablevm.postinst, there is
man=/usr/share/man/man1
update-alternatives \
--install /usr/bin/java java /usr/bin/java-sablevm 350 \
--slave $man/java.1.gz java.1.gz $man/java-sablevm.1.gz
variable $man is set but not exported, and update-alternatives is not on the
same line (there is no slash after $man variable setting), so on next line, $man
references blank line. So, sablevm alternative is not properly registered
Unfortunately:
- there is no error message from update-alternatives
- with update-alternatives --config java, I can manually set
etc/alternatives/java pointing to sablevm, but then symlink for java manual is
not set
- Although I can use, update-alternatives --config, I cannot use
update-alternatives --remove, that's the reason why sablevm alternative is not
properly unset in prerm
It works fine either with:
update-alternatives \
--install /usr/bin/java java /usr/bin/java-sablevm 350 \
--slave /usr/share/man/man1/java.1.gz java.1.gz
/usr/share/man/man1/java-sablevm.1.gz
or
man=/usr/share/man/man1 \
update-alternatives \
--install /usr/bin/java java /usr/bin/java-sablevm 350 \
--slave "$man/java.1.gz java.1.gz" "$man/java-sablevm.1.gz"
arno
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.21
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages sablevm depends on:
pn java-common <none> (no description available)
ii libc6 2.6-2 GNU C Library: Shared libraries
ii libpopt0 1.10-3 lib for parsing cmdline parameters
pn libsablevm1 <none> (no description available)
ii unzip 5.52-10 De-archiver for .zip files
Versions of packages sablevm recommends:
pn free-java-sdk <none> (no description available)
pn jikes <none> (no description available)
pn libgnujaxp-java <none> (no description available)
--- End Message ---
--- Begin Message ---
Version: 1.13-1.4+rm
The sablevm package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/508369 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---