https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
--- Comment #15 from Kubilay Kocak <ko...@freebsd.org> --- (In reply to Kubilay Kocak from comment #14) As a test case (not necessarily a workaround or solution), removing the clean_tables() function call from the xinstall class prevents the errors: --- setup.py.orig 2017-07-10 14:03:10 UTC +++ setup.py @@ -182,7 +182,6 @@ def restore_version(): class xinstall(install): """Xonsh specialization of setuptools install class.""" def run(self): - clean_tables() build_tables() amalgamate_source() # add dirty version number This is the functionality that is resulting in --record output not matching what is installed -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"