[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-08-04 Thread Bernd Zeimetz
reopen 474626
found 474626 0.0.0.20080713-1
thanks

Hi,

 I guess it's your decision to make.  I can't say I'll hate you for it,
 since josm works fine for me with openjdk-6 :-)

unfotunately this is not the case for me, the window just stays white
here. Looking at the output of strace it seems to be stuck in a futex,
but I didn't see any useful informations on the first look. I've also
tried to run it in sun java 6, but still no output.
If there's anything I can help you with, please let me know.

Cheers,

Bernd

-- 
 Bernd Zeimetz   Debian GNU/Linux Developer
 GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-07-14 Thread Roland Mas
Andreas Putzo, 2008-07-13 22:42:19 +0200 :

 Hi,

 On Jul 07  16:07, Roland Mas wrote:
 I'm just back from the Libre Software Meeting, where I fell in love
 with Openstreetmap.  I'm trying to use JOSM, but I run into the same
 bug as reported as #474626.  This is with an up-to-date sid system,
 running either JAVACMD=/usr/bin/jamvm josm or josm directly.
 
 $ JAVACMD=/usr/bin/jamvm josm
 
   Let me know if/how I can help debug.

 Thanks for your help debugging this so far. However, with openjdk-6 now
 available in debian and jamvm being the last classpath based jvm in
 lenny that works with josm, i think it's best to drop support for it for
 now and fully rely on openjdk.

I guess it's your decision to make.  I can't say I'll hate you for it,
since josm works fine for me with openjdk-6 :-)

Roland.
-- 
Roland Mas

Il vaut mieux insulter une commode Louis XV qu'une armoire à glace.



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-07-13 Thread Andreas Putzo
Hi,

On Jul 07  16:07, Roland Mas wrote:
 I'm just back from the Libre Software Meeting, where I fell in love
 with Openstreetmap.  I'm trying to use JOSM, but I run into the same
 bug as reported as #474626.  This is with an up-to-date sid system,
 running either JAVACMD=/usr/bin/jamvm josm or josm directly.
 
 $ JAVACMD=/usr/bin/jamvm josm
 
   Let me know if/how I can help debug.

Thanks for your help debugging this so far. However, with openjdk-6 now
available in debian and jamvm being the last classpath based jvm in
lenny that works with josm, i think it's best to drop support for it for
now and fully rely on openjdk.
We could add classpath support at any time later, once it works a bit 
more reliable with josm.

Regards,
Andreas




___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-07-10 Thread Roland Mas
Petter Reinholdtsen, 2008-07-08 23:49:30 +0200 :

 [Roland Mas]
 I'm just back from the Libre Software Meeting, where I fell in love
 with Openstreetmap.  I'm trying to use JOSM, but I run into the same
 bug as reported as #474626.  This is with an up-to-date sid system,
 running either JAVACMD=/usr/bin/jamvm josm or josm directly.

 I tested JAVACMD=/usr/bin/jamvm josm in my sid chroot where I log in
 using ssh -X, and josm worked just fine there.  I got the GUI up and
 running, and downloaded OSM data for my local area just fine.  A minor
 visual glitch when I zoomed in on the map was the only obvious problem
 I saw.

Hm.  I managed to get it running in a sid Qemu too, but not in a clean
account on my main box.  I guess I'll try to sort-of-bisect between
these two environments.  Maybe additional packages create conflicts,
or a library from the wrong JVM/JRA/Jwhatever is loaded, since there
are a few Jthings installed here (mainly for Openoffice, apparently).

Roland.
-- 
Roland Mas

'ALL your base? No!! One tiny base continue bravely to resist.'
  -- wiggy in #debian-devel



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-07-10 Thread Andreas Putzo
On Jul 10  14:01, Roland Mas wrote:
 Roland Mas, 2008-07-10 09:03:58 +0200 :
 
  Hm.  I managed to get it running in a sid Qemu too, but not in a
  clean account on my main box.  I guess I'll try to sort-of-bisect
  between these two environments.  Maybe additional packages create
  conflicts, or a library from the wrong JVM/JRA/Jwhatever is loaded,
  since there are a few Jthings installed here (mainly for Openoffice,
  apparently).
 
 I compared the results of aptitude search ~djava | grep ^i in the
 Qemu and the main box after installing Openoffice, and found no
 relevant difference (apart from some Mozilla-related libs).  Still
 runs in the Qemu, still doesn't outside.  I'll try diffing the outputs
 of strace, just in case, but I'd appreciate some more ideas on how to
 debug that.

Maybe diffing the output of /usr/bin/jamvm -verbose -jar \
/usr/share/josm/josm.jar does help, too. 
Do you have any java related environment variables set on your main box
that may cause problems?
Though i have no example code at hand, i tried to execute freemind
with jamvm which should work, too.
What version of classpath do you have installed? I tried with
all versions = 2:0.97 on snapshot.d.n., still no luck in
reproducing the error. But perhaps you have some version installed
that's not available there..

Andreas



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-07-10 Thread Roland Mas
Andreas Putzo, 2008-07-10 15:41:27 +0200 :

 I compared the results of aptitude search ~djava | grep ^i in the
 Qemu and the main box after installing Openoffice, and found no
 relevant difference (apart from some Mozilla-related libs).  Still
 runs in the Qemu, still doesn't outside.  I'll try diffing the outputs
 of strace, just in case, but I'd appreciate some more ideas on how to
 debug that.

  It seems strace triggers another class of bugs (segfaults, for
instance), so I gave up that path.

 Maybe diffing the output of /usr/bin/jamvm -verbose -jar \
 /usr/share/josm/josm.jar does help, too.

  Probably:

--- /tmp/josm.log   2008-07-10 20:12:21.0 +0200
+++ /tmp/josm.log.ok2008-07-10 20:14:39.0 +0200
@@ -1619,6 +1619,14 @@
 [Linking class gnu/java/util/WeakIdentityHashMap$WeakEntrySet$1]
 [Loaded gnu/java/awt/peer/gtk/GtkImage from /usr/share/classpath/glibj.zip]
 [Linking class gnu/java/awt/peer/gtk/GtkImage]
+[Loaded javax/swing/ImageIcon from /usr/share/classpath/glibj.zip]
+[Linking class javax/swing/ImageIcon]
+[Loaded javax/swing/ImageIcon$1 from /usr/share/classpath/glibj.zip]
+[Linking class javax/swing/ImageIcon$1]
+[Loaded java/awt/MediaTracker from /usr/share/classpath/glibj.zip]
+[Linking class java/awt/MediaTracker]
+[Loaded java/awt/MediaTracker$MediaEntry from /usr/share/classpath/glibj.zip]
+[Linking class java/awt/MediaTracker$MediaEntry]
 [Loaded java/awt/image/Raster from /usr/share/classpath/glibj.zip]
 [Linking class java/awt/image/Raster]
 [Loaded java/awt/image/WritableRaster from /usr/share/classpath/glibj.zip]
@@ -1640,14 +1648,6 @@
 [Loaded java/awt/image/BufferedImage from /usr/share/classpath/glibj.zip]
 [Linking class java/awt/image/BufferedImage]
 [Created array class [Ljava/awt/Point;]
-[Loaded javax/swing/ImageIcon from /usr/share/classpath/glibj.zip]
-[Linking class javax/swing/ImageIcon]
-[Loaded javax/swing/ImageIcon$1 from /usr/share/classpath/glibj.zip]
-[Linking class javax/swing/ImageIcon$1]
-[Loaded java/awt/MediaTracker from /usr/share/classpath/glibj.zip]
-[Linking class java/awt/MediaTracker]
-[Loaded java/awt/MediaTracker$MediaEntry from /usr/share/classpath/glibj.zip]
-[Linking class java/awt/MediaTracker$MediaEntry]
 [Linking class org/openstreetmap/josm/gui/PleaseWaitDialog]
 [Loaded org/openstreetmap/josm/gui/PleaseWaitDialog]
 [Loaded javax/swing/JOptionPane from /usr/share/classpath/glibj.zip]
@@ -3321,12 +3321,12 @@
 [Linking class gnu/java/awt/LowPriorityEvent]
 [Loaded gnu/java/awt/peer/NativeEventLoopRunningEvent from 
/usr/share/classpath/glibj.zip]
 [Linking class gnu/java/awt/peer/NativeEventLoopRunningEvent]
+[Linking class org/openstreetmap/josm/gui/MainMenu$2]
+[Loaded org/openstreetmap/josm/gui/MainMenu$2]
 [Loaded java/awt/event/ActionEvent from /usr/share/classpath/glibj.zip]
 [Linking class java/awt/event/ActionEvent]
 [Loaded java/lang/ThreadDeath from /usr/share/classpath/glibj.zip]
 [Linking class java/lang/ThreadDeath]
-[Linking class org/openstreetmap/josm/gui/MainMenu$2]
-[Loaded org/openstreetmap/josm/gui/MainMenu$2]
 [Linking class org/openstreetmap/josm/gui/preferences/TaggingPresetPreference]
 [Loaded org/openstreetmap/josm/gui/preferences/TaggingPresetPreference]
 [Linking class org/openstreetmap/josm/gui/tagging/TaggingPreset]
@@ -3365,6 +3365,8 @@
 [Loaded org/openstreetmap/josm/tools/XmlObjectParser$1]
 [Loaded javax/xml/parsers/SAXParserFactory from /usr/share/classpath/glibj.zip]
 [Linking class javax/xml/parsers/SAXParserFactory]
+[Loaded java/util/concurrent/locks/LockSupport from 
/usr/share/classpath/glibj.zip]
+[Linking class java/util/concurrent/locks/LockSupport]
 [Loaded gnu/xml/stream/SAXParserFactory from /usr/share/classpath/glibj.zip]
 [Linking class gnu/xml/stream/SAXParserFactory]
 [Loaded org/xml/sax/XMLReader from /usr/share/classpath/glibj.zip]
@@ -3373,11 +3375,11 @@
 [Linking class org/xml/sax/Attributes]
 [Loaded org/xml/sax/ext/Attributes2 from /usr/share/classpath/glibj.zip]
 [Linking class org/xml/sax/ext/Attributes2]
-[Loaded org/xml/sax/Locator from /usr/share/classpath/glibj.zip]
+[Loaded org/xml/sax/Locator from /usr/sharemappaint: Using jar's 
elemstyles.xml: 
jar:file:/usr/share/josm/josm.jar!/styles/standard/elemstyles.xml
+/classpath/glibj.zip]
 [Linking class org/xml/sax/Locator]
 [Loaded org/xml/sax/ext/Locator2 from /usr/share/classpath/glibj.zip]
-[Linking clmappaint: Using jar's elemstyles.xml: 
jar:file:/usr/share/josm/josm.jar!/styles/standard/elemstyles.xml
-ass org/xml/sax/ext/Locator2]
+[Linking class org/xml/sax/ext/Locator2]
 [Loaded javax/xml/stream/XMLReporter from /usr/share/classpath/glibj.zip]
 [Linking class javax/xml/stream/XMLReporter]
 [Loaded javax/xml/stream/XMLResolver from /usr/share/classpath/glibj.zip]
@@ -3409,8 +3411,6 @@
 [Loaded gnu/xml/stream/XMLParser$Attribute from /usr/share/classpath/glibj.zip]
 [Linking class gnu/xml/stream/XMLParser$Attribute]
 [Linking class org/openstreetmap/josm/gui/tagging/TaggingPreset$Usage]
-[Loaded 

[DebianGIS-dev] Bug#474626: #474626: still happens here

2008-07-08 Thread Petter Reinholdtsen

[Roland Mas]
 I'm just back from the Libre Software Meeting, where I fell in love
 with Openstreetmap.  I'm trying to use JOSM, but I run into the same
 bug as reported as #474626.  This is with an up-to-date sid system,
 running either JAVACMD=/usr/bin/jamvm josm or josm directly.

I tested JAVACMD=/usr/bin/jamvm josm in my sid chroot where I log in
using ssh -X, and josm worked just fine there.  I got the GUI up and
running, and downloaded OSM data for my local area just fine.  A minor
visual glitch when I zoomed in on the map was the only obvious problem
I saw.

Could it be some missing dependency, broken configuration or something
else involved here?

Happy hacking,

Petter Reinholdtsen

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages josm depends on:
ii  gij-4.1 [java2-runtime] 4.1.2-19 The GNU Java bytecode interpreter
ii  jamvm   1.5.1-3  virtual machine which conforms to
ii  java-gcj-compat [java2-runt 1.0.78-1 Java runtime environment using GIJ
ii  java2-runtime-dummy [java2- 1.0  Java dummy package
ii  libgettext-commons-java 0.9-1Java classes for internationalizat
ii  libmetadata-extractor-java  2.3.1+dfsg-1 JPEG metadata extraction framework
ii  openstreetmap-map-icons-cla 2.10~pre4-3  Collection of map icons
ii  sun-java5-jre [java2-runtim 1.5.0-15-1   Sun Java(TM) Runtime Environment (

Versions of packages josm recommends:
ii  gij-4.1 4.1.2-19 The GNU Java bytecode interpreter
ii  jamvm   1.5.1-3  virtual machine which conforms to
ii  josm-plugins0.0.0.20080413-1 Plugins for JOSM

-- no debconf information



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel