You are not logged in.

#1 2008-11-11 09:00:41

maximalist
Member
From: Ukraine
Registered: 2008-11-11
Posts: 7

GPSD stop working after Python upgrade from v. 2.5 to v. 2.6

Hardware:
USB GPS receiver I-Blue GPS-M Pro
NMEA 0183 v3.1
Symptoms:
xgps shows nothing
gpscat change his output from something like this
$GPGSV,3,1,00,,,,,,,,,,,,,,,,*7B
$GPGSV,3,2,00,,,,,,,,,,,,,,,,*78
$GPGSV,3,3,00,,,,,,,,,,,,,,,,*79
$PMGNST,01.75,3,F,822,11.2,+00000,20*5A
$GPGSV,3,1,12,09,76,287,,17,38,073,36,26,34,163,,05,33,230,*72
$GPGSV,3,2,12,29,27,161,,18,24,256,,22,24,299,,28,11,055,*73
$GPGSV,3,3,12,14,08,319,,11,03,017,,30,02,232,,24,00,084,*71
$PMGNST,01.75,3,F,822,11.2,-00673,20*5E
to
$GPGSV,3,1,00,,,,,,,,,,,,,,,,*7B\x0a\x0a$GPGSV,3,2,00,,,,,,,,,,,,,,,,*78\x0a\x0a$GPGSV,3,3,00,,,,,,,,,,,,,,,,*79\x0a\x0a$PMGNST,01.75,3,F,822,11.2,+00000,20*5A\x0a\x0a$GPGSV,3,1,12,09,76,287,,17,38,073,36,26,34,163,,05,33,230,*72$GPGSV,3,2,12,29,27,161,,18,24,256,,22,24,299,,28,11,055,*73\x0a\x0a$GPGSV,3,3,12,14,08,319,,11,03,017,,30,02,232,,24,00,084,*71\x0a\x0a$PMGNST,01.75,3,F,822,11.2,-00673,20*5E

Any considerations?

Offline

#2 2008-11-11 17:09:28

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: GPSD stop working after Python upgrade from v. 2.5 to v. 2.6

well, when python upgraded most packages relying on python needed to be recompiled against the new 2.6 python version.

Have you tried this?

http://aur.archlinux.org/packages.php?ID=9027 july was the last time it was updated, I am betting that is the problem.

Last edited by jacko (2008-11-11 17:15:13)

Offline

#3 2008-11-11 22:02:46

maximalist
Member
From: Ukraine
Registered: 2008-11-11
Posts: 7

Re: GPSD stop working after Python upgrade from v. 2.5 to v. 2.6

Sure I have
Btw, gpsd's PKGBUILD need this line
makedepends=('xmlto')
for man pages building

Offline

#4 2008-11-20 21:50:17

maximalist
Member
From: Ukraine
Registered: 2008-11-11
Posts: 7

Re: GPSD stop working after Python upgrade from v. 2.5 to v. 2.6

Solved. Oops with #GPS_DEV in /etc/conf.d/gpsd.conf. Maybe old (working) config erased by pacman?

Offline

Board footer

Powered by FluxBB