Update of bug #20740 (project mypaint):

                Priority:              5 - Normal => 4                      
        Operating System:                         => Gentoo, x64 no multilib
                 Summary: TypeError on scons install => [gentoo?] TypeError on
scons install

    _______________________________________________________

Follow-up Comment #6:

[Cc:ed salamanderrake, duplicate reported: bug #21145]

This seems to be a spurious error encountered at compile time during
destruction of an internal pipe object used for interrogating git to obtain a
revision for the about dialog. Not especially important, but it would be nice
if someone could tell me what shell return code is given by scons and scons
install (separately please)

I don't run Gentoo myself, so if anyone wants to get creative with a patch,
please do. Could someone with an affected system try subprocess.check_output()
as an alternative to fiddling with os.popen2 please? It may be better
behaved.

The "scons: done building targets." indicates that everything was built
successfully and that scons is due to exit. The exception is being ignored
because it happens in __del__(). Looks like normal Python gc at the end of
successful execution going wrong to me, which may mean you have a strange
configuration of scons or Python.

    _______________________________________________________

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

Reply via email to