Bug#335479: /usr/share/man/man1/rmic.1.gz is a dangling symlink

2005-10-25 Thread Wolfgang Baer
reassign 335479 java-gcj-compat 1.0.40-1
thanks

Hi Thomas,

I reassign this report to java-gcj-compat as its not a kaffe problem.

Thomas Schoepf wrote:
 My system is is up-to-date, pure unstable.
 
 java-gcj-compat is version 1.0.41-1.

OK is it correctly configured and do you have java-gcj-compat-dev
installed and configured (its the one providing rmic) ?

Please provide the output of:
dpkg -l java-gcj-compat
dpkg -l java-gcj-compat-dev

On my system ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz gives me a
correct link to the _grmic_ named version of java-gcj:
 
 
 This like doesn't exist here:
 
 [EMAIL PROTECTED]:~$ ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz
 ls: /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz: No such file or directory
 [EMAIL PROTECTED]:~$ 
 
 The installation of OpenOffice 2.0 caused the installatio of kaffe etc.

Yes thats a known dependency problem atm.

Wolfgang



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#335479: /usr/share/man/man1/rmic.1.gz is a dangling symlink

2005-10-25 Thread Thomas Schoepf
Hello Wolfgang,

 OK is it correctly configured and do you have java-gcj-compat-dev
 installed and configured (its the one providing rmic) ?

No, java-gcj-compat-dev is not installed. There are no depend, recommend or
suggest headers with java-gcj-compat.

Why is java-gcj-compat registering an alternative for a file that it does
not contain? That's how I understand the problem at the moment.

Thomas

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#335479: /usr/share/man/man1/rmic.1.gz is a dangling symlink

2005-10-25 Thread Wolfgang Baer
tags 335479 + patch
thanks

Hi Thomas,

Thomas Schoepf wrote:
 Hello Wolfgang,
 
 
OK is it correctly configured and do you have java-gcj-compat-dev
installed and configured (its the one providing rmic) ?
 
 
 No, java-gcj-compat-dev is not installed. There are no depend, recommend or
 suggest headers with java-gcj-compat.

Thats right. java-gcj-compat is the JRE  and java-gcj-compat is the JDK
like java environment. There is no point to suggest or recommend a JDK
if one installs a JRE.

 Why is java-gcj-compat registering an alternative for a file that it does
 not contain? That's how I understand the problem at the moment.

Well, package structure changes and mistakes happens. But know I found
the problem ...

GCC-Maintainers:
The postinst registers rmic instead of rmiregistry and the prerm does
not deregister gcj-dbtool - Patches (against 1.0.41-2) attached.

Wolfgang
--- debian/java-gcj-compat.postinst.orig	2005-10-25 13:54:12.0 +
+++ debian/java-gcj-compat.postinst	2005-10-25 13:56:35.0 +
@@ -14,8 +14,8 @@
 }
 
 jdk_alternative jar
-jdk_alternative rmic
 jdk_alternative java
+jdk_alternative rmiregistry
 jdk_alternative gcj-dbtool
 
 #DEBHELPER#
--- debian/java-gcj-compat.prerm.orig	2005-10-25 13:57:04.0 +
+++ debian/java-gcj-compat.prerm	2005-10-25 13:57:23.0 +
@@ -12,5 +12,6 @@
 jdk_alternative jar
 jdk_alternative java
 jdk_alternative rmiregistry
+jdk_alternative gcj-dbtool
 
 #DEBHELPER#


Bug#335479: /usr/share/man/man1/rmic.1.gz is a dangling symlink

2005-10-24 Thread Thomas Schoepf
Package: kaffe-common
Version: 1.1.6-3

[EMAIL PROTECTED]:~$ ll /usr/share/man/man1/rmic.*
lrwxr-xr-x  1 root root  27 Oct 23 12:14 /usr/share/man/man1/rmic.1.gz -
/etc/alternatives/rmic.1.gz
-rw-r--r--  1 root root 724 Oct  3 10:33 /usr/share/man/man1/rmic.kaffe.1.gz
[EMAIL PROTECTED]:~$ clear
[EMAIL PROTECTED]:~$ ll /usr/share/man/man1/rmic.1.gz
lrwxr-xr-x  1 root root 27 Oct 23 12:14 /usr/share/man/man1/rmic.1.gz -
/etc/alternatives/rmic.1.gz
[EMAIL PROTECTED]:~$ ll /etc/alternatives/rmic.1.gz
lrwxr-xr-x  1 root root 40 Oct 23 12:14 /etc/alternatives/rmic.1.gz -
/usr/lib/jvm/java-gcj/man/man1/rmic.1.gz
[EMAIL PROTECTED]:~$ ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz
ls: /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz: No such file or directory
[EMAIL PROTECTED]:~$ locate rmic.1.gz
/etc/alternatives/rmic.1.gz
/usr/share/man/man1/rmic.1.gz


But /usr/share/man/man1/rmic.kaffe.1.gz exists, so I assume, the symlinks
should be pointing there?

Thanks
Thomas

-- 
Highspeed-Freiheit. Bei GMX supergünstig, z.B. GMX DSL_Cityflat,
DSL-Flatrate für nur 4,99 Euro/Monat*  http://www.gmx.net/de/go/dsl


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#335479: /usr/share/man/man1/rmic.1.gz is a dangling symlink

2005-10-24 Thread Wolfgang Baer

Hi Thomas,

Thomas Schoepf wrote:

Package: kaffe-common
Version: 1.1.6-3

[EMAIL PROTECTED]:~$ ll /usr/share/man/man1/rmic.*
lrwxr-xr-x  1 root root  27 Oct 23 12:14 /usr/share/man/man1/rmic.1.gz -
/etc/alternatives/rmic.1.gz
-rw-r--r--  1 root root 724 Oct  3 10:33 /usr/share/man/man1/rmic.kaffe.1.gz
[EMAIL PROTECTED]:~$ clear
[EMAIL PROTECTED]:~$ ll /usr/share/man/man1/rmic.1.gz
lrwxr-xr-x  1 root root 27 Oct 23 12:14 /usr/share/man/man1/rmic.1.gz -
/etc/alternatives/rmic.1.gz
[EMAIL PROTECTED]:~$ ll /etc/alternatives/rmic.1.gz
lrwxr-xr-x  1 root root 40 Oct 23 12:14 /etc/alternatives/rmic.1.gz -
/usr/lib/jvm/java-gcj/man/man1/rmic.1.gz
[EMAIL PROTECTED]:~$ ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz
ls: /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz: No such file or directory
[EMAIL PROTECTED]:~$ locate rmic.1.gz
/etc/alternatives/rmic.1.gz
/usr/share/man/man1/rmic.1.gz


The problem seems to be in java-gcj-compat and not kaffe.

Anyway you included to less information to track down the problem.
Which system (testing/unstable) are you using and which version of
java-gcj-compat have you installed ?

On my system ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz gives me a
correct link to the _grmic_ named version of java-gcj:

lrwxrwxrwx  1 root root 44 2005-08-13 15:18 
/usr/lib/jvm/java-gcj/man/man1/rmic.1.gz - 
../../../../../share/man/man1/grmic-4.0.1.gz


Regards,
Wolfgang




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#335479: /usr/share/man/man1/rmic.1.gz is a dangling symlink

2005-10-24 Thread Thomas Schoepf
Hi Wolfgang!

 The problem seems to be in java-gcj-compat and not kaffe.

Might be. My guess was kaffe as it is the only package on my system that has
a rmic manpage in some way.

 Anyway you included to less information to track down the problem.
 Which system (testing/unstable) are you using and which version of
 java-gcj-compat have you installed ?

My system is is up-to-date, pure unstable.

java-gcj-compat is version 1.0.41-1.

 On my system ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz gives me a
 correct link to the _grmic_ named version of java-gcj:

This like doesn't exist here:

[EMAIL PROTECTED]:~$ ll /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz
ls: /usr/lib/jvm/java-gcj/man/man1/rmic.1.gz: No such file or directory
[EMAIL PROTECTED]:~$ 

The installation of OpenOffice 2.0 caused the installatio of kaffe etc.

Thanks,
Thomas

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]