From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 24 21:50:48 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ABD6106564A for ; Wed, 24 Feb 2010 21:50:48 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id E78A38FC2B for ; Wed, 24 Feb 2010 21:50:47 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G173 G174 G175 G176 G180 G181 G192 G279 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTPS id 29424976 for freebsd-hackers@freebsd.org; Wed, 24 Feb 2010 15:50:47 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.200]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Wed, 24 Feb 2010 15:50:46 -0600 From: Peter Steele To: "freebsd-hackers@freebsd.org" Date: Wed, 24 Feb 2010 15:50:45 -0600 Thread-Topic: ntpd hangs under FBSD 8 Thread-Index: Acq1mMHRykm89mAyR6WUmQ3QkA228gAAjIAw Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95519@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D5C73@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D60DD@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95389@MBX03.exg5.exghost.com> <201002241517.25659.jhb@freebsd.org> In-Reply-To: <201002241517.25659.jhb@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: ntpd hangs under FBSD 8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 21:50:48 -0000 >> What's the proper way to build a debug version of libc and the other lib= raries? I tried this: > >You can just do this: > >cd /usr/src/lib/libc >make clean >make DEBUG_FLAGS=3D-g >make install When I tried this the make actually failed with various errors. So I decide= d to do a full "make buildworld DEBUG_FLAGS=3D-g" but in looking at the out= put being generated I see see -O2 in the cc commands and this at least shou= ld be -O0. It doesn't look like the DEBUG_FLAGS is having any effect.