[Samba] Samba 4 make fails (openSUSE 12.1) [SOLVED]
Adam Tauno Williams
awilliam at whitemice.org
Thu Dec 1 08:16:29 MST 2011
On Thu, 2011-12-01 at 12:48 +0100, steve wrote:
> On 30/11/11 22:33, Adam Tauno Williams wrote:
> > On Tue, 2011-11-29 at 06:23 +0100, steve wrote:
> >> On 28/11/11 21:14, Adam Tauno Williams wrote:
> >> Then from:http://aur.archlinux.org/packages.php?ID=40043
> >> sed -i -e "s/gnutls_transport_set_lowat(tlss->tls_session, 0);//" \
> >> source4/lib/tls/tls_tstream.c
> >> sed -i -e "s/gnutls_transport_set_lowat(tls->session, 0);//" \
> >> source4/lib/tls/tls.c
> >> Am now at 2503/3909 of the make. The only test box I have is a 512Mb
> >> acer laptop running 12.1 from a 16Gb usb stick. Not ideal for code of
> >> this size!
> > Getting up to commit 456c69f95e7a672c4cc9a5e6e52fb37e14012304 fixed the
> > issue for me. Samba4 now builds on my openSUSE 12.1 x86_64 box.
> Sorry, but I don't understand that. I have the stuff from git downloaded
> as explained in the samba 4 wiki. Monday I think. Has there been a
> change since then?
Update your checkout, clean, and rebuild. There is a constant stream of
changes - multiple a day.
git pull
git clean -f -d -x
{rebuild}
Referencing
----------------
commit 456c69f95e7a672c4cc9a5e6e52fb37e14012304
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date: Mon Nov 28 20:55:37 2011 +0100
s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0
This function call together with the lowat feature has been removed
in release
3.0 as described in this mailing list post:
http://old.nabble.com/gnutls_transport_set_lowat-deprecated-td32554230.html.
Since we do not make any use of lowat (esprimed by each function
call)
we are free to simply omit it on v3.0 and later.
This addresses bug #8537.
Reviewed by: abartlet + metze
Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
Autobuild-Date: Wed Nov 30 20:11:14 CET 2011 on sn-devel-104
More information about the samba
mailing list