From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 29 23:41:48 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CEB6897F for ; Sat, 29 Jun 2013 23:41:48 +0000 (UTC) (envelope-from a.v.volobuev@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id B4D9F19E2 for ; Sat, 29 Jun 2013 23:41:48 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Ut4ly-0007dR-CJ for freebsd-bugs@freebsd.org; Sat, 29 Jun 2013 16:41:42 -0700 Date: Sat, 29 Jun 2013 16:41:42 -0700 (PDT) From: avv To: freebsd-bugs@freebsd.org Message-ID: <1372549302354-5824586.post@n5.nabble.com> In-Reply-To: <201306290036.r5T0aYPk017020@oldred.freebsd.org> References: <201306290036.r5T0aYPk017020@oldred.freebsd.org> Subject: Re: misc/180074: samba-3.6.16 link failure winbind_krb5_locator MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 23:41:48 -0000 As far as I understanding, a problem in incorrect generation of the file: ./source3/Makefile: bin/winbind_krb5_locator.so: $(BINARY_PREREQS) $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBTALLOC) $(LIBWBCLIENT) @echo "Linking $@" @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(KRB5LIBS) @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBTALLOC_LIBS) $(LIBWBCLIENT_LIBS) $(KRB5LIBS) \ $(LIBREPLACE_LIBS) -Wl,-soname,`basename $@` Line superfluous: @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(KRB5LIBS) -- View this message in context: http://freebsd.1045724.n5.nabble.com/misc-180074-samba-3-6-16-link-failure-winbind-krb5-locator-tp5824367p5824586.html Sent from the freebsd-bugs mailing list archive at Nabble.com.