Your message dated Mon, 28 Dec 2009 22:07:29 +0000
with message-id <[email protected]>
and subject line Bug#555779: fixed in nss-pam-ldapd 0.7.2
has caused the Debian Bug report #555779,
regarding FTBFS with binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
555779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555779
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nss-pam-ldapd
Version: 0.7.1
Severity: minor
User: [email protected]
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

gcc -pthread -g -O2 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual 
-Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Waggregate-return -Wmissing-declarations -Wunused -Wformat=2 -Wswitch-default 
-Wswitch-enum -Wfloat-equal -Wbad-function-cast -Wunreachable-code 
-Wredundant-decls -Wextra -Wdeclaration-after-statement 
-Werror-implicit-function-declaration   -o nslcd nslcd.o log.o common.o 
myldap.o cfg.o attmap.o alias.o ether.o group.o host.o netgroup.o network.o 
passwd.o protocol.o rpc.o service.o shadow.o pam.o -lsasl2 -lldap_r 
-lgssapi_krb5   ../common/libtio.a ../common/libdict.a ../compat/libcompat.a 
/usr/bin/ld: myldap.o: in function myldap_set_debuglevel:myldap.c:1609: error: 
undefined reference to 'ber_set_option'
/usr/bin/ld: myldap.o: in function myldap_set_debuglevel:myldap.c:1621: error: 
undefined reference to 'ber_set_option'
/usr/bin/ld: myldap.o: in function myldap_search_close:myldap.c:945: error: 
undefined reference to 'ber_bvfree'
/usr/bin/ld: myldap.o: in function do_open:myldap.c:505: error: undefined 
reference to 'ber_pvt_opt_on'
/usr/bin/ld: myldap.o: in function do_open:myldap.c:507: error: undefined 
reference to 'ber_pvt_opt_on'
/usr/bin/ld: myldap.o: in function myldap_get_entry:myldap.c:1060: error: 
undefined reference to 'ber_bvfree'
/usr/bin/ld: myldap.o: in function myldap_get_values:myldap.c:1305: error: 
undefined reference to 'ber_free'
/usr/bin/ld: myldap.o: in function myldap_get_values:myldap.c:1305: error: 
undefined reference to 'ber_free'
collect2: ld returned 1 exit status
make[3]: *** [nslcd] Error 1



--- End Message ---
--- Begin Message ---
Source: nss-pam-ldapd
Source-Version: 0.7.2

We believe that the bug you reported is fixed in the latest version of
nss-pam-ldapd, which is due to be installed in the Debian FTP archive:

libnss-ldapd_0.7.2_i386.deb
  to main/n/nss-pam-ldapd/libnss-ldapd_0.7.2_i386.deb
libpam-ldapd_0.7.2_i386.deb
  to main/n/nss-pam-ldapd/libpam-ldapd_0.7.2_i386.deb
nslcd_0.7.2_i386.deb
  to main/n/nss-pam-ldapd/nslcd_0.7.2_i386.deb
nss-pam-ldapd_0.7.2.dsc
  to main/n/nss-pam-ldapd/nss-pam-ldapd_0.7.2.dsc
nss-pam-ldapd_0.7.2.tar.gz
  to main/n/nss-pam-ldapd/nss-pam-ldapd_0.7.2.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arthur de Jong <[email protected]> (supplier of updated nss-pam-ldapd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 28 Dec 2009 13:30:00 +0100
Source: nss-pam-ldapd
Binary: nslcd libnss-ldapd libpam-ldapd
Architecture: source i386
Version: 0.7.2
Distribution: unstable
Urgency: low
Maintainer: Arthur de Jong <[email protected]>
Changed-By: Arthur de Jong <[email protected]>
Description: 
 libnss-ldapd - NSS module for using LDAP as a naming service
 libpam-ldapd - PAM module for using LDAP as an authentication service
 nslcd      - Daemon for NSS and PAM lookups using LDAP
Closes: 555779 556107
Changes: 
 nss-pam-ldapd (0.7.2) unstable; urgency=low
 .
   * some attributes may be mapped to a shell-like expression that expand
     attributes from LDAP entries; this allows attributes overrides, defaults
     and much more (as a result the passwd cn attribute mapping has been
     removed because the gecos mapping is now "${gecos:-$cn}" by default)
   * update the NSS module to follow the change in Glibc where the addr
     parameter of getnetbyaddr_r() was changed from network-byte-order to
     host-byte-order
   * properly escape searches for uniqueMember attributes for DN with a comma
     in an attribute value
   * miscellaneous improvements to the configure script implementing better
     (and simpler) library detection
   * some general refactoring and other miscellaneous improvements
   * make configure check if we need to explicitly link to -llber
     (closes: #555779)
   * libnss-ldapd: recommend libpam-krb5 as an alternative to libpam-ldapd for
     Kerberos environments
   * updated Italian debconf translation by Vincenzo Campanella
     (closes: #556107)
   * fix nslcd postrm to remove old config file (thanks piuparts)
Checksums-Sha1: 
 ace667ee9502e68a4e1a4489f21d75bde3342843 1093 nss-pam-ldapd_0.7.2.dsc
 449fdf7d473b47e0db440c8e7cfbac49aca9a177 437855 nss-pam-ldapd_0.7.2.tar.gz
 7bc01b03df09b3666c63d4a8a63c533ba019e3b1 114078 nslcd_0.7.2_i386.deb
 9952620ffe37ec7797467a18c68f0b2ae88ef048 39726 libnss-ldapd_0.7.2_i386.deb
 ef30b989e80cf34e640a385de3fb1455ea1fa5f2 26552 libpam-ldapd_0.7.2_i386.deb
Checksums-Sha256: 
 9a3f7396650d3011f8bb88e35c88b2a5e7fb24498c72ca0cfa4742fa346de635 1093 
nss-pam-ldapd_0.7.2.dsc
 ea7aa2486e59f347bb4ea96673f6d5b7d4675bdf84454820b698719b5dc0f37d 437855 
nss-pam-ldapd_0.7.2.tar.gz
 715e984ad9ec5753392a7b7737c7d0ab14f40ae92e6962f5e4f668f4e83e1eee 114078 
nslcd_0.7.2_i386.deb
 6d117f0bd86b5dd381b10ca8abba923bc72a039ae443483e05ffaf2fc219bc9b 39726 
libnss-ldapd_0.7.2_i386.deb
 51c39a09aae32b8af55b9321a50de89f77d9a7932b60e5eb841492cb2ffa1f28 26552 
libpam-ldapd_0.7.2_i386.deb
Files: 
 0f72495b393473d869784c0ffdfc638a 1093 admin extra nss-pam-ldapd_0.7.2.dsc
 010ceaed593ce1a0cbc13b1a3d4b25fd 437855 admin extra nss-pam-ldapd_0.7.2.tar.gz
 ee64c330f7c29f5132f0da14b3af1a44 114078 admin extra nslcd_0.7.2_i386.deb
 612273ccd88e00f154af57febc172863 39726 admin extra libnss-ldapd_0.7.2_i386.deb
 03a2f2b601189a01df45c90f30720fa4 26552 admin extra libpam-ldapd_0.7.2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAks5IlIACgkQVYan35+NCKd+XwCfZ2QBagFnH0nTqO51q4rARzTM
QQkAoIbYruetSViCwuIreGInRgHsJk3q
=0X2M
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to