The curse that is Bruce

View: New views
4 Messages — Rating Filter:   Alert me  

The curse that is Bruce

by Bruce Johnson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I struggled with the build from the tarball finally getting a Makefile which produced a gpsdrive which exited thus:

bruce@bruce-laptop:~$ gpsdrive -X -g 900x400
Parsing of options failed: Unknown option -X
bruce@bruce-laptop:~$ gpsdrive
ERROR: Unknown Config Parameter 'showstreetmaps=1'
ERROR: Unknown Config Parameter 'usedgps=0'
ERROR: Unknown Config Parameter 'satposmode=0'
ERROR: Unknown Config Parameter 'printoutsats=0'
ERROR: Unknown Config Parameter 'lastnotebook=0'
ERROR: Unknown Config Parameter 'dbhostname=localhost'
ERROR: Unknown Config Parameter 'dbname=geoinfo'
ERROR: Unknown Config Parameter 'dbuser=gast'
ERROR: Unknown Config Parameter 'dbpass=gast'
ERROR: Unknown Config Parameter 'dbtable=poi'
ERROR: Unknown Config Parameter 'dbusedist=1'
ERROR: Unknown Config Parameter 'earthmate=0'
ERROR: Unknown Config Parameter 'showssid=1'
ERROR: Unknown Config Parameter 'draw_poilabel=0'
Speech Dispatcher not available, disabling speech output!
Connection to GPS Daemon on 127.0.0.1:2947 established.
DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db: unable to open database file
bruce@bruce-laptop:~$ gpsdrive --version

GpsDrive (C) 2001-2008 Fritz Ganter and the GpsDrive Development Team
This program is Free Software licensed under the terms of the GNU GPL

Version 2.10pre7.svn
$Id: gpsdrive.c 2425 2009-05-12 20:40:36Z d_s_e $

These errors are new from those preventing pre4 from functioning. 
The red map-icons does not exist.  Pshaw!

I have added countless packages to my system with the above result.  I hope for a simple solution.  Prior to installing the mysql server was refusing gast@localhost.

Hilfe, bitte!

_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

Re: The curse that is Bruce

by Charles Curley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 06 Nov 2009 22:02:19 -0800
Bruce Johnson <kingcockup@...> wrote:

> I struggled with the build from the tarball finally getting a
> Makefile which produced a gpsdrive which exited thus:
>
> bruce@bruce-laptop:~$ gpsdrive -X -g 900x400
> Parsing of options failed: Unknown option -X
> bruce@bruce-laptop:~$ gpsdrive
> ERROR: Unknown Config Parameter 'showstreetmaps=1'
> ERROR: Unknown Config Parameter 'usedgps=0'
> ERROR: Unknown Config Parameter 'satposmode=0'
> ERROR: Unknown Config Parameter 'printoutsats=0'
> ERROR: Unknown Config Parameter 'lastnotebook=0'
> ERROR: Unknown Config Parameter 'dbhostname=localhost'
> ERROR: Unknown Config Parameter 'dbname=geoinfo'
> ERROR: Unknown Config Parameter 'dbuser=gast'
> ERROR: Unknown Config Parameter 'dbpass=gast'
> ERROR: Unknown Config Parameter 'dbtable=poi'
> ERROR: Unknown Config Parameter 'dbusedist=1'
> ERROR: Unknown Config Parameter 'earthmate=0'
> ERROR: Unknown Config Parameter 'showssid=1'
> ERROR: Unknown Config Parameter 'draw_poilabel=0'
> Speech Dispatcher not available, disabling speech output!
> Connection to GPS Daemon on 127.0.0.1:2947 established.
> DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db:
> unable to open database file

...

> The red map-icons does not exist.  Pshaw!

Right, see my email of Sun, 25 Oct 2009 17:51:19 -0600 for my
workaround of the geoinfo.db problem.



--

Charles Curley                  /"\    ASCII Ribbon Campaign
Looking for fine software       \ /    Respect for open standards
and/or writing?                  X     No HTML/RTF in email
http://www.charlescurley.com    / \    No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB
_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

Re: The curse that is Bruce

by hamish_b :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bruce wrote:
> I struggled with the build from the tarball finally getting
> a Makefile which produced a gpsdrive which exited thus:
...
> DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db:
> unable to open database file


you must install at least the minimal icon set. that ships with the
geoinfo.db file.

download under "additional data":
  http://sourceforge.net/projects/gpsdrive/files/


sorry that dependency is not so obvious.



Hamish


ps- 2.10pre7 no longer uses mysql. It uses sqlite for waypoints and
postgres (postgis) for OpenStreetMap data rendered with Mapnik.



     
_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

Re: The curse that is Bruce

by Charles Curley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 7 Nov 2009 20:04:08 -0800 (PST)
Hamish <hamish_b@...> wrote:

> Bruce wrote:
> > I struggled with the build from the tarball finally getting
> > a Makefile which produced a gpsdrive which exited thus:
> ...
> > DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db:
> > unable to open database file
>
>
> you must install at least the minimal icon set. that ships with the
> geoinfo.db file.
>
> download under "additional data":
>   http://sourceforge.net/projects/gpsdrive/files/
>
>
> sorry that dependency is not so obvious.

That's not the only thing that's not obvious. gpsdrive is looking
for /usr/local/share/icons/map-icons/geoinfo.db. However, the tarball
drops it into usr/share/icons/map-icons/geoinfo.db.

Also, the tarball drops all its icons into usr/share/icons/map-icons/.
But the deb package openstreetmap-map-icons-scalable drops its icons
into /usr/share/icons/openstreetmap/. I see no evidence that gpsdrive
is picking up those icons.

--

Charles Curley                  /"\    ASCII Ribbon Campaign
Looking for fine software       \ /    Respect for open standards
and/or writing?                  X     No HTML/RTF in email
http://www.charlescurley.com    / \    No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB
_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive