On 7/30/15 8:44 PM, 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".
> match = VERSION_RE.search(s) > allmydata.PackagingError: could not parse '1.10.2.postdirty.dev0' due > to TypeError: expected string or buffer Huh, I did a build from the tarball and didn't get that test failure. If you run "git status" on your tree, do you get any indication that you have local uncommitted changes? (I don't think the test is supposed to fail in that case, but the "1.10.2.postdirty.dev0" string suggests that the tree is dirty). thanks for checking it out! -Brian _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
