[Bug 987502] Re: libxml2-dev: /usr/bin/xml2-config isn't identical across all arch

Steve Langasek steve.langasek at canonical.com
Tue Apr 24 00:02:45 UTC 2012


** Changed in: libxml2 (Ubuntu)
       Status: Confirmed => Triaged

** Changed in: libxml2 (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/987502

Title:
  libxml2-dev: /usr/bin/xml2-config isn't identical across all arch

Status in “libxml2” package in Ubuntu:
  Triaged

Bug description:
  In the M-A implementation of version 2.7.8.dfsg-5.1ubuntu1,
  /usr/bin/xml2-config still contains M-A tripples, which is troublesome
  when the package libxml2-dev is marked as M-A: same. The problem is
  caused by the sed call in debian/rules says "usr/lib/<tripple>", while
  it wasn't like that in xml2-config script itself.

  Change required is trivial, in debian/rules:

  -	sed -i -e 's,/usr/lib/$(DEB_HOST_MULTIARCH),/usr/lib,' debian/libxml2-dev/usr/bin/xml2-config
  +	sed -i -e 's,/lib/$(DEB_HOST_MULTIARCH),/lib,' debian/libxml2-dev/usr/bin/xml2-config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/987502/+subscriptions




More information about the Ubuntu-sponsors mailing list