Follow-up Comment #3, bug #20082 (project mypaint):

Works for me under Xubuntu 12.04 with a freshly _cloned_ MyPaint.


  $ git clone path/to/MyPaint /tmp/MyPaint-clean
  $ cd /tmp/MyPaint-clean
  $ scons


Scons is v2.1.0.r5357.

The fact that you have a /usr/local anywhere in the output of `scons` seems to
indicate that you have a holdover prefix from somewhere. 

Please verify that you really do have a clean working tree (`git status
--ignored`) and let us know if the problem is still there with the latest
master revision (which is c8c4b22 as of right now).

Please try removing `.sconsign.dblite` if your build tree is not a fresh
working tree. This file caches prefixes between runs of scons. A quick, brutal
way to blow it away is to use `git clean -dfx`.

Please also try overriding the prefix and seeing if that has different
behaviour:


  $ cd /tmp/MyPaint-clean
  $ scons prefix=/tmp/test-usr-tree install



    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?20082>

_______________________________________________
  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