Opened 15 years ago
Closed 14 years ago
#92 closed defect/bug (fixed)
Missing dependencies and other strangeness
Reported by: | richietommy@… | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | version 0.1.0 |
Component: | gui/gtk | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description (last modified by KaZeR)
I did an install of Navit CVS from this ebuild on a stable, fresh install of Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=176552 . First, I was having the same dependency issue that isn't documented anywhere (xkbd for GTK gui to work), and after satisfying it (which I couldn't do with Ubuntu), I get this error whenever I click the 'destination' button in the GTK GUI:
(<unknown>:13890): Gtk-WARNING **: Visible Routegraph: missing action VisibleRouteGraphAction vehicle_gpsd:vehicle_gpsd_open:gps_open failed. Have you started gpsd? vehicle_gpsd:vehicle_gpsd_new_gpsd:Failed to open 'gpsd://localhost' navit:vehicle_new:vehicletype_new failed data_binfile:map_new_binfile:file_create /usr/share/navit/maps/osm_bbox_11.3,47.9,11.7,48.2.bin magic 0x6054b50 cde_size 60 members 79 0x6054b50 0x2014b50 Using '/usr/share/navit/navit.xml' Sorry - server Keyboard map doesn't contain either 2 or 4 KeySyms per Keycode - unsupported! 0f97bb90-f4c2-c354-086e2bab-7775c6d5 is dumped
and the program sefaults. Any ideas?
Change History (3)
comment:1 Changed 15 years ago by KaZeR
- Milestone set to version 0.1.0
- Owner changed from somebody to KaZeR
- Status changed from new to assigned
comment:2 Changed 14 years ago by KaZeR
- Description modified (diff)
comment:3 Changed 14 years ago by KaZeR
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Bug has been solved by a Gentoo user here: http://bugs.gentoo.org/show_bug.cgi?id=176552
It was related to xkbd not being available, as you suggested.
For Gentoo, you can use the ebuild on the link pasted above, it should work now. I'll keep the ticket open for now, cause navit shouldn't crash if there is no xkbd. If you could also confirm that it now works for you, would be great.
Thanks for reporting the problem