|
From: | Dave Hitchman |
Subject: | Re: Help... |
Date: | Sat, 25 Nov 2023 09:19:37 +0100 |
On Fri, 24 Nov 2023, Chris Kuethe wrote:
> Don't do that. GPSD 3.9 is over 10 years old. Please try with the most
> recent release... https://download-mirror.savannah.gnu.org/releases/gpsd/
>
> On Fri, Nov 24, 2023 at 2:26 PM Dave Hitchman <davehitchman63@gmail.com>
> wrote:
>>
>> running on Ubuntu, trying to put together a yocto recipe for gpsd3.9, it
>> wasnt working so decided to just check outside the recipe to see why, had
>> to install scons but then get...
>>
>> gpsd-3.9$ scons
>> scons: Reading SConscript files ...
>> File
>> "/home/dave/Documents/Kymati/yocto-kirkstone/build/tmp/work/cortexa53-crypto-phytec-linux/gpsd3.9/1.0-r0/gpsd-3.9/SConstruct",
>> line 255
>>
>> print msg
>>
>> ^
>>
>> SyntaxError: Missing parentheses in call to 'print'. Did you mean
>> print(msg)?
More specifically, GPSD 3.9 is not compatible with Python 3. If you
really must build this ancient GPSD, then you'll need to use Python 2,
which may also mean digging up an older version of SCons (<3) which works
with Python 2.
Or did you think that 3.9 is the latest version based on a dumb sort
algorithm? :-)
Fred Wright
[Prev in Thread] | Current Thread | [Next in Thread] |