gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] ✘scons 3.0.5


From: Fred Wright
Subject: Re: [gpsd-dev] ✘scons 3.0.5
Date: Wed, 27 Mar 2019 19:11:32 -0700 (PDT)
User-agent: Alpine 2.21 (LRH 202 2017-01-01)


On Wed, 27 Mar 2019, Gary E. Miller wrote:
I just updated to scons 3.0.5.  That broke gpsd builds with
Python 2.7 and 3.6.

Others have had trouble with 3.0.5 as well. It may have been an overly hasty release.

Both show this failure:

Package QtNetwork was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtNetwork.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtNetwork' found
pkg_config is confused about the state of QtNetwork.

I have qtnetwork 5.12.2 installed.    There is no file QtNetwork.pc

It should be there somewhere.  AFAIK, relying on it is nothing new.
what does "pkg-config --libs QtNetwork" say?

The fatal error, on both, is this:

AttributeError: 'SConsEnvironment' object has no attribute 'Man':
 File "/u1/local/src/GPS/gpsd/gpsd/SConstruct", line 1848:
   manpage_targets.append(man_env.Man(source=xml, target=man))

Additionally python 2.7 throws this message before the above error:
[...]

There's a lot of weird crap in there. Did you clean out the old SCons files when switching? I think all bets are off when you switch versions without doing so.

In a git repo, the easiest and most effective way to clean is to do "git clean -dxf". Or -dxn if you want to look before you leap.

Fred Wright



reply via email to

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