gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.10-137


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.10-137-g539333a
Date: Fri, 03 Jan 2014 10:11:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  539333a81b5786f2edf4b6378b75e5c966eb5125 (commit)
       via  a3c3f8e99d484f5ebf2c99c1cbf56fc64d34ce4a (commit)
       via  2b1442e865f1403a165966cd2f9b70bbbd2272fa (commit)
       via  d6449386f9944dc8f9a72a031b309df2229ea0d5 (commit)
       via  07646dda8bda112ef5ffb8425679f7bdb7f23d47 (commit)
       via  c31095e1562494a74d56b46fcc01541d1444cd5c (commit)
       via  182454be8b437296350a57d85f51698d313d5c3e (commit)
       via  2300c5fc276aa91bd32665210fe35a4c4f9f25ad (commit)
      from  e80451a097589404a450d66627bfe4e433b7e110 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 539333a81b5786f2edf4b6378b75e5c966eb5125
Author: Sanjeev Gupta <address@hidden>
Date:   Wed Dec 11 22:34:25 2013 +0800

    Language clarification
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit a3c3f8e99d484f5ebf2c99c1cbf56fc64d34ce4a
Author: Simon Dawson <address@hidden>
Date:   Tue Dec 10 10:06:15 2013 +0000

    Fix broken udev rule for Telit
    
    Commit 62a49dd2c4438aa82b1296faf5432277c7c6674a added a udev rule
    for Telit GPS modules. Unfortunately, this is broken.
    
    Tested with the Telit HE910G, which presents itself as six ttyACM
    devices, only one of which is "really" the GPS device.
    
    Signed-off-by: Simon Dawson <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 2b1442e865f1403a165966cd2f9b70bbbd2272fa
Author: Simon Dawson <address@hidden>
Date:   Mon Dec 9 13:07:21 2013 +0000

    Fix problem with devices query to control socket
    
    The control socket should support a "?devices" string sent to the
    control socket. Unfortunately, this appears to be broken; so fix it.
    
    Signed-off-by: Simon Dawson <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

commit d6449386f9944dc8f9a72a031b309df2229ea0d5
Author: Sanjeev Gupta <address@hidden>
Date:   Sun Dec 8 22:41:01 2013 +0800

    Fix double leading // in libdir
    
    Spotted by Hal Murray.  The issue must have occurred earlier,
    as the installdir function has a switch for that
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 07646dda8bda112ef5ffb8425679f7bdb7f23d47
Author: Simon Dawson <address@hidden>
Date:   Sun Dec 8 11:20:05 2013 +0000

    libgpsmm: add is_open method
    
    The gpsmm constructor effectively hides the useful status flag returned
    by the underlying gps_open call.
    
    It is extremely useful for client code to be able to check that the
    gpsmm constructor was successful. To this end, add a gpsmm::is_open method
    which simply checks that the gpsmm::to_user member is non-NULL. A NULL
    gpsmm::to_user member can only mean that the constructor was not successful.
    
    Signed-off-by: Simon Dawson <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

commit c31095e1562494a74d56b46fcc01541d1444cd5c
Author: Simon Dawson <address@hidden>
Date:   Sun Dec 8 10:31:25 2013 +0000

    gpsmon: fix build when nmea is false
    
    When nmea is False and ncurses support is enabled, the build fails as
    follows.
    
    gpsmon.o: In function `gpsmon_hook':
    gpsmon.c:(.text+0x974): undefined reference to `driver_nmea0183'
    collect2: error: ld returned 1 exit status
    scons: *** [gpsmon] Error 1
    scons: building terminated because of errors.
    
    The problem appears to be a failure to protect use of the driver_nmea0183
    variable with appropriate #ifdef guards.
    
    Signed-off-by: Simon Dawson <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 182454be8b437296350a57d85f51698d313d5c3e
Author: Simon Dawson <address@hidden>
Date:   Sun Dec 8 10:17:27 2013 +0000

    gpsmon: fix build when reconfigure is false
    
    When reconfigure is False and ncurses support is enabled, the build fails as
    follows.
    
    gpsmon.o: In function `gpsd_write':
    gpsmon.c:(.text+0xbbc): undefined reference to `monitor_dump_send'
    gpsmon.o: In function `main':
    gpsmon.c:(.text.startup+0xd68): undefined reference to `announce_log'
    collect2: error: ld returned 1 exit status
    scons: *** [gpsmon] Error 1
    scons: building terminated because of errors.
    
    The problem appears to be a failure to protect calls to momnitor_dump_send
    and announce_log with appropriate #ifdef guards.
    
    Signed-off-by: Simon Dawson <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 2300c5fc276aa91bd32665210fe35a4c4f9f25ad
Author: Simon Dawson <address@hidden>
Date:   Sun Dec 8 09:11:34 2013 +0000

    Fix ubx_mode link error when reconfigure=false
    
    When reconfigure is false, the link step fails as follows.
    
    /scratch/peko/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -o gpsd 
-pthread 
--sysroot=/scratch/peko/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot 
gpsd.o ntpshm.o shmexport.o dbusexport.o -L. 
-L/scratch/peko/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -lrt 
-lbluetooth -ldbus-1 -lgpsd -lusb-1.0 -lbluetooth -lgps -lm -ldbus-1 -lpthread 
-lrt
    ./libgpsd.so: undefined reference to `ubx_mode'
    collect2: error: ld returned 1 exit status
    scons: *** [gpsd] Error 1
    scons: building terminated because of errors.
    
    The problem appears to be a failure to guard a call to ubx_mode with a
    RECONFIGURE_ENABLE ifdef.
    
    Signed-off-by: Simon Dawson <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 SConstruct   |    2 +-
 build.txt    |    6 +++---
 driver_ubx.c |    4 ++++
 gpsd.c       |    2 +-
 gpsd.rules   |    2 +-
 gpsmon.c     |    8 ++++++++
 libgpsmm.cpp |    5 +++++
 libgpsmm.h   |    1 +
 8 files changed, 24 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]