Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 16:41:42 -0700 (PDT)
From:      avv <a.v.volobuev@gmail.com>
To:        freebsd-bugs@freebsd.org
Subject:   Re: misc/180074: samba-3.6.16 link failure winbind_krb5_locator
Message-ID:  <1372549302354-5824586.post@n5.nabble.com>
In-Reply-To: <201306290036.r5T0aYPk017020@oldred.freebsd.org>
References:  <201306290036.r5T0aYPk017020@oldred.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1372549302354-5824586.post>