Incorrect version number in clang library filename.

Bug #1414438 reported by Krzysztof Laskowski
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
llvm-toolchain-3.4 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

File cindex.py in binary package python-clang-3.4 contains reference to incorrect version of libclang library (3.3 instead of 3.4 as the package name and metadata would suggest):

aurzenligl@aurzenligl-pc ~/tmp/ubuntu_bugreport $ diff -c /usr/lib/python2.7/dist-packages/clang/cindex.py cindex.corrected.py
*** /usr/lib/python2.7/dist-packages/clang/cindex.py 2015-01-25 14:38:29.277584224 +0100
--- cindex.corrected.py 2015-01-25 14:39:13.785584456 +0100
***************
*** 3358,3364 ****
          elif name == 'Windows':
              file = 'libclang.dll'
          else:
! file = 'libclang-3.3.so'

          if Config.library_path:
              file = Config.library_path + '/' + file
--- 3358,3364 ----
          elif name == 'Windows':
              file = 'libclang.dll'
          else:
! file = 'libclang-3.4.so'

          if Config.library_path:
              file = Config.library_path + '/' + file

description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

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

Changed in llvm-toolchain-3.4 (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.