Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141596 - app-misc/gpsdrive crashes immediately after splash screen
Summary: app-misc/gpsdrive crashes immediately after splash screen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 142710
  Show dependency tree
 
Reported: 2006-07-24 08:42 UTC by Tyler Akins
Modified: 2007-01-13 06:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tyler Akins 2006-07-24 08:42:40 UTC
Whenever I try to run gpsdrive, it just crashes immediately after the splash screen.  I am not sure if it is because I am missing something that's required or if is an actual problem with the software and I should be contacting the developers directly.

I have tried "emerge gpsdrive" to try 2.04 and "ACCEPT_KEYWORDS=~x86 emerge gpsdrive" to try 2.09 and both exhibit the exact same behavior.  There really isn't any error messages that I can show, so instead I ran it in debug mode and included is the output.

I also messed around with a sample "way.txt" which gets loaded and processed, but the program still crashes.  I also tried to install gpsd in case gpsdrive required it, but that didn't change anything.

----

# gpsdrive -D

libmysqlclient.so not found.

MySQL support disabled.

gpsdrive (c) 2001-2004 Fritz Ganter <ganter@ganter.at>

Version 2.09
$Id: gpsdrive.c,v 1.525 2004/03/03 20:46:47 ganter Exp $


GpsDrive version 2.09
$Id: gpsdrive.c,v 1.525 2004/03/03 20:46:47 ganter Exp $

/root/.gpsdrive/way.txt: No such file or directory
Aborted


----

# emerge --info
Portage 2.0.54-r2 (default-linux/x86/2006.0, gcc-3.3.6, glibc-2.3.6-r3, 2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i586 -fomit-frame-pointer -pipe"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i586 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt cups dlloader dri eds emboss encode esd ethereal expat fam foomaticdb fortran freetds gdbm gif glut gnome gpm gstreamer gtk gtk2 idn imlib isdnlog jpeg lcms libg++ libwww mad mikmod mng motif mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre pdflib perl png pppd python qt3 qt4 quicktime readline recode reflection samba sdl session slang spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb vorbis xml xml2 xmms xorg xv zlib input_devices_keyboard input_devices_mouse input_devices_evdev userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-24 08:49:46 UTC
Please, don't restrict bugs without any reason; leave those checkboxes alone.
Comment 2 Tyler Akins 2006-07-24 09:55:46 UTC
(In reply to comment #1)
> Please, don't restrict bugs without any reason; leave those checkboxes alone.

Will do for future bug reports.

I didn't see how this could be related to a security problem, so I unchecked the box.  If I shouldn't be touching them, the checkboxes shouldn't exist (or at least shouldn't be changeable by a lowly user like me).
Comment 3 Steve Arnold archtester gentoo-dev 2007-01-13 06:04:46 UTC
The new 2.09-r1 has a USE flag for mysql, so make sure that's disabled (in other words, this should be fixed).