After an hour of compiling, I got this: [...] # System ldb loads its modules from a different path mkdir -p *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/lib/x86_64-linux-gnu/ldb/modules/ldb ln -sf ../../../samba/ldb *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/lib/x86_64-linux-gnu/ldb/modules/ldb/samba # pam stuff mkdir -p *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/share/pam-configs install -m 0644 debian/libpam-smbpass.pam-config *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/share/pam-configs/smbpasswd-migrate install -m 0644 debian/winbind.pam-config *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/share/pam-configs/winbind mv *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/lib/x86_64-linux-gnu/libnss_* *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/lib/x86_64-linux-gnu/ # we don't ship the symlinks rm *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/lib/x86_64-linux-gnu/libnss_*.so #Remove unused ldb share configuration plugin rm *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/lib/x86_64-linux-gnu/samba/share/ldb.so #Remove unused vfstest manpage as there is no more vfstest apparently rm *MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/share/man/man1/vfstest.1 rm: cannot remove '*MYBUILDRIR*/samba-4.1.11+dfsg/debian/tmp/usr/share/man/man1/vfstest.1': No such file or directory debian/rules:92: recipe for target 'override_dh_install' failed make[1]: *** [override_dh_install] Error 1 make[1]: Leaving directory '*MYBUILDRIR*/samba-4.1.11+dfsg' debian/rules:68: recipe for target 'binary' failed make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
which apparently means this package currently FTBFS under jessie on the amd64 architecture, which is indeed a serious bug. The only modification I did is the patch I posted before. It is quite odd that the patch makes samba unbuildable. Anybody can reproduce this? -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org