Public bug reported:

Binary package hint: apparmor

With the upload of 2.13-0ubuntu6, libc6 has changed some of its paths based on 
DEB_HOST_MULTIARCH. Eg, on amd64:
$ cat /etc/ld.so.conf.d/x86_64-linux-gnu.conf 
# Multiarch support
/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu

and on i386:
$ cat /etc/ld.so.conf.d/i686-linux-gnu.conf 
# Multiarch support
/lib/i386-linux-gnu
/usr/lib/i386-linux-gnu
/lib/i686-linux-gnu
/usr/lib/i686-linux-gnu

Paths should be added to the abstractions to use:
/lib/*-linux-gnu/...
/usr/lib/*-linux-gnu/...

We could probably do something like this instead:
/lib/{i386,i686,x86_64}-linux-gnu/...
/usr/lib/{i386,i686,x86_64}-linux-gnu/...

but since there will be different archs on different distributions as
well as new archs, I'd prefer to leave the glob.

** Affects: apparmor (Ubuntu)
     Importance: High
     Assignee: Jamie Strandboge (jdstrand)
         Status: In Progress

** Affects: apparmor (Ubuntu Natty)
     Importance: High
     Assignee: Jamie Strandboge (jdstrand)
         Status: In Progress

** Changed in: apparmor (Ubuntu)
   Importance: Undecided => High

** Changed in: apparmor (Ubuntu)
       Status: New => In Progress

** Changed in: apparmor (Ubuntu)
    Milestone: None => ubuntu-11.04-beta-1

** Changed in: apparmor (Ubuntu)
     Assignee: (unassigned) => Jamie Strandboge (jdstrand)

** Also affects: apparmor (Ubuntu Natty)
   Importance: High
     Assignee: Jamie Strandboge (jdstrand)
       Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/736870

Title:
  abstractions need multiarch support

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to