[tahoe-lafs-trac-stream] [pycryptopp] #95: Running 'python setup.py build' from master failed
pycryptopp
trac at tahoe-lafs.org
Fri Oct 18 22:57:30 UTC 2013
#95: Running 'python setup.py build' from master failed
-------------------+------------------------
Reporter: chiiph | Owner: chiiph
Type: defect | Status: new
Priority: major | Milestone:
Version: 0.5.29 | Resolution:
Keywords: | Launchpad Bug:
-------------------+------------------------
Comment (by warner):
Let's see, versioneer tries to be quiet about git errors, and for this
problem I think we'll need to make it more verbose. I'm guessing that
pycryptopp's bundled copy of versioneer is trying to run "git describe"
and failing, but mostly likely because it's spelling "git" incorrectly, or
is looking in the wrong place.
versioneer.py line 221 ought to notice that we're running on windows and
arrange to invoke {{{git.cmd}}} instead of plain {{{git}}}. Could you try
adding {{{verbose=True}}} to the invocation of {{{run_command()}}} on line
224? That should print more messages to stdout and might tell us what's
going wrong.
--
Ticket URL: <https://tahoe-lafs.org/trac/pycryptopp/ticket/95#comment:5>
pycryptopp <https://tahoe-lafs.org/trac/pycryptopp>
More information about the tahoe-lafs-trac-stream
mailing list