URL:
  <http://gna.org/bugs/?19776>

                 Summary: MyPaint cannot find libmypaint-brushlib.so when
installed to /usr/local
                 Project: MyPaint
            Submitted by: marand
            Submitted on: Fri Jun  1 10:00:14 2012
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: git (78d8f5)
         Planned Release: None
        Operating System: Debian testing

    _______________________________________________________

Details:

After installing MyPaint system-wide, as instructed in the README (scons
prefix=/usr/local install), the installed version throws this error:


$ /usr/local/bin/mypaint 

We are not correctly installed or compiled!
script: "/usr/local/bin/mypaint"
deduced prefix: "/usr/local"
lib_shared: "/usr/local/share/mypaint/"
lib_compiled: "/usr/local/lib/mypaint/"

Traceback (most recent call last):
  File "/usr/local/bin/mypaint", line 164, in <module>
    datapath, extradata, confpath, localepath = get_paths()
  File "/usr/local/bin/mypaint", line 108, in get_paths
    from lib import mypaintlib
  File "/usr/local/share/mypaint/lib/mypaintlib.py", line 26, in <module>
    _mypaintlib = swig_import_helper()
  File "/usr/local/share/mypaint/lib/mypaintlib.py", line 18, in
swig_import_helper
    import _mypaintlib
ImportError: libmypaint-brushlib.so: cannot open shared object file: No such
file or directory


MyPaint runs fine when run from the git directory (as ./mypaint).

libmypaint-brushlib.so is being installed to
/usr/local/lib/libmypaint-brushlib.so (but not executable?).  Works if I move
the lib to /usr/local/lib/mypaint/ (or to /usr/lib).  Scons install is placing
the lib in the wrong location, I guess?

Not sure why it's failing when in /usr/local/lib, though; it's listed in
/etc/ld.so.conf and should be searching there.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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