From nobody Sun Feb 02 09:17:35 2025 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Ym3tz0ztCz5m6pk for ; Sun, 02 Feb 2025 09:17:47 +0000 (UTC) (envelope-from kiwi@oav.net) Received: from z1.oav.net (z1.oav.net [IPv6:2001:67c:25e8:dead::20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ym3ty443Gz3G9x for ; Sun, 02 Feb 2025 09:17:46 +0000 (UTC) (envelope-from kiwi@oav.net) Authentication-Results: mx1.freebsd.org; none Received: from localhost (ip6-localhost [IPv6:::1]) by z1.oav.net (Postfix) with ESMTP id 5B40FF1BA6F; Sun, 2 Feb 2025 10:17:38 +0100 (CET) Received: from z1.oav.net ([IPv6:::1]) by localhost (z1.oav.net [IPv6:::1]) (amavis, port 10032) with ESMTP id HsdsxTZui6gy; Sun, 2 Feb 2025 10:17:36 +0100 (CET) Received: from localhost (ip6-localhost [IPv6:::1]) by z1.oav.net (Postfix) with ESMTP id 76A771009014; Sun, 2 Feb 2025 10:17:36 +0100 (CET) X-Virus-Scanned: amavis at z1.oav.net Received: from z1.oav.net ([IPv6:::1]) by localhost (z1.oav.net [IPv6:::1]) (amavis, port 10026) with ESMTP id lObXbTqHmufJ; Sun, 2 Feb 2025 10:17:36 +0100 (CET) Received: from z1.oav.net (z1.oav.net [193.43.215.20]) by z1.oav.net (Postfix) with ESMTP id 1BC08F1BA6F; Sun, 2 Feb 2025 10:17:36 +0100 (CET) Date: Sun, 2 Feb 2025 10:17:35 +0100 (CET) From: Xavier Beaudouin To: Tatsuki Makino Cc: Kevin Oberman , FreeBSD Mailing List Message-ID: <1453319087.51758.1738487855881.JavaMail.zimbra@oav.net> In-Reply-To: References: Subject: Re: Strange version inconsistency in Samba t* utils (e.g. talloc) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [193.43.215.20] X-Mailer: Zimbra 8.8.15_GA_4717 (ZimbraWebClient - FF134 (Mac)/8.8.15_GA_4717) Thread-Topic: Strange version inconsistency in Samba t* utils (e.g. talloc) Thread-Index: TIumrL8YpdYWVYIExOz0r9gbLA2PZQ== X-Rspamd-Queue-Id: 4Ym3ty443Gz3G9x X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:34958, ipnet:2001:67c:25e8::/48, country:FR] Hi Tatsuki ! > The following two lines exist in INDEX-*. > > tdb-1.4.9,1|/usr/ports/databases/tdb|/usr/local|Trivial > Database|/usr/ports/dat... > tdb-1.4.10,1|/usr/ports/databases/tdb1410|/usr/local|Trivial > Database|/usr/port... > > I haven't checked which one takes precedence, but I guess it's bad that > package-name is duplicated. I understand, but samba is really picky with their "satellite" libraries. When you don't use them as embedded tools then you can have strange results if the version it not the one needed. For example, net/samba420 needs tdb >= 1.4.10, but other net/samba may not work with this version. This is very unfortunate but also some other tools like sssd2 and sudo may need this libraries as external when compiled with samba support. Kind regards, Xavier