From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=) Subject: bug#20048: samba: Dangling .so references Date: Tue, 31 Mar 2015 21:21:53 +0200 Message-ID: <87k2xxezvy.fsf@taylan.uni.cx> References: <871tkzbexx.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd1kj-0000e0-4q for bug-guix@gnu.org; Tue, 31 Mar 2015 15:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yd1kb-0001mK-R4 for bug-guix@gnu.org; Tue, 31 Mar 2015 15:23:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:51633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd1kb-0001mA-Ng for bug-guix@gnu.org; Tue, 31 Mar 2015 15:23:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Yd1kb-0003xA-Ic for bug-guix@gnu.org; Tue, 31 Mar 2015 15:23:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871tkzbexx.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sun, 08 Mar 2015 18:02:18 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20048@debbugs.gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") writes: > (See the first "Dangling .so references" bug report for more > information.) > > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/ > > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/lib/libnetapi.= so.0 > libtalloc.so.2 =3D> not found > libtevent.so.0 =3D> not found > libtdb.so.1 =3D> not found > libwbclient.so.0 =3D> not found > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/lib/libsmbshar= emodes.so.0 > libtalloc.so.2 =3D> not found > libtdb.so.1 =3D> not found > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/lib/libsmbclie= nt.so.0 > libtalloc.so.2 =3D> not found > libtevent.so.0 =3D> not found > libtdb.so.1 =3D> not found > libwbclient.so.0 =3D> not found > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/lib/libtevent.= so.0.9.11 > libtalloc.so.2 =3D> not found > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/lib/security/p= am_winbind.so > libtalloc.so.2 =3D> not found > libtevent.so.0 =3D> not found > libwbclient.so.0 =3D> not found > /gnu/store/a06qvbsj0g07dcxm9gbryfdzgvvwrc2p-samba-3.6.25/lib/security/p= am_smbpass.so > libtalloc.so.2 =3D> not found > libtevent.so.0 =3D> not found > libtdb.so.1 =3D> not found > libwbclient.so.0 =3D> not found This was fixed in 2d8288040b83c31eb564630d7e3a8ba46e14599d. I'm closing this bug. By the way, contrary to my expectation, this didn't transitively fix any of the other such bugs I had reported. Taylan