Update of bug #20740 (project mypaint):
Status: None => Need Info
Assigned to: None => achadwick
Release: =>
76bbb77e6f46cf542c48b1238e5003a62f245267
_______________________________________________________
Follow-up Comment #1:
There's very little to go on here. Sorry, please bear with me...
So this happens after the build during final garbage collection? That's not a
normal build failure, then.
Please look at the top of the generated ./mypaint after this presumably
successful build, and tell me what _MYPAINT_BUILD_GIT_REVISION was set to.
Empty string or a seven-hex-digit revision ID?
Please report which OS you are running in the _Operating System:_ field on the
Gna! bug page, https://gna.org/bugs/index.php?20740
Please explain precisely the steps you took to obtain this error.
Please confirm that the "git" binary is installed and accessible via your
search path.
Please confirm that os.popen2() works normally on your system, and that any
objects it creates are garbage-collected correctly, by running:
#!/usr/bin/python
import os
if __name__ == '__main__':
i, o = os.popen2("echo foo")
i.close()
print o.read().strip()
o.close()
print "DONE"
from a real ".py" script, using the Python 2.7 interpreter on your system.
Please confirm that you are running Python 2.7.
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?20740>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs