[Bug 1388960] Re: libnss-ldap packaged with dangling symlinks

Ard van Breemen ard at kwaak.net
Wed Jan 7 17:12:05 UTC 2015


To make the package work on trusty, you have to change debian/rules:
override_dh_installinit:
        dh_installinit -- start . stop 20 0 1 6 .

should be:

override_dh_installinit:
        dh_installinit -- stop 20 0 1 6 .


as update-rc.d gets confused by the empty start.

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

Title:
  libnss-ldap packaged with dangling symlinks

Status in libnss-ldap package in Ubuntu:
  Confirmed
Status in libnss-ldap source package in Trusty:
  New
Status in libnss-ldap source package in Utopic:
  New

Bug description:
  On armhf libnss-ldap is packaged with dangling/incorrect symlinks:

  This is on ubuntu 14.04/trusty:

  root at ubuntudev:~/poep/q# ls -al /usr/lib/arm-linux-gnueabihf/libnss_ldap* /lib/arm-linux-gnueabihf/*ldap*      
  lrwxrwxrwx 1 root root    13 Jul 18  2012 /lib/arm-linux-gnueabihf/nss_ldap.so -> nss_ldap.so.1
  -rw-r--r-- 1 root root 55640 Jul 18  2012 /lib/arm-linux-gnueabihf/nss_ldap.so.1
  lrwxrwxrwx 1 root root    41 Jul 18  2012 /usr/lib/arm-linux-gnueabihf/libnss_ldap.so -> /lib/arm-linux-gnueabihf/libnss_ldap.so.2

  This is on debian jessie:
  ard at odroid3:~$ ls -al /usr/lib/arm-linux-gnueabihf/libnss_ldap* /lib/arm-linux-gnueabihf/libnss_ldap*
  -rw-r--r-- 1 root root 55548 Dec  7  2013 /lib/arm-linux-gnueabihf/libnss_ldap-2.17.so
  lrwxrwxrwx 1 root root    19 Dec  7  2013 /lib/arm-linux-gnueabihf/libnss_ldap.so.2 -> libnss_ldap-2.17.so
  lrwxrwxrwx 1 root root    41 Dec  7  2013 /usr/lib/arm-linux-gnueabihf/libnss_ldap.so -> /lib/arm-linux-gnueabihf/libnss_ldap.so.2

  (same architecture, actually, jessie is the lxc host and ubuntudev is
  the lxc container)

  This bug is kinda critical, since armhf is rolling out more and more,
  and the package just does not work.

  Regards,
  Ard van Breemen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1388960/+subscriptions



More information about the foundations-bugs mailing list