Comment 10 for bug 282952

Revision history for this message
Jo Shields (directhex) wrote : Re: [Bug 282952] Re: Please merge mono 1.9.1+dfsg-4 from Debian Unstable

On Wed, 2008-10-15 at 07:18 +0000, Daniel Holbach wrote:
> FTBFS on amd64 intrepid:
>
> make[8]: Entering directory `/tmp/buildd/mono-1.9.1+dfsg/mcs/mcs'
> /bin/sh ../mkinstalldirs ../class/lib/default/
> mkdir -p -- ../class/lib/default/
> touch ../class/lib/default//.stamp
> MONO_PATH="../class/lib/net_1_1_bootstrap:$MONO_PATH" /tmp/buildd/mono-1.9.1+dfsg/runtime/mono-wrapper ../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mcs.exe cs-parser.cs @mcs.exe.sources
> cs-parser.jay(3466,1): error CS8025: Parsing error
> Compilation failed: 1 error(s), 0 warnings
> make[8]: *** [../class/lib/default/mcs.exe] Error 1
> make[8]: Leaving directory `/tmp/buildd/mono-1.9.1+dfsg/mcs/mcs'
> make[7]: *** [do-all] Error 2
> make[7]: Leaving directory `/tmp/buildd/mono-1.9.1+dfsg/mcs/mcs'
> make[6]: *** [all-recursive] Error 1

Unable to reproduce:
make[8]: Entering directory `/tmp/buildd/mono-1.9.1+dfsg/mcs/mcs'
/bin/sh ../mkinstalldirs ../class/lib/default/
mkdir -p -- ../class/lib/default/
touch ../class/lib/default//.stamp
MONO_PATH="../class/lib/net_1_1_bootstrap:
$MONO_PATH" /tmp/buildd/mono-1.9.1
+dfsg/runtime/mono-wrapper ../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mcs.exe cs-parser.cs @mcs.exe.sources
expression.cs(894,59): warning CS0618:
`Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext,
Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression,
Mono.CSharp.Location)' is obsolete: `It may not be compatible with
expression trees'
Compilation succeeded - 1 warning(s)
cp mcs.exe ../class/lib/default/mcs.exe