From owner-freebsd-questions@FreeBSD.ORG Fri Nov 23 21:26:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 210AA16A469 for ; Fri, 23 Nov 2007 21:26:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 7A50E13C442; Fri, 23 Nov 2007 21:26:11 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4747457B.30706@FreeBSD.org> Date: Fri, 23 Nov 2007 22:26:19 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: RW References: <882887.83136.qm@web88309.mail.re4.yahoo.com> <20071123141158.72c17557@gumby.homeunix.com.> In-Reply-To: <20071123141158.72c17557@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: binary compatibility 6.2 -> 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2007 21:26:12 -0000 RW wrote: > On Fri, 23 Nov 2007 06:21:17 -0500 (EST) > Michael S wrote: > >> Good day all, >> >> I am running 6.2 with patches, however my package_site >> points to 6-stable. Upgrading binary packages gives >> this message: Undefined symbol "__sbmaskrune". >> >> >From the few results Google returned, I realized that >> the packages in 6-stable are for the upcoming 6.3. I >> thought that major branches were compatible. Am I >> wrong? > > Yes, the compatibility works the other way around, packages built > under 6.2 are supposed to work under 6.3/6-stable. That much is pretty much guaranteed, but we also support the other way around, in many cases. In the present case, the problem was noticed the other day (by me ;) and fixed, so the next package upload will correct the problem. Kris