On Mon 11/10/2021 00:33, Jeremie Courreges-Anglas wrote:
>
> Hi,
>
> Here's a rather straightforward update, introducing bison as a new
> non-optional build dependency. As usual, test reports and input
> welcome.
Building failed for me (did not use a chroot) because of version
requirements for databases/tdb and devel/libtalloc. Diff below fixes
this for me.
I have been running with samba-4.15.0 @home for the last couple of days
without any issues.
--- Makefile.orig Sat Oct 16 08:47:45 2021
+++ Makefile Sat Oct 16 08:47:31 2021
@@ -118,10 +118,10 @@ LIB_DEPENDS-main = ${BUILD_PKGPATH},-ldb>=${LDB_V}
\
${BUILD_PKGPATH},-util>=${VERSION} \
converters/libiconv \
databases/openldap \
- databases/tdb>=1.4.3 \
+ databases/tdb>=1.4.4 \
devel/gettext,-runtime \
devel/jansson \
- devel/libtalloc>=2.1.16 \
+ devel/libtalloc>=2.3.3 \
devel/libtalloc,-python \
devel/popt \
net/avahi,-libs \
@@ -134,11 +134,11 @@ LIB_DEPENDS-ldb = ${BUILD_PKGPATH},-tevent>=${TEVENT_V
${BUILD_PKGPATH},-util>=${VERSION} \
devel/popt \
databases/openldap \
- databases/tdb>=1.4.3 \
- devel/libtalloc>=2.3.2
+ databases/tdb>=1.4.4 \
+ devel/libtalloc>=2.3.3
LIB_DEPENDS-tevent = ${BUILD_PKGPATH},-util>=${VERSION} \
- devel/libtalloc>=2.3.2
+ devel/libtalloc>=2.3.3
LIB_DEPENDS-docs =