From owner-freebsd-stable@FreeBSD.ORG Fri Jul 6 20:17:42 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7B001065670; Fri, 6 Jul 2012 20:17:42 +0000 (UTC) (envelope-from theraven@freebsd.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id A1E418FC12; Fri, 6 Jul 2012 20:17:42 +0000 (UTC) Received: from [192.168.0.2] (cpc2-cmbg15-2-0-cust445.5-4.cable.virginmedia.com [86.26.13.190]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id q66KHcdd033417 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Fri, 6 Jul 2012 20:17:40 GMT (envelope-from theraven@freebsd.org) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: David Chisnall In-Reply-To: Date: Fri, 6 Jul 2012 21:17:33 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <46A3A656-9136-46C5-B4E8-C92F266823D6@freebsd.org> References: <1341571795.625149465@f43.mail.ru> To: Sergey Kandaurov X-Mailer: Apple Mail (2.1278) Cc: Serg R , re@freebsd.org, freebsd-stable@freebsd.org Subject: Re: FreeBSD 9.0-STABLE problem with the Adaptec Storage Manager X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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 Jul 2012 20:17:42 -0000 On 6 Jul 2012, at 20:32, Sergey Kandaurov wrote: > This is probably because the private symbol __collate_load_error = changed > to macro (i.e. removed) in r235785 after 9.0. If so, it might brake = those > older binaries which rely on that symbol, though it's still defined in > Symbol.map. Probably David Chisnall could further comment on this. This was accidentally removed in the xlocale refactoring. I've restored = it in r238182 and CC'd re@ for permission to merge to the 9.1 release = branch. David=