← Back to team overview

desktop-packages team mailing list archive

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

 

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: llvm-toolchain-3.4 (Ubuntu)
       Status: New => Confirmed

-- 
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:
  Confirmed

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


References