Date: Thu, 6 May 1999 01:01:20 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) To: reg@shale.csir.co.za Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 Message-ID: <199905060801.BAA56081@silvia.hip.berkeley.edu> In-Reply-To: <19990506094859.B356@shale.csir.co.za> (message from Jeremy Lea on Thu, 6 May 1999 09:48:59 %2B0200) References: <199905060717.AAA54140@freefall.freebsd.org> <199905060732.AAA54249@silvia.hip.berkeley.edu> <19990506094859.B356@shale.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
* From: Jeremy Lea <reg@shale.csir.co.za> * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905060801.BAA56081>