← Back to team overview

desktop-packages team mailing list archive

[Bug 1383737] [NEW] Bad version of python-clang in file cindex.py

 

Public bug reported:

I have error:
LibclangError: libclang-3.3.so: cannot open shared object file: No such file or directory. To provide a path to libclang use Config.set_library_path() or Config.set_library_file().

In file:
/usr/lib/python2.7/dist-packages/clang/cindex.py

In class Config we have function get_filename(self) , in this function in the last "else" is:
    file = 'libclang-3.3.so'  
I must improved version of libclang from 3.3 to 3.4.
The line where is this error - 3361

** Affects: llvm-toolchain-3.4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1383737

Title:
  Bad version of python-clang in file cindex.py

Status in “llvm-toolchain-3.4” package in Ubuntu:
  New

Bug description:
  I have error:
  LibclangError: libclang-3.3.so: cannot open shared object file: No such file or directory. To provide a path to libclang use Config.set_library_path() or Config.set_library_file().

  In file:
  /usr/lib/python2.7/dist-packages/clang/cindex.py

  In class Config we have function get_filename(self) , in this function in the last "else" is:
      file = 'libclang-3.3.so'  
  I must improved version of libclang from 3.3 to 3.4.
  The line where is this error - 3361

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.4/+bug/1383737/+subscriptions


Follow ups

References