From owner-freebsd-stable@FreeBSD.ORG Fri Oct 5 10:15:37 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 899421065670; Fri, 5 Oct 2012 10:15:37 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 427CB8FC1A; Fri, 5 Oct 2012 10:15:37 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so4577030iea.13 for ; Fri, 05 Oct 2012 03:15:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XCsauqj+MvcZkN26nWvLfDB6Ufm+juVTR7QsoOiFavY=; b=xniQqKRvlfV1WUwoiF81H75R3I3tLhIehi/DdpsLHKBZjLoO2JU1KjN1n2MTZs6WAL IMeUzmQIS6JXaC7i14Dqsb4W/ahaIhlbNU4ljT0UPlBpwi0rsHWOycPVsaSsg+rc2cNf yub28mA77WcZDFpd6s64oVezHynSGyVDInxn/Zw58kGSWbRVXYq6E/8fSFYPtW7q5MGB fcfW8/kllR8Ylnan5YMuIG8Bc8fjcsk3VKTsxCmq3aEPn2S2HMcKL2NMaiFwguhgE4WI esNV8SGr5f39lJl1xlhDczGOEVZYU5nk4k6tGLV45794BytHRxeKY58s8shCc30Mzy0i PWHg== MIME-Version: 1.0 Received: by 10.50.185.168 with SMTP id fd8mr141437igc.51.1349432136726; Fri, 05 Oct 2012 03:15:36 -0700 (PDT) Received: by 10.64.81.17 with HTTP; Fri, 5 Oct 2012 03:15:36 -0700 (PDT) In-Reply-To: <243134468.20121005114313@dartit.ru> References: <1341571795.625149465@f43.mail.ru> <46A3A656-9136-46C5-B4E8-C92F266823D6@freebsd.org> <243134468.20121005114313@dartit.ru> Date: Fri, 5 Oct 2012 14:15:36 +0400 Message-ID: From: Sergey Kandaurov To: "Andrew A. Khlebutin" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, David Chisnall 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, 05 Oct 2012 10:15:37 -0000 On 5 October 2012 09:43, Andrew A. Khlebutin wrote: > Hello, > > On Saturday, July 07, 2012 2:17:33 am David Chisnall wrote: > > DC> 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. > > DC> This was accidentally removed in the xlocale refactoring. I've > DC> restored it in r238182 and CC'd re@ for permission to merge to the 9.1 release branch. > > Do you plan on MFC'ing it to stable/9 and releng/9.1? > > It breaks sysutils/arcconf, I can't monitor a state of my raid > controller. It was merged to both on September 17. -- wbr, pluknet