On 31/07/15 04:44, Paul Rabahy wrote: > I just synced to the allmydata-tahoe-1.10.2 tag (commit = > befa4babea7f92609654207c164b6d07f3baf92b) and verified that it was signed > properly (key = E34E 62D0 6D0E 69CF CA41 79FF BDE0 D31D 6866 6A7A). I was > able to build successfully and encountered 1 error while running "python > setup.py trial". > > [ERROR] > Traceback (most recent call last): > File > "c:\users\prabahy\documents\github\tahoe-lafs\src\allmydata\test\test_runner.py", > line 171, in _cb > norm_ver = normalized_version(ver) > File > "c:\users\prabahy\documents\github\tahoe-lafs\src\allmydata\__init__.py", > line 149, in normalized_version > return verlib.NormalizedVersion(verlib.suggest_normalized_version(verstr)) > File > "c:\users\prabahy\documents\github\tahoe-lafs\src\allmydata\util\verlib.py", > line 86, in __init__ > self._parse(s, error_on_huge_major_num) > File > "c:\users\prabahy\documents\github\tahoe-lafs\src\allmydata\util\verlib.py", > line 95, in _parse > match = VERSION_RE.search(s) > allmydata.PackagingError: could not parse '1.10.2.postdirty.dev0' due to > TypeError: expected string or buffer
Maybe you have local changes in your tree? Please make a copy of your source tree (to make sure we can reproduce this bug), then try 'git reset --hard' and 'make clean', and run tests again. (The version parsing error is a bug regardless of whether you have local changes.) -- Daira Hopwood ⚥
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
