gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] Parallel build broken?


From: Christian Gagneraud
Subject: [gpsd-dev] Parallel build broken?
Date: Fri, 22 Nov 2013 15:28:59 +1300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Hi,

$ scons -j 10
[...]
scons: *** [leapseconds.cache] ValueError : signal only works in main thread
Traceback (most recent call last):
  File "/usr/lib/scons/SCons/Action.py", line 1062, in execute
    result = self.execfunction(target=target, source=rsources, env=env)
File "/home/christiaga/projects/gpsd/SConstruct", line 1209, in leapseconds_cache_rebuild
    timed_save_leapseconds(target[0].abspath, env)
File "/home/christiaga/projects/gpsd/SConstruct", line 1198, in timed_save_leapseconds
    signal.signal(signal.SIGALRM, handler)
ValueError: signal only works in main thread
scons: building terminated because of errors.

This seem to be the workaround for people behind a proxy (like me, I did the request indeed), but unfortunately it breaks parallel build. :(

Chris



reply via email to

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