From owner-freebsd-alpha Tue Oct 8 11:11:46 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854D537B401; Tue, 8 Oct 2002 11:11:44 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3585343E6E; Tue, 8 Oct 2002 11:11:44 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id DE0AA23E1C; Tue, 8 Oct 2002 11:10:38 -0700 (PDT) Date: Tue, 8 Oct 2002 11:10:38 -0700 From: Will Andrews To: Terry Lambert Cc: Kris Kennaway , kde@FreeBSD.org, alpha@FreeBSD.org, re-alpha@FreeBSD.org Subject: Re: [kde-freebsd] Re: kdenetwork3 compile problems on alpha 4.x Message-ID: <20021008181038.GA69627@procyon.firepipe.net> Mail-Followup-To: Terry Lambert , Kris Kennaway , kde@FreeBSD.org, alpha@FreeBSD.org, re-alpha@FreeBSD.org References: <20021008173617.GC54603@xor.obsecurity.org> <3DA31B40.7B73FF94@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DA31B40.7B73FF94@mindspring.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 08, 2002 at 10:52:00AM -0700, Terry Lambert wrote: > Kris Kennaway wrote: > > Can someone please look at this ASAP? This is holding up the release. > > > > http://beta.freebsd.org/errorlogs/4-latest/kdenetwork-3.0.3.log > > Uh, get rid of the "-O2": Uh, it's a compiler problem, see it doing -O0 right after? :-\ > -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O0 -fno-exceptions -fno-check-new ^^^^^^^ From gcc(1): If you use multiple -O options, with or without level numbers, the last such option is the one that is effective. I don't think the compiler's stupid message is the problem anyway. In any case, whatever the problem is, I have no idea where to even start to fix this problem. Not to mention the lack of an alpha that can be used for such a purpose (and don't cite beast, because it's still too difficult to setup ports in that env). Well, I guess, one thing that could be done is something along the lines of this (no idea if it will work or not)... BEGINPATCH Index: Makefile =================================================================== RCS file: /net/puck/repos/FreeBSD/ports/net/kdenetwork3/Makefile,v retrieving revision 1.85 diff -u -u -0 -r1.85 Makefile --- Makefile 2 Sep 2002 12:30:01 -0000 1.85 +++ Makefile 8 Oct 2002 18:09:53 -0000 @@ -24,0 +25,4 @@ +.if ${MACHINE_ARCH} == "alpha" +_NO_KDE_FINAL= yes +.endif + EOPATCH Alpha people: we can merge fixes into KDE to keep things from resurfacing. So don't be afraid to give it a try if you have any ideas. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message