On Sat, Oct 16 2021, Bjorn Ketelaars <[email protected]> wrote:
> 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.

Ah, right.  Those version markers are here to help people who build from
source but I forgot about them.

> I have been running with samba-4.15.0 @home for the last couple of days
> without any issues.

Thanks for the diff and for the report!  I'll commit this soonish.

>
> --- 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 =
>  
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to