From owner-cvs-all Thu May 6 1: 4:38 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 57D6F1596C; Thu, 6 May 1999 01:04:33 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA27618; Thu, 6 May 1999 01:04:49 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA56081; Thu, 6 May 1999 01:01:20 -0700 (PDT) Date: Thu, 6 May 1999 01:01:20 -0700 (PDT) Message-Id: <199905060801.BAA56081@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: reg@shale.csir.co.za Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19990506094859.B356@shale.csir.co.za> (message from Jeremy Lea on Thu, 6 May 1999 09:48:59 +0200) Subject: Re: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199905060717.AAA54140@freefall.freebsd.org> <199905060732.AAA54249@silvia.hip.berkeley.edu> <19990506094859.B356@shale.csir.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Jeremy Lea * 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. Hmm. I thought such things are not supposed to happen. A program exiting should flush all its output, no? (Unless orbit-idl forks another process....) Unless gmake is really screwed up (which I find it hard to believe, given the large number of other ports that apparently don't have any problem with gmake) it's either orbit-idl's fault or the kernel's. Have you taken a look at orbit-idl's source? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message