[DebianGIS-dev] Bug#521100: improvement on second upgrade

2009-03-27 Thread Mark Robinson
 kanae:~# aptitude -vV upgrade
 W: The upgrade command is deprecated; use safe-upgrade instead.
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Reading extended state information
 Initializing package states... Done
 Reading task descriptions... Done
 The following packages are BROKEN:
   libproj0
 The following partially installed packages will be configured:
   libproj-dev  proj  proj-bin
 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 Need to get 0B of archives. After unpacking 0B will be used.
 The following packages have unmet dependencies:
   libproj0: Depends: proj-data but it is not installable
 Resolving dependencies...
 The following NEW packages will be installed:
   proj-data{a} [4.6.1-3]
 The following partially installed packages will be configured:
   libproj-dev  libproj0  proj  proj-bin
 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 0B/2925kB of archives. After unpacking 4931kB will be used.
 Do you want to continue? [Y/n/?]
 Writing extended state information... Done
 (Reading database ... 235888 files and directories currently installed.)
 Unpacking proj-data (from .../proj-data_4.6.1-3_all.deb) ...
 Setting up proj-data (4.6.1-3) ...
 Setting up libproj0 (4.6.1-3) ...
 Setting up libproj-dev (4.6.1-3) ...
 Setting up proj-bin (4.6.1-3) ...
 Setting up proj (4.6.1-3) ...
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Reading extended state information
 Initializing package states... Done
 Writing extended state information... Done
 Reading task descriptions... Done
 
 Current status: 0 broken [-1], 0 updates [+0], 22854 new [+0].
 kanae:~# 




___
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#521100: proj upgrade failure

2009-03-26 Thread Mark Robinson
Hi folks,

 Get:55 http://http.us.debian.org sid/main proj-data 4.6.1-3 [2925kB]
 Get:56 http://http.us.debian.org sid/main proj 4.6.1-3 [20.3kB]
 Get:57 http://http.us.debian.org sid/main libproj0 4.6.1-3 [134kB]
 Get:58 http://http.us.debian.org sid/main proj-bin 4.6.1-3 [57.5kB]
 Get:59 http://http.us.debian.org sid/main libproj-dev 4.6.1-3 [188kB]

 Selecting previously deselected package proj-data.
 Unpacking proj-data (from .../proj-data_4.6.1-3_all.deb) ...
 dpkg: error processing /var/cache/apt/archives/proj-data_4.6.1-3_all.deb 
 (--unpack):
  trying to overwrite `/usr/share/proj/FL', which is also in package proj
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Preparing to replace proj 4.6.1-1 (using .../archives/proj_4.6.1-3_all.deb) 
 ...
 Unpacking replacement proj ...
 Selecting previously deselected package libproj0.
 Unpacking libproj0 (from .../libproj0_4.6.1-3_amd64.deb) ...
 Selecting previously deselected package proj-bin.
 Unpacking proj-bin (from .../proj-bin_4.6.1-3_amd64.deb) ...
 Selecting previously deselected package libproj-dev.
 Unpacking libproj-dev (from .../libproj-dev_4.6.1-3_amd64.deb) ...

 dpkg: dependency problems prevent configuration of libproj0:
  libproj0 depends on proj-data; however:
   Package proj-data is not installed.
 dpkg: error processing libproj0 (--configure):
  dependency problems - leaving unconfigured
 dpkg: dependency problems prevent configuration of proj-bin:
  proj-bin depends on libproj0; however:
   Package libproj0 is not configured yet.
 dpkg: error processing proj-bin (--configure):
  dependency problems - leaving unconfigured

 dpkg: dependency problems prevent configuration of libproj-dev:
  libproj-dev depends on libproj0 (= 4.6.1-3); however:
   Package libproj0 is not configured yet.
 dpkg: error processing libproj-dev (--configure):
  dependency problems - leaving unconfigured

 dpkg: dependency problems prevent configuration of proj:
  proj depends on libproj0 (= 4.6.1-2); however:
   Package libproj0 is not configured yet.
  proj depends on proj-bin (= 4.6.1-2); however:
   Package proj-bin is not configured yet.
  proj depends on libproj-dev (= 4.6.1-2); however:
   Package libproj-dev is not configured yet.
 dpkg: error processing proj (--configure):
  dependency problems - leaving unconfigured

 Errors were encountered while processing:
  libproj0
  proj-bin
  libproj-dev
  proj

--
cheers,
Mark



___
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#456152: gpsdrive -r and -s options don't work

2007-12-13 Thread Mark Robinson
Andrew's observations are confirmed.

gpsdrive has become useless to me because it always makes the window bigger 
than any of my displays (800x600, 1280x1024).
-- 
regards
Mark



___
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#456149: Bug#456149: gpsdrive: Doesn't display my altitude

2007-12-13 Thread Mark Robinson
Andreas Putzo wrote:
 On Dec 13  21:59, Andrew McMillan wrote:
 GPSDrive is not displaying any altitude reading from my GPS (a Garmin
 60CSx).  If I telnet to the gpsd port on my local machine I definitely
 do see my altitude coming through on the various data streams available.
 
 Does the GPS Status bar in the bottom right corner sometimes displays a 3D 
 Fix 
 which is needed to determine the altitude? The problem might be that
 gpsdrive switches to n/a in the altitude widget as soon as your gps
 device loses its 3D fix. If this happens frequently it might look as if
 there were no altitude information altogether.
 It would be helpful if you could provide a sample of collected nmea
 data for example by starting gpsd with -D2 or by reading nmea sentences
 directly from the device.

Some GPSes send sentences containing 2D and 3D information every second.

If your GPS sends a 2D sentence last, that could be what you are seeing most of 
the time.



___
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#456152: Bug#456152: gpsdrive: Can't override window size

2007-12-13 Thread Mark Robinson
Andreas Putzo wrote:
 Looks like this is a mistake in the manual page. The correct command
 line switch is now -g geometry, for example:
   gpsdrive -g 800x600

Hi Andreas,

Thanks very much for teaching me about -g.

Sadly it's still quite badly broken, failing to correctly calculate the sizes 
for the various panels leaving critical values (lat, long etc) unreadable and 
failing to make the map the same size as the panel it's assigned to.

Further, there are obvious map rendering errors using when using neither the 
no_dir nor expedia maps at wide zooms.

The scale bar at the bottom right of the image appears to be approximately an 
order of decimal magnitude out.

The map grabbing code seems buggy too.

 -s disables the splash screen shown at startup now and -r is no longer
 used, see also gpsdrive --help.

 [EMAIL PROTECTED]:~$ gpsdrive --help
 gpsdrive: unrecognized option `--help'
 
 Copyright (c) 2001-2006 Fritz Ganter [EMAIL PROTECTED]
  Website: http://www.gpsdrive.de
 
 -vshow version
 -hprint this help
 -dturn on debug info
 -D X  set debug Level to X
 -Tdo some internal unit Tests(don't start gpsdrive)
 -euse Festival-Lite (flite) for speech output
 -oserial device, pty master, or file for NMEA *output*
 -f X  Select friends server, X is i.e. friendsd.gpsdrive.de
 -l LANG   Select language of the voice,
   LANG may be english, spanish or german
 -s HEIGHT set height of the screen, if autodetection
   don't satisfy you, X is i.e. 768,600,480,200
 -r WIDTH  set width of the screen, only with -s
 -1have only 1 button mouse, for example using touchscreen
 -adisplay APM Stuff ( battery status, Temperature)
 -b Server Servername for NMEA server (if gpsd runs on another host)
 -c WP set start position in simulation mode to waypoint name WP
 -xcreate separate window for menu
 -M mode   set guimode to desktop, pda or car
 -iignore NMEA checksum (risky, only for broken GPS receivers
 -qdisable SQL support
 -Fforce display of position even it is invalid
 -Sdon't show splash screen
 -Pstart in Pos Mode
 -W x  set x to 1 to switch WAAS/EGNOS on, set to 0 to switch off
 -H ALTcorrect altitude, adding this value (ALT) to altitude
 -C file   set config file (--config-file)
 [EMAIL PROTECTED]:~$

The --help option spits an error message but works anyway.

The -g option does not appear in the help or the manpage, while the -s and -r 
options are incorrectly documented in both.

Menus to configure mysql and pgsql seem to have disappeared and that support 
which remains seems broken.

It's a shame that this very promising program seems to be becoming less 
functional with more development.

Perhaps it is worth considering reverting distribution to an earlier version 
which is less buggy.



___
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#447168: gosmore binary broken

2007-10-31 Thread Mark Robinson
 $ gosmore
 gosmore: error while loading shared libraries: libgps.so.15: cannot open 
 shared object file: No such file or directory
 $ man gosmore
 No manual entry for gosmore
 See 'man 7 undocumented' for help when manual pages are not available.
 $ls -al /usr/lib/libgps*

 # ls -al /usr/lib/libgps*
 lrwxrwxrwx 1 root root 16 2007-10-25 13:51 /usr/lib/libgps.so.16 - 
 libgps.so.16.0.0
 -rw-r--r-- 1 root root 131140 2007-10-24 09:06 /usr/lib/libgps.so.16.0.0
 #
--
cheers
Mark




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


Bug#421434: [DebianGIS-dev] Bug#421434: closed by Francesco Paolo Lovergine [EMAIL PROTECTED] (Bug#421434: fixed in gdal 1.4.1-4)

2007-05-03 Thread Mark Robinson
Francesco P. Lovergine wrote:
 You have programs that still strictly depends on 1.3.2, try what by 
 explicitly installing libgdal1-1.4.0.

 # aptitude -s install libgdal1-1.4.0
 Reading package lists... Done
 Building dependency tree... Done
 Reading extended state information
 Initializing package states... Done
 Building tag database... Done
 The following packages are BROKEN:
   libgdal1-1.4.0
 The following NEW packages will be automatically installed:
   libhdf5-serial-1.6.5-0
 The following packages have been kept back:
   gdal-bin grass qgis qgis-plugin-grass skencil
 The following NEW packages will be installed:
   libhdf5-serial-1.6.5-0
 0 packages upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
 Need to get 2022kB/2631kB of archives. After unpacking 8209kB will be used.
 The following packages have unmet dependencies:
   libgdal1-1.4.0: Conflicts: libgdal1-1.3.2 but 1.3.2-4 is installed.
 Resolving dependencies...
 The following actions will resolve these dependencies:
 
 Keep the following packages at their current version:
 libgdal1-1.4.0 [Not Installed]
 
 Score is 1
 
 Accept this solution? [Y/n/q/?] q
 Abandoning all efforts to resolve these dependencies.
 Abort.
 #

 # apt-get -s install libgdal1-1.4.0
 Reading package lists... Done
 Building dependency tree... Done
 The following extra packages will be installed:
   gdal-bin grass libgdal1-1.4.0-grass libhdf5-serial-1.6.5-0 libqgis1 qgis 
 qgis-plugin-grass
 The following packages will be REMOVED:
   cgi-mapserver libgdal1-1.3.2 libgdal1-1.3.2-dev libqgis0 mapserver-bin 
 php4-mapscript php5-mapscript
 The following NEW packages will be installed:
   libgdal1-1.4.0 libgdal1-1.4.0-grass libhdf5-serial-1.6.5-0 libqgis1
 The following packages will be upgraded:
   gdal-bin grass qgis qgis-plugin-grass
 4 upgraded, 4 newly installed, 7 to remove and 1 not upgraded.
 Remv cgi-mapserver [4.10.0-6+b1]
 Inst libhdf5-serial-1.6.5-0 (1.6.5-3 Debian:unstable)
 Inst gdal-bin [1.3.2-4] (1.4.1-4 Debian:unstable) []
 Inst grass [6.2~beta1-1] (6.2.1-3 Debian:unstable) []
 Remv libgdal1-1.3.2-dev [1.3.2-4] []
 Inst qgis-plugin-grass [0.7.9+svn-20060901] (0.8.0-3 Debian:unstable) []
 Inst qgis [0.7.9+svn-20060901] (0.8.0-3 Debian:unstable) []
 Remv libqgis0 [0.7.9+svn-20060901] []
 Remv php5-mapscript [4.10.0-6+b1] []
 Remv php4-mapscript [4.10.0-6+b1] []
 Remv mapserver-bin [4.10.0-6+b1] []
 Remv libgdal1-1.3.2 [1.3.2-4] []
 Inst libgdal1-1.4.0 (1.4.1-4 Debian:unstable) []
 Inst libgdal1-1.4.0-grass (1.4.1-1 Debian:unstable) []
 Inst libqgis1 (0.8.0-3 Debian:unstable)
 Conf libhdf5-serial-1.6.5-0 (1.6.5-3 Debian:unstable)
 Conf libgdal1-1.4.0 (1.4.1-4 Debian:unstable)
 Conf gdal-bin (1.4.1-4 Debian:unstable)
 Conf grass (6.2.1-3 Debian:unstable)
 Conf libqgis1 (0.8.0-3 Debian:unstable)
 Conf qgis (0.8.0-3 Debian:unstable)
 Conf libgdal1-1.4.0-grass (1.4.1-1 Debian:unstable)
 Conf qgis-plugin-grass (0.8.0-3 Debian:unstable)
 #

I am not inclined to do this.

Perhaps the Conflicts between 1.3.2 and 1.4.0 could be removed to prevent
this breakage.
-- 
regards
Mark Robinson


___
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#421434: libgdal1-1.4.0: uninstallable, unmet dependencies - Depends: libgnutls11; Conflicts: libgdal1-1.3.2

2007-04-28 Thread Mark Robinson
Package: libgdal1-1.4.0
Version: 1.4.1-3
Severity: important


 The following packages have unmet dependencies:
   ...
   libgdal1-1.4.0: Depends: libgnutls11 (= 1.0.16) but it is not installable
   Conflicts: libgdal1-1.3.2 but 1.3.2-4 is installed.

 # apt-cache search libgnutls
 libgnutls-dev - the GNU TLS library - development files
 libgnutls13 - the GNU TLS library - runtime library
 libgnutls13-dbg - GNU TLS library - debugger symbols
 libgnutlsxx13 - the GNU TLS library - C++ runtime library
 libgnutls7 - GNU TLS library - runtime library
 libgnutls5 - GNU TLS library - runtime library
 #

 # aptitude show libgdal1-1.3.2
 Package: libgdal1-1.3.2
 New: yes
 State: installed
 Automatically installed: no
 Version: 1.3.2-4


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

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


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