From owner-freebsd-stable@FreeBSD.ORG Fri Dec 6 22:32:10 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44BD4FC7 for ; Fri, 6 Dec 2013 22:32:10 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA350176A for ; Fri, 6 Dec 2013 22:32:09 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id y10so1289087wgg.12 for ; Fri, 06 Dec 2013 14:32:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/2jQAWTg30SJseKcyeFiHM0to2qTHnJN8HpvkK3hU7Q=; b=Kao/6YZefl2RyQl7/c1GGTRHsA36sHHHu7gmB8nnspCmiblaZnAG2GMwiwfApoecYz /auzu6HSOfSut2KT5hs1XoQHF+/Sj2JpWWjyqlHqGq5j5qhbTqMKnqi2p5A8oAMVG7zp IhsGpkembGAEYroS4CZwyzv9o9MXNW5y+0uiWtA447FxiBqqHcF+5U+6LVHdNCO574wJ 0UTShGoubooasP8Ziup6GooMoib/IvSC5Ct3UfHhDSFac+4cN9Efh3umvWnKtY9xGTzn TXpXITpcltgDYoiIjvsadCbumKQiEgdbZwZTN+bEa8xIU9Wb7b5EL7op+byTgcWB0uh2 vDAw== X-Received: by 10.180.187.175 with SMTP id ft15mr4581138wic.20.1386369128118; Fri, 06 Dec 2013 14:32:08 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ll10sm10214535wic.9.2013.12.06.14.32.06 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 06 Dec 2013 14:32:07 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 6 Dec 2013 23:32:05 +0100 From: Baptiste Daroussin To: Slawa Olhovchenkov Subject: Re: pkg repo for 9.2-RELEASE Message-ID: <20131206223205.GZ76976@ithaqua.etoilebsd.net> References: <20131204192228.GA47404@zxy.spb.ru> <20131206164112.GS76976@ithaqua.etoilebsd.net> <20131206204444.GA99055@zxy.spb.ru> <20131206221509.GV76976@ithaqua.etoilebsd.net> <20131206222842.GA80282@zxy.spb.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1RfOVxRbNnn9f8MI" Content-Disposition: inline In-Reply-To: <20131206222842.GA80282@zxy.spb.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 22:32:10 -0000 --1RfOVxRbNnn9f8MI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 07, 2013 at 02:28:42AM +0400, Slawa Olhovchenkov wrote: > On Fri, Dec 06, 2013 at 11:15:09PM +0100, Baptiste Daroussin wrote: >=20 > > On Sat, Dec 07, 2013 at 12:44:44AM +0400, Slawa Olhovchenkov wrote: > > > On Fri, Dec 06, 2013 at 05:41:12PM +0100, Baptiste Daroussin wrote: > > >=20 > > > > On Wed, Dec 04, 2013 at 11:22:29PM +0400, Slawa Olhovchenkov wrote: > > > > > Where I can find corectly builded pkgNG packages for 9.2-RELEASE? > > > > > Packages on official site (pkg0.bme.freebsd.org, for ex.) builded= on > > > > > incorrect, outdated FreeBSD verion (may be 9.1-RELEASE): > > > > > freeradius3 build with libssl verion 90818f and can't be run on > > > > > 9.2-RELEASE: > > > > >=20 > > > > > # radiusd -X > > > > > libssl version mismatch. Built with: 90818f Linked: 90819f > > > >=20 > > > > The abi is compatible that should run of radius should be patched t= o to accept > > > > both version. > > > > > > > > The freeradius3 should be informed to allow this to run. > > >=20 > > > As I see in source freeradius3 use strict version check and don't have > > > compatible lists. > > >=20 > > > What is trouble to use latest FreeBSD RELENG to build pkgNG > > > packages? > > >=20 > > > 9.0-p7 and 9.1-p2 have openssl 90819f (r249029). > > >=20 > > > Also, virtualbox-ose-kmod have strict version dependens to kernel. > >=20 > > We have always build the packages on the lowest version of a release br= anch > > because we ensure binary compatibility, kmods does not have a strict ve= rsion >=20 > In real world we have incompatibility for freeradius and freeradius3, > for virtualbox-kmod, for filesystem modules (fuse and some others?) >=20 > 20121224: > The VFS KBI was changed with the merge of several nullfs > optimizations and fixes. All filesystem modules must be > recompiled. >=20 > 20120106: > A new VOP_ADVISE() was added to support posix_fadvise(2). All > filesystem modules must be recompiled. >=20 > > depends on the kernel, they should be loadable on newest kernel of the = same > > branch. >=20 > In real world kmods of virtualbox loaded, but don't worked (kernel > crashed). That is a major problem which doesn't only concern packaging That should not happen in a stable branch, and should have been reported and prevented :( That is defeating lot of our policies and inpacted more than j= ust package building. All our actual policies for packaging are based on KBI and ABI stability ov= er the lifetime of a branch regards, Bapt --1RfOVxRbNnn9f8MI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKiUGQACgkQ8kTtMUmk6Eya1ACfVSVeAEYOehRIehNhVjMEXt3k pd0Anjs0isDbAp+ebAxLhxXmQD4pPsu0 =e2Ei -----END PGP SIGNATURE----- --1RfOVxRbNnn9f8MI--