gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] scons audit failed


From: address@hidden
Subject: [gpsd-dev] scons audit failed
Date: Sun, 31 May 2015 12:05:39 +0200

Hello,

 

on a Ububntu 14.04 machine,

 

scons audit failed with the messages below.

 

I suspect, i need a more recent version of pylint, but

 

i think that gpsd should run on a broad range of systems and machines, and not only on the freshest and newest ones.

I do not like the migration to scons 2.3, that breaks the build on ubuntu 12.04 systems, but there is a good scons-local package as a workaround.

 

I think, there are some serious bugs in the nmea0183 parser, as i can still reproduce the effect, that the parser crash, if i connect to a device. that send packets with checksum errors from time to time. After getting a number of bad packages in the stream of many good ones, it try to switch to another baudrate and then crash.

 

But i have seen this effect also, if an receiver starts with an unusual baudrate, for example 38400 baud, from time to time. 

 

Nobody seems to care.

 

Here is the log of "scons audit"  

 

Reinhard

 

Checking usage of global functions..
driver_garmin.c:626: information: Unmatched suppression: unusedFunction
driver_garmin.c:847: information: Unmatched suppression: unusedFunction
:: information: Cppcheck cannot find all the include files (use --check-config for details)
pylint --rcfile=/dev/null --dummy-variables-rgx='^_' --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" --reports=n --disable=F0001,C0103,C0111,C1001,C0301,C0302,C0322,C0324,C0323,C0321,C0330,R0201,R0801,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,W0110,W0201,W0121,W0123,W0232,W0234,W0401,W0403,W0141,W0142,W0603,W0614,W0640,W0621,W1504,E1101,E1102,E1103,F0401 gps/*.py *.py gpscat gpsfake gpsprof xgps xgpsspeed gegps
Traceback (most recent call last):
File "/usr/bin/pylint", line 3, in <module>
run_pylint()
File "/usr/lib/python2.7/dist-packages/pylint/__init__.py", line 21, in run_pylint
Run(sys.argv[1:])
File "/usr/lib/python2.7/dist-packages/pylint/lint.py", line 1019, in __init__
args = linter.load_command_line_configuration(args)
File "/usr/lib/python2.7/dist-packages/logilab/common/configuration.py", line 685, in load_command_line_configuration
(options, args) = self.cmdline_parser.parse_args(args=args)
File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args
stop = self._process_args(largs, rargs, values)
File "/usr/lib/python2.7/optparse.py", line 1440, in _process_args
self._process_long_opt(rargs, values)
File "/usr/lib/python2.7/optparse.py", line 1515, in _process_long_opt
option.process(opt, value, values, self)
File "/usr/lib/python2.7/dist-packages/logilab/common/optik_ext.py", line 237, in process
self.action, self.dest, opt, value, values, parser)
File "/usr/lib/python2.7/optparse.py", line 809, in take_action
self.callback(self, opt, value, parser, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/logilab/common/configuration.py", line 540, in cb_set_provider_option
self.global_set_option(opt, value)
File "/usr/lib/python2.7/dist-packages/logilab/common/configuration.py", line 544, in global_set_option
self._all_options[opt].set_option(opt, value)
File "/usr/lib/python2.7/dist-packages/pylint/lint.py", line 392, in set_option
meth(_id)
File "/usr/lib/python2.7/dist-packages/pylint/utils.py", line 276, in disable
msg = self.check_message_id(msgid)
File "/usr/lib/python2.7/dist-packages/pylint/utils.py", line 341, in check_message_id
raise UnknownMessage('No such message id %s' % msgid)
pylint.utils.UnknownMessage: No such message id C0330
scons: *** [pylint] Error 1

 

 

 


reply via email to

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