From owner-freebsd-alpha Sat May 4 22:21:40 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7C55F37B417 for ; Sat, 4 May 2002 22:21:36 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g455L3eg012291; Sat, 4 May 2002 22:21:03 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g455JmoY008664; Sat, 4 May 2002 22:19:48 -0700 (PDT) Date: Sat, 4 May 2002 22:19:48 -0700 From: "David O'Brien" To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: kdebase3 Message-ID: <20020504221948.B1043@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20020504151121.A1813@dragon.nuxi.com> <15572.24953.530925.959853@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15572.24953.530925.959853@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Sat, May 04, 2002 at 06:32:25PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 Sat, May 04, 2002 at 06:32:25PM -0400, Andrew Gallatin wrote: > Anyway, what's happening seems to be the build process somehow causes > the configure script to get rebuilt after our port starts the build > (eg, the .configure_done.kdebase-3.0_1 is there _before_ the configure > script grows an "-O2" & is re-run). This suggests a problem with your clock (or something else); such that gmake thinks something is out of date and needs to rerun configure. > I think our autoconf is part of the problem, as it sets the cflags to > O2. So, I've hit the autoconf port over the head with this patch: autoconf isn't being run when building the kdebase3 port. So this patch, could be useful maybe, but will not help you with kdebase3. (but the patch would totally screw me when submitting things back to FSF) > And the kdebase3 port with this: > +pre-configure: > + ${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/configure > + ${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/aclocal.m4 > + ${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/admin/acinclude.m4.in > + ${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/admin/libtool.m4.in The aclocal.m4 (and maybe all the .m4 files) should not need this patch -- as we aren't regenerating `configure'. The patch to configure would fix your problem -- but I think it is just masking the real problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message