gpsd-users
[Top][All Lists]
Advanced

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

Re: [gpsd-users] Scons Dist


From: Jon Schlueter
Subject: Re: [gpsd-users] Scons Dist
Date: Sat, 7 Jan 2017 15:51:01 -0500

Lee,

Looks like you may not have all the necessary tools installed to build manpages.

can you check to see what the following shows? on my current system I
don't have xsltproc for manpage building and gpsctl.1 is a man page
file.  Not optimal failure mode but if you install the necessary
manpage building tools it should work.

$ scons | grep man
Checking that xsltproc can make man pages... (cached) no
Neither xsltproc nor xmlto found, documentation cannot be built.

$ scons tarball
...
Checking if sys/ioctl.h supplies TIOCMIWAIT ...(cached) yes
Checking that xsltproc can make man pages... (cached) no
Neither xsltproc nor xmlto found, documentation cannot be built.
...
scons: *** [tarball] Source `gpsctl.1' not found, needed by target `tarball'.
scons: building terminated because of errors.


After installing xmlto on my ubuntu box

$    sudo apt-get install xmlto
...

$ scons | grep man
Checking that xsltproc can make man pages... (cached) no
xmlto man gpsctl.xml || mv `basename gpsctl.1` `dirname gpsctl.1`
Note: Writing gpsctl.1

Give that a try and let me know if you still have issues.

if you still are having issues try joining us on freenode IRC channel #gpsd

Give me a direct ping yazug or jschlueter to get my attention if I'm
at my computer on the gpsd channel.

Jon Schlueter


On Sat, Jan 7, 2017 at 8:37 AM, Lee Armstrong <address@hidden> wrote:
> I used a custom compilation for GPSD, mainly that does not submit config
> changes to the GPS unit.  When I come to do “scons dist” the following error
> comes up…
>
> Altered configuration variables:
>
> ashtech = False (default True): Ashtech support
>
> earthmate = False (default True): DeLorme EarthMate Zodiac support
>
> evermore = False (default True): EverMore binary support
>
> fv18 = False (default True): San Jose Navigation FV-18 support
>
> garmin = False (default True): Garmin kernel driver support
>
> garmintxt = False (default True): Garmin Simple Text support
>
> geostar = False (default True): Geostar Protocol support
>
> itrax = False (default True): iTrax hardware support
>
> mtk3301 = False (default True): MTK-3301 support
>
> navcom = False (default True): Navcom NCT support
>
> oncore = False (default True): Motorola OnCore chipset support
>
> superstar2 = False (default True): Novatel SuperStarII chipset support
>
> tnt = False (default True): True North Technologies support
>
> tripmate = False (default True): DeLorme TripMate support
>
> fury = False (default True): Jackson Labs Fury and Firefly support
>
> aivdm = False (default True): AIVDM support
>
> gpsclock = False (default True): GPSClock support
>
> ntrip = False (default True): NTRIP support
>
> oceanserver = False (default True): OceanServer support
>
> isync = False (default True): Spectratime iSync LNRClok/GRCLOK support
>
> rtcm104v2 = False (default True): rtcm104v2 support
>
> rtcm104v3 = False (default True): rtcm104v3 support
>
> passthrough = False (default True): build support for passing through JSON
>
> pps = False (default True): PPS time syncing support
>
> dbus_export = False (default True): enable DBUS export support
>
> bluez = False (default True): BlueZ support for Bluetooth devices
>
> qt = False (default True): build QT bindings
>
> reconfigure = False (default True): allow gpsd to change device settings
>
> controlsend = False (default True): allow gpsctl/gpsmon to change device
> settings
>
> RTCM2 regression tests suppressed because rtcm104v2 is off.
>
> AIVDM regression tests suppressed because aivdm is off.
>
> Part of the website build requires asciidoc, not installed.
>
> scons: done reading SConscript files.
>
> scons: Building targets ...
>
> leapseconds_cache_rebuild(["leapseconds.cache"], ["leapsecond.py"])
>
> timebase_h(["timebase.h"], ["leapseconds.cache"])
>
> scons: *** [dist] Source `gpsctl.1' not found, needed by target `dist'.
>
> scons: building terminated because of errors.



reply via email to

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