gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] Warnings from 32 bit FreeBSD


From: Fred Wright
Subject: Re: [gpsd-dev] Warnings from 32 bit FreeBSD
Date: Wed, 19 Jun 2019 23:13:37 -0700 (PDT)
User-agent: Alpine 2.21 (LRH 202 2017-01-01)


On Tue, 18 Jun 2019, Gary E. Miller wrote:

Python 2.7 does this:

   scons: Building targets ...
   scons: *** [dist] ValueError : unsupported pickle protocol: 4
   scons: building terminated because of errors.

Usually that means that you didn't delete SCons's internal files when switching Python versions.

In a git repo, the best clean is:

        git clean -dxf

Otherwise, the best clean is:

        scons -c && rm -rf .scon*

Fred Wright




reply via email to

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