[Mono-list] Latest mono-build-w32 problem

Kenneth Benson sdhmis@sheratondover.com
Thu, 2 May 2002 16:50:11 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1F21A.F3CB4120
Content-Type: text/plain;
	charset="iso-8859-1"

That fixed it. I'd like to figure out why it busted it someday. ;)

-----Original Message-----
From: 'Dick Porter' [mailto:dick@ximian.com]
Sent: Thursday, May 02, 2002 2:16 PM
To: Kenneth Benson
Cc: 'mono-list@ximian.com'
Subject: Re: [Mono-list] Latest mono-build-w32 problem


On Thu, May 02, 2002 at 01:50:21PM -0400, Kenneth Benson wrote:
> The first time I ran it, it complained about not being able to rename
> .new.mono-build-w32.sh.
> I figured that it was trying to update it from the CVS but was locked due
to
> being in use.
> I copied the .new.* file to mono-build-w32.sh and that's when the problem
> started. Did someone
> update the mono-build files?

I updated the file recently so that it chooses the stable autotools, but the
script wont try and update itself unless you're running the version in
the checked out CVS directory.

Try commenting out the lines that say:

if [ ! -z "${AUTO_STABLE}" -o -e /usr/autotool/stable ]; then
	export AUTO_STABLE=${AUTO_STABLE:-/usr/autotool/stable}
	export AUTO_DEVEL=${AUTO_STABLE}
fi


This shouldnt break anything, but its the only change for a while.

- Dick

------_=_NextPart_001_01C1F21A.F3CB4120
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [Mono-list] Latest mono-build-w32 problem</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>That fixed it. I'd like to figure out why it busted it someday. ;)</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: 'Dick Porter' [<A HREF="mailto:dick@ximian.com">mailto:dick@ximian.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Thursday, May 02, 2002 2:16 PM</FONT>
<BR><FONT SIZE=2>To: Kenneth Benson</FONT>
<BR><FONT SIZE=2>Cc: 'mono-list@ximian.com'</FONT>
<BR><FONT SIZE=2>Subject: Re: [Mono-list] Latest mono-build-w32 problem</FONT>
</P>
<BR>

<P><FONT SIZE=2>On Thu, May 02, 2002 at 01:50:21PM -0400, Kenneth Benson wrote:</FONT>
<BR><FONT SIZE=2>&gt; The first time I ran it, it complained about not being able to rename</FONT>
<BR><FONT SIZE=2>&gt; .new.mono-build-w32.sh.</FONT>
<BR><FONT SIZE=2>&gt; I figured that it was trying to update it from the CVS but was locked due to</FONT>
<BR><FONT SIZE=2>&gt; being in use.</FONT>
<BR><FONT SIZE=2>&gt; I copied the .new.* file to mono-build-w32.sh and that's when the problem</FONT>
<BR><FONT SIZE=2>&gt; started. Did someone</FONT>
<BR><FONT SIZE=2>&gt; update the mono-build files?</FONT>
</P>

<P><FONT SIZE=2>I updated the file recently so that it chooses the stable autotools, but the</FONT>
<BR><FONT SIZE=2>script wont try and update itself unless you're running the version in</FONT>
<BR><FONT SIZE=2>the checked out CVS directory.</FONT>
</P>

<P><FONT SIZE=2>Try commenting out the lines that say:</FONT>
</P>

<P><FONT SIZE=2>if [ ! -z &quot;${AUTO_STABLE}&quot; -o -e /usr/autotool/stable ]; then</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>export AUTO_STABLE=${AUTO_STABLE:-/usr/autotool/stable}</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>export AUTO_DEVEL=${AUTO_STABLE}</FONT>
<BR><FONT SIZE=2>fi</FONT>
</P>
<BR>

<P><FONT SIZE=2>This shouldnt break anything, but its the only change for a while.</FONT>
</P>

<P><FONT SIZE=2>- Dick</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C1F21A.F3CB4120--