From owner-cvs-all Thu May 6 0:49:50 1999 Delivered-To: cvs-all@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 3960815A0D; Thu, 6 May 1999 00:49:07 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id JAA53879; Thu, 6 May 1999 09:48:59 +0200 (SAT) (envelope-from reg) Date: Thu, 6 May 1999 09:48:59 +0200 From: Jeremy Lea To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 Message-ID: <19990506094859.B356@shale.csir.co.za> References: <199905060717.AAA54140@freefall.freebsd.org> <199905060732.AAA54249@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905060732.AAA54249@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, May 06, 1999 at 12:32:19AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi, On Thu, May 06, 1999 at 12:32:19AM -0700, Satoshi Asami wrote: > * Upgrade to 0.4.3. Also change version in comment this time. > > I got this one to work reliably (at least it built 3 times in a row) > with the following absolutely disgusting patch (warning, don't watch > if you just had lunch): > > ======= > --- ./src/daemons/interface_repository/Makefile.in.org Wed Apr 7 11:49:43 1999 > +++ ./src/daemons/interface_repository/Makefile.in Thu May 6 00:01:04 1999 > @@ -417,6 +417,7 @@ > > $(orbit_ird_built): $(IRIDL) $(IDL) > $(IDL) --nostubs --nocommon $(IRIDL) > + sleep 15 > > dist-hook: > cd $(distdir); rm -f $(BUILD_SOURCES) > ======= > > Whatever. I've seen this a number of times, and it's also hitting some other ports which are using orbit-idl... It seems to be caused by orbit-idl not flushing it's output, or gmake not waiting for it to finish before starting the next target. I'm not sure. I fixed the above by reordering the .o's so that the generated ones are built last. Regards, -Jeremy -- | "I could be anything I wanted to, but one things true --+-- Never gonna be as big as Jesus, never gonna hold the world in my hand | Never gonna be as big as Jesus, never gonna build a promised land | But that's, that's all right, OK with me..." -Audio Adrenaline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message