From owner-freebsd-stable@FreeBSD.ORG Sun Jan 24 23:12:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 362F71065670 for ; Sun, 24 Jan 2010 23:12:17 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from no.spam.no.ddos.ru (no.spam.no.ddos.ru [77.73.233.132]) by mx1.freebsd.org (Postfix) with ESMTP id D7B388FC13 for ; Sun, 24 Jan 2010 23:12:16 +0000 (UTC) Received: from ws.ipfw.ru (secured.by.ipfw.ru [81.200.11.182]) by no.spam.no.ddos.ru (Postfix) with ESMTPA id 158C237601C; Sun, 24 Jan 2010 23:12:15 +0000 (UTC) Message-ID: <4B5CD36F.9010302@ipfw.ru> Date: Mon, 25 Jan 2010 02:10:39 +0300 From: "Alexander V. Chernikov" User-Agent: Thunderbird 2.0.0.23 (X11/20091103) MIME-Version: 1.0 To: Doug Barton References: <4B56AB6F.9010303@omnilan.de> <86eilhwzbh.fsf@kopusha.onet> <4B5A4A8C.8070707@omnilan.de> <4B5C11BD.7080103@ipfw.ru> <4B5C28E3.8080006@omnilan.de> <4B5CD2A0.30305@FreeBSD.org> In-Reply-To: <4B5CD2A0.30305@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Harald Schmalzbauer , freebsd-stable@freebsd.org, Mikolaj Golub Subject: Re: top Segmentation faulting on 8.0p2 amd64 (nss_ldapd problem?) 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: Sun, 24 Jan 2010 23:12:17 -0000 Doug Barton wrote: > On 01/24/10 03:02, Harald Schmalzbauer wrote: >> Alexander V. Chernikov schrieb am 24.01.2010 10:24 (localtime): >>> Please try to rebuild port with >>> >>> post-configure: >>> @${REINPLACE_CMD} -e 's/^\(CFLAGS .*\)-O2 \(.*\)$$/\1 -O0 \2/' >>> ${WRKSRC}/nss/Makefile > > That should be pre- or post- patch, since it's actually modifying > something. I can't do this before configure - Makefile.in contains only @CFLAGS@ which needs to be substituted from configure and CFLAGS cannot be predicted due to possible environment/make.conf variables > > > hth, > > Doug >