Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2002 11:10:38 -0700
From:      Will Andrews <will@csociety.org>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        Kris Kennaway <kris@obsecurity.org>, 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>
In-Reply-To: <3DA31B40.7B73FF94@mindspring.com>
References:  <20021008173617.GC54603@xor.obsecurity.org> <3DA31B40.7B73FF94@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021008181038.GA69627>