gpsd-users
[Top][All Lists]
Advanced

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

Re: M8T time offset


From: Denny Page
Subject: Re: M8T time offset
Date: Wed, 22 Jan 2020 14:17:21 -0800

Hey Gary,

The latest update to head addresses the issue.

For reference, the version of scons is 3.1.1, and the version of python is 
3.6.9. This is from Gentoo.

Denny



> On Jan 22, 2020, at 13:19, Gary E. Miller <address@hidden> wrote:
> 
> Yo Denny!
> 
> On Wed, 22 Jan 2020 08:03:27 -0800
> Denny Page <address@hidden> wrote:
> 
>> Here is the error I___m receiving in current master:
>> 
>> substituter(["contrib/webgps"], ["contrib/webgps.in"])
>> scons: *** [contrib/webgps] UnicodeDecodeError : 'ascii' codec can't
>> decode byte 0xc2 in position 4930: ordinal not in range(128)
>> Traceback (most recent call last): File
>> "/usr/lib64/python3.6/site-packages/SCons/Action.py", line 1209, in
>> execute result = self.execfunction(target=target, source=rsources,
>> env=env) File "/mars/software/public/gpsd/SConstruct", line 1981, in
>> substituter content = sfp.read() File
>> "/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode return
>> codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError:
>> 'ascii' codec can't decode byte 0xc2 in position 4930: ordinal not in
>> range(128) scons: building terminated because of errors.
> 
> I tried on scons 3.1.1 and 3.1.2, with Python 3.8.1.  Unable to duplicate.
> But it does look like the usual Python 2 vs 3 mess.
> 
> Can you provide your full build log?  And scons version?
> 
> The 0xc2 is part of the valid UTF-8 char 0xc2 0xb0, the degree sign.
> 
> Since this is for HTML, I just replaced the degree by "&deg" which should
> finesse the whole unicode fsck.  Pull git head and see if that works for you.
> 
> RGDS
> GARY
> ---------------------------------------------------------------------------
> Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
>       address@hidden  Tel:+1 541 382 8588
> 
>           Veritas liberabit vos. -- Quid est veritas?
>    "If you can't measure it, you can't improve it." - Lord Kelvin




reply via email to

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