Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 1999 09:48:59 +0200
From:      Jeremy Lea <reg@shale.csir.co.za>
To:        Satoshi - Ports Wraith - Asami <asami@FreeBSD.ORG>
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>
In-Reply-To: <199905060732.AAA54249@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, May 06, 1999 at 12:32:19AM -0700
References:  <199905060717.AAA54140@freefall.freebsd.org> <199905060732.AAA54249@silvia.hip.berkeley.edu>

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




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