gpsd-users
[Top][All Lists]
Advanced

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

Re: [gpsd-users] SConfig error Python 2.7


From: Gary E. Miller
Subject: Re: [gpsd-users] SConfig error Python 2.7
Date: Thu, 1 Nov 2018 12:02:37 -0700

Yo Dominic!

On Thu, 1 Nov 2018 11:26:51 -0700
Dominic Hilsbos <address@hidden> wrote:

> I'm attempting to build gpsd in accordance with this HowTo:
> https://www.ntpsec.org/white-papers/stratum-1-microserver-howto/

Cool.

> I have attempted clockmaker --build multiple times, and  the scons
> build line several times.

OK.

> I don't have the system in front of me, but scons complains that lists
> don't have a "keys" attribute and point at line 1754 of the SConfig
> file.

That is very odd.  Can you send the exact error message that scons
outputs?

Here is line 1754:

all_manpages = list(base_manpages.keys()) + list(python_manpages.keys())

An odd line to fail...

For debugging, can you add these two lines just above the failing line?

print(base_manpages)
print(python_manpages)
all_manpages = list(base_manpages.keys()) + list(python_manpages.keys())

And send the output of running "scons"?

Also, please confirm your Python version this way:

# pthyon -V

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

Attachment: pgphgrr2qSrbC.pgp
Description: OpenPGP digital signature


reply via email to

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