From owner-freebsd-ports@FreeBSD.ORG Sun Jul 3 00:53:13 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22C3E16A421; Sun, 3 Jul 2005 00:53:13 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9CB44C1B; Sun, 3 Jul 2005 00:33:07 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 30B1D656D8; Sat, 2 Jul 2005 17:29:33 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 463965C96C for ; Fri, 5 Nov 2004 15:03:44 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9AA8B55E4D; Fri, 5 Nov 2004 23:03:31 +0000 (GMT) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AD9CA16A4D6; Fri, 5 Nov 2004 23:03:27 +0000 (GMT) Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3852716A4CE for ; Fri, 5 Nov 2004 23:03:23 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 40ED043D4C for ; Fri, 5 Nov 2004 23:03:22 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 32550 invoked by uid 65534); 5 Nov 2004 23:02:25 -0000 Received: from p5087DCE1.dip.t-dialin.net (EHLO lofi.dyndns.org) (80.135.220.225) by mail.gmx.net (mp019) with SMTP; 06 Nov 2004 00:02:25 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iA5N1K81033786 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 6 Nov 2004 00:01:21 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Kris Kennaway User-Agent: KMail/1.7.50 References: <20041102222000.GA65845@xor.obsecurity.org> <200411052316.53025.michaelnottebrock@gmx.net> <20041105222350.GA43977@xor.obsecurity.org> In-Reply-To: <20041105222350.GA43977@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5698984.8Gce4ajqfP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411060001.07644.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on elvis.mu.org X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Level: Cc: FreeBSD ports , Michael Johnson , freebsd-current@freebsd.org, current@freebsd.org Subject: Re: HEADS UP: Ports are not ready for CFLAGS=-O2 in 6.0 X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 00:53:13 -0000 X-Original-Date: Sat, 6 Nov 2004 00:01:03 +0100 X-List-Received-Date: Sun, 03 Jul 2005 00:53:13 -0000 --nextPart5698984.8Gce4ajqfP Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 5. November 2004 23:23, Kris Kennaway wrote: > On Fri, Nov 05, 2004 at 11:16:51PM +0100, Michael Nottebrock wrote: > > On Friday, 5. November 2004 22:56, Michael Johnson wrote: > > > On Nov 5, 2004, at 4:52 PM, Kris Kennaway wrote: > > > > Same as on 6.x - the bugs are in the ports themselves. Don't do it > > > > if you want your ports to work correctly. > > > > > > Is there a list of what's broke with -O2 in ports anywhere? > > > > It's kinda hard to come up with one based on compiler warnings & > > paranoia. :) > > It might be hard to come up with a definitive list of problems, but > the fact that there are bugs in many ports that are manifested when > they are compiled with -O2 is undeniable. I'd s/many/some, but that's just me (the fact that there are bugs in many=20 ports that are manifested by just compiling them, regardless of CFLAGS, is= =20 undeniable, too ;)). Anyway, regarding the question of the OP, at least KDE should be -O2-safe,= =20 it's been the default optimization level of the project for a long time. Th= at=20 said, I never noticed any cool speed gains from that at runtime - I did=20 notice the increase of compilation-time though (and I notice it more with=20 each gcc update). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart5698984.8Gce4ajqfP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBjAYzXhc68WspdLARApnAAJ0S5geSG+t8VsE41Y9HVJexRaXTPACgp0K5 9xzWhy1U9FLIWEz0u6+KtIQ= =XPtE -----END PGP SIGNATURE----- --nextPart5698984.8Gce4ajqfP--