[DebianGIS-dev] happy to meet your contact

2009-05-18 Thread Mary Dreamand
You are invited to happy to meet your contact.


By your host Mary Dreamand:


 Date:  Monday May 18, 2009

 Time:  9:00 am - 10:00 am (GMT +00:00)
 Location:  Compliment of the day to you,with hope that you are 
physically and emotionally alright, l do believe that this mail meet you well.i 
got your contact here when am browsing and searching for an honesty friend am 
so interested in you .am sorry been in your private email .My name is Mary , i 
think we can make it together, i want you to recognize me as your best friend 
hopping for your lovely reply soonest mary/ (mary_drea...@yahoo.com

Will you attend? RSVP to this invitation at:

 
http://calendar.yahoo.com/marydreamand?v=126a1=0iid=IxBl9pt%40g23zAAYSFhBvia%40%40gVpwaNjTigid=uhalfex%40nIpx%40D4WVx%40cQud%40HF%40baOh-axdg-37b89v%40

Copyright © 2009 All Rights Reserved
 www.yahoo.com

Privacy Policy:
 http://privacy.yahoo.com/privacy/us

Terms of Service:
 http://docs.yahoo.com/info/terms/
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] r2210 - in packages/gdal/trunk/debian: . patches

2009-05-18 Thread frankie
Author: frankie
Date: 2009-05-18 11:02:37 + (Mon, 18 May 2009)
New Revision: 2210

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/doxygen.dpatch
   packages/gdal/trunk/debian/patches/swig1338.dpatch
Log:
New upstream version.


Modified: packages/gdal/trunk/debian/changelog
===
--- packages/gdal/trunk/debian/changelog2009-05-15 18:52:06 UTC (rev 
2209)
+++ packages/gdal/trunk/debian/changelog2009-05-18 11:02:37 UTC (rev 
2210)
@@ -1,3 +1,11 @@
+gdal (1.6.1-1) experimental; urgency=low
+
+  * NOT RELEASED YET
+  * New upstream release with many fixes.
+  * Updated patches: doxygen.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Mon, 18 May 2009 12:03:30 
+0200
+
 gdal (1.6.0-4) experimental; urgency=low
 
   * NOT RELEASED.

Modified: packages/gdal/trunk/debian/patches/doxygen.dpatch
===
--- packages/gdal/trunk/debian/patches/doxygen.dpatch   2009-05-15 18:52:06 UTC 
(rev 2209)
+++ packages/gdal/trunk/debian/patches/doxygen.dpatch   2009-05-18 11:02:37 UTC 
(rev 2210)
@@ -5,15 +5,15 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad gdal-1.6.0~/GNUmakefile gdal-1.6.0/GNUmakefile
 gdal-1.6.0~/GNUmakefile2009-02-09 17:29:22.0 +0100
-+++ gdal-1.6.0/GNUmakefile 2009-02-09 17:30:51.0 +0100
+diff -urNad gdal-1.6.1~/GNUmakefile gdal-1.6.1/GNUmakefile
+--- gdal-1.6.1~/GNUmakefile2009-05-18 12:01:24.0 +0200
 gdal-1.6.1/GNUmakefile 2009-05-18 12:03:15.0 +0200
 @@ -146,7 +146,7 @@
  
  man:
  # Generate man pages
--  (cat Doxyfile ; echo ENABLED_SECTIONS=man; echo INPUT=doc ogr; echo 
FILE_PATTERNS=*utilities.dox; echo GENERATE_HTML=NO; echo 
GENERATE_MAN=YES) | doxygen -
-+  (cat Doxyfile ; echo ENABLED_SECTIONS=man; echo INPUT=doc ogr apps 
swig/python/scripts; echo FILE_PATTERNS=*.cpp *.dox; echo 
GENERATE_HTML=NO; echo GENERATE_MAN=YES) | doxygen - 
+-  (cat Doxyfile ; echo ENABLED_SECTIONS=man; echo INPUT=doc ogr apps; 
echo FILE_PATTERNS=*utilities.dox gdalwarp.cpp; echo GENERATE_HTML=NO; echo 
GENERATE_MAN=YES) | doxygen -
++  (cat Doxyfile ; echo ENABLED_SECTIONS=man; echo INPUT=doc ogr apps 
swig/pyhton/scripts; echo FILE_PATTERNS=*.dox *.cpp; echo 
GENERATE_HTML=NO; echo GENERATE_MAN=YES) | doxygen -
  
  all:  default ogr-all
  

Modified: packages/gdal/trunk/debian/patches/swig1338.dpatch
===
--- packages/gdal/trunk/debian/patches/swig1338.dpatch  2009-05-15 18:52:06 UTC 
(rev 2209)
+++ packages/gdal/trunk/debian/patches/swig1338.dpatch  2009-05-18 11:02:37 UTC 
(rev 2210)
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad gdal-1.6.0~/swig/include/python/typemaps_python.i 
gdal-1.6.0/swig/include/python/typemaps_python.i
 gdal-1.6.0~/swig/include/python/typemaps_python.i  2008-09-22 
00:52:46.0 +0200
-+++ gdal-1.6.0/swig/include/python/typemaps_python.i   2009-04-15 
16:58:36.0 +0200
-@@ -877,7 +877,11 @@
+diff -urNad gdal-1.6.1~/swig/include/python/typemaps_python.i 
gdal-1.6.1/swig/include/python/typemaps_python.i
+--- gdal-1.6.1~/swig/include/python/typemaps_python.i  2009-05-18 
12:03:54.0 +0200
 gdal-1.6.1/swig/include/python/typemaps_python.i   2009-05-18 
12:04:09.0 +0200
+@@ -939,7 +939,11 @@
for( int i = 0; i$1; i++ ) {
  
PyObject *o = PySequence_GetItem($input,i);
@@ -18,5 +18,5 @@
 +  SwigPyObject *sobj = SWIG_Python_GetSwigThis(o);
 +%#endif
type* rawobjectpointer = NULL;
-   if (sobj) {
-   Py_DECREF(sobj);
+   if (!sobj) {
+   SWIG_fail;


___
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#529294: josm: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so

2009-05-18 Thread Timo Juhani Lindfors
Package: josm
Version: 0.0.svn1529-1
Severity: important

I am no longer able to start josm at all:

lindi1:~$ josm
Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm.
Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at org.GNOME.Accessibility.JavaBridge.init(JavaBridge.java:352)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:786)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:874)
at 
sun.swing.SwingUtilities2$AATextInfo.getAATextInfo(SwingUtilities2.java:131)
at 
javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:1564)
at 
javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:147)
at 
javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1599)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:545)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:585)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1334)
at javax.swing.UIManager.initialize(UIManager.java:1421)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1409)
at javax.swing.UIManager.getUI(UIManager.java:1006)
at javax.swing.JPanel.updateUI(JPanel.java:126)
at javax.swing.JPanel.init(JPanel.java:86)
at javax.swing.JPanel.init(JPanel.java:95)
at org.openstreetmap.josm.Main.clinit(Main.java:233)
Could not find the main class: JOSM. Program will exit.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28lindi1 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages josm depends on:
ii  libgettext-commons-ja 0.9-1  Java classes for internationalizat
ii  libmetadata-extractor 2.3.1+dfsg-1   JPEG metadata extraction framework
ii  openjdk-6-jre 6b14-1.5~pre1-5OpenJDK Java runtime, using Hotspo
ii  openstreetmap-map-ico 1:0.0.0.20080713-1 Collection of map icons

Versions of packages josm recommends:
ii  josm-plugins0.0.0.20080413-2 Plugins for JOSM

josm suggests no packages.

-- 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


[DebianGIS-dev] Bug#529294: josm: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so

2009-05-18 Thread Andreas Putzo
tags 529294 + unreproducible
thanks

Hi,

On May 18  16:43, Timo Juhani Lindfors wrote:
 Package: josm
 Version: 0.0.svn1529-1
 Severity: important
 
 I am no longer able to start josm at all:
 
 lindi1:~$ josm
 Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm.
 Exception in thread main java.lang.UnsatisfiedLinkError: Can't load 
 library: /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
[..]
 Could not find the main class: JOSM. Program will exit.

i cannot reproduce the problem but i suppose you encountered a bug in
openjdk [1]. Can you please upgrade openjdk to 6b16-1 and see if this
helps? 
Alternatively, you might try to create the missing symlink yourself.

$ readlink /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
../../../../../jni/libjava-access-bridge-jni.so


[1] https://bugs.launchpad.net/ubuntu/+source/java-access-bridge/+bug/375347


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] Processed: Re: Bug#529294: josm: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so

2009-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 529294 + unreproducible
Bug#529294: josm: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
There were no tags set.
Tags added: unreproducible

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

___
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#529294: josm: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so

2009-05-18 Thread Timo Juhani Lindfors
Andreas Putzo andr...@putzo.net writes:
 i cannot reproduce the problem but i suppose you encountered a bug in
 openjdk [1]. Can you please upgrade openjdk to 6b16-1 and see if this
 helps? 

That seems to be only available for i386 at the moment and I am on amd64:

* sid_(unstable) (java): OpenJDK Java runtime, using Hotspot JIT
  6b16-1: i386
  6b14-1.5~pre1-5: alpha amd64 armel ia64 mips mipsel powerpc s390 sparc

 Alternatively, you might try to create the missing symlink yourself.

 $ readlink 
 /usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
 ../../../../../jni/libjava-access-bridge-jni.so

Thanks a lot! After creating the symlink josm starts (although it complains 
about some plugins):

lindi1:~$ sudo ln -sf ../../../../../jni/libjava-access-bridge-jni.so 
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
[sudo] password for lindi:
lindi1:~$ josm
Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm.
java.io.FileNotFoundException:  (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:137)
at 
org.openstreetmap.josm.io.MirroredInputStream.init(MirroredInputStream.java:54)
at 
org.openstreetmap.josm.io.MirroredInputStream.init(MirroredInputStream.java:25)
at 
org.openstreetmap.josm.gui.tagging.TaggingPreset.readFromPreferences(TaggingPreset.java:545)
at 
org.openstreetmap.josm.gui.preferences.TaggingPresetPreference.initialize(TaggingPresetPreference.java:130)
at org.openstreetmap.josm.Main.init(Main.java:199)
at 
org.openstreetmap.josm.gui.MainApplication.init(MainApplication.java:45)
at 
org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:168)
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/no_left_turn.png not found.
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/no_right_turn.png not found.
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/no_straight_on.png not found.
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/no_u_turn.png not found.
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/only_left_turn.png not found.
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/only_right_turn.png not found.
Mappaint-Style standard icon 
vehicle/restriction/turn_restrictions/only_straight_on.png not found.
Mappaint-Style standard icon vehicle/restriction/access.png not found.
Mappaint-Style standard icon vehicle/restriction/bicycle.png not found.
Mappaint-Style standard icon vehicle/restriction/bicycle-designated.png not 
found.
Mappaint-Style standard icon vehicle/restriction/foot.png not found.
Mappaint-Style standard icon vehicle/restriction/foot-designated.png not 
found.
Mappaint-Style standard icon vehicle/restriction/goods.png not found.
Mappaint-Style standard icon vehicle/restriction/goods.png not found.
Mappaint-Style standard icon vehicle/restriction/horse.png not found.
Mappaint-Style standard icon vehicle/restriction/horse-designated.png not 
found.
Mappaint-Style standard icon vehicle/restriction/motorbike.png not found.
Mappaint-Style standard icon vehicle/restriction/motorcar.png not found.
Mappaint-Style standard icon vehicle/restriction/psv.png not found.
Mappaint-Style standard icon vehicle/restriction/dead_end.png not found.
Mappaint-Style standard icon vehicle/restriction/maxweight.png not found.
Mappaint-Style standard icon vehicle/restriction/maxheight.png not found.
Mappaint-Style standard icon vehicle/restriction/maxwidth.png not found.
Mappaint-Style standard icon vehicle/restriction/maxlength.png not found.
Mappaint-Style standard icon vehicle/restriction/speed.png not found.
Mappaint-Style standard icon vehicle/restriction/minspeed.png not found.
Mappaint-Style standard icon vehicle/restriction/bollard.png not found.
Mappaint-Style standard icon transport/steps.png not found.
Mappaint-Style standard icon vehicle/restriction/roundabout_left.png not 
found.
Mappaint-Style standard icon vehicle/restriction/stop.png not found.
Mappaint-Style standard icon vehicle/restriction/traffic-light.png not 
found.
Mappaint-Style standard icon vehicle/restriction/speed_trap.png not found.
Mappaint-Style standard icon vehicle/restriction/citylimit.png not found.
Mappaint-Style standard icon vehicle/toll_booth.png not found.
Mappaint-Style standard icon vehicle/restriction/incline.png not found.
Mappaint-Style standard icon vehicle/restriction/incline.png not found.
Mappaint-Style standard icon nautical/waterfall.png not found.
Mappaint-Style standard icon transport/railway_station.png not found.
Mappaint-Style standard icon transport/railway_station.png not found.
Mappaint-Style standard icon transport/aerialway/cable_car.png not found.
Mappaint-Style standard icon transport/aerialway/chair_lift.png not found.
Mappaint-Style standard icon 

[DebianGIS-dev] Please help me, getting ERROR 1: libgrass_I.so: cannot open shared object file: No such file or directory

2009-05-18 Thread Bijay Panda
Hi,
Can you please help me out.I am using Qgis 1.1.0 in ubuntu 8.04.
While running Qgis it's throwing error like bellow
ERROR 1: libgrass_I.so: cannot open shared object file: No such file or
directory.
I checked it,grass libraries are there in usr/lib.but why it's throwing
error like this.
Please help me.

-- 
Thanks  Regards
Bijay Kumar Panda
Mob-9739591816
bijaykumar.m...@gmail.com
bijaykumar_pa...@yahoo.com
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel