Source: mono-debugger
Version: 2.4.3-2
Severity: serious
Tags: squeeze sid
User: [email protected]
Usertags: qa-ftbfs-20100527 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[3]: Entering directory 
> `/build/user-mono-debugger_2.4.3-2-amd64-59sNYT/mono-debugger-2.4.3/build'
> sed -e 's...@twodir\@^/usr/lib/mono/2.0^g' \
>           -e 's...@libdir\@^/usr/lib^g' \
>           -e 's...@mono\@^/usr/bin/mono^g' \
>               < ./mdb.in > mdb.tmp \
>       && mv mdb.tmp mdb 
> sed -e 's...@twodir\@^/usr/lib/mono/2.0^g' \
>           -e 's...@libdir\@^/usr/lib^g' \
>           -e 's...@mono\@^/usr/bin/mono^g' \
>               < ./mdb-symbolreader.in > mdb-symbolreader.tmp \
>       && mv mdb-symbolreader.tmp mdb-symbolreader
> builddir=.. ; the_builddir=`cd $builddir && pwd` ; \
>       sed -e 's...@nunit_console_exe\@^/usr/lib/nunit/nunit-console.exe^g' \
>               -e 's...@mono\@^/usr/bin/mono^g' \
>               -e 's...@nunit_console_flags\@^-noshadow^g' \
>               -e "s...@top_builddir\@^$the_builddir^g" \
>               < ./runtests.in > runtests.tmp \
>       && mv runtests.tmp runtests && chmod 755 runtests
> cp /usr/lib/mono/gac/Mono.Cecil/0.6.9.0__0738eb9f132ed756/Mono.Cecil.dll 
> ../build
> builddir=.. ; the_builddir=`cd $builddir && pwd` ; \
>       srcdir=.. ; the_srcdir=`cd $srcdir && pwd` ; \
>       sed -e 's...@libdir\@^/usr/lib^g' \
>               -e 's...@prefix\@^/usr^g' \
>               -e "s...@srcdir\@^$the_srcdir^g" \
>               -e "s...@builddir\@^$the_builddir^g" \
>               -e 's...@mono\@^/usr/bin/mono^g' \
>               -e 's...@mcs\@^/usr/bin/mono-csc^g' \
>               -e 's...@monodis\@^^g' \
>               -e 's...@xsp\@^^g' \
>               < ./AssemblyInfo.cs.in > assinfo.tmp \
>       && mv assinfo.tmp AssemblyInfo.cs
> /usr/bin/mono-csc -target:library -out:Mono.Debugger.SymbolWriter.dll 
> -d:CECIL -debug -define:DEBUG -define:DEBUGGER_SOURCE -nowarn:0169,0067   
> -keyfile:../build/mono.snk -r:Mono.GetOptions -r:./Mono.Cecil.dll 
> ../symbolwriter/MonoSymbolFile.cs ../symbolwriter/MonoSymbolTable.cs 
> AssemblyInfo.cs
> /usr/bin/mono-csc -target:library -out:Mono.Debugger.dll -debug -define:DEBUG 
> -define:DEBUGGER_SOURCE -nowarn:0169,0067   -keyfile:../build/mono.snk 
> -resource:../classes/DebuggerConfiguration.xsd,DebuggerConfiguration 
> -r:Mono.GetOptions -r:Mono.Debugger.SymbolWriter 
> -r:System.Runtime.Serialization.Formatters.Soap -r:./Mono.Cecil.dll 
> ../interface/*.cs ../backend/arch/*.cs ../backend/*.cs ../languages/*.cs 
> ../languages/mono/*.cs ../languages/native/*.cs ../classes/*.cs 
> AssemblyInfo.cs
> ../backend/BreakpointManager.cs(198,58): warning CS0219: The variable `bpt' 
> is assigned but its value is never used
> ../backend/SingleSteppingEngine.cs(236,41): warning CS0219: The variable 
> `result' is assigned but its value is never used
> ../backend/SingleSteppingEngine.cs(448,29): warning CS0219: The variable 
> `arg' is assigned but its value is never used
> ../backend/SingleSteppingEngine.cs(447,49): warning CS0219: The variable 
> `message' is assigned but its value is never used
> ../languages/mono/MonoClassInfo.cs(205,39): warning CS0219: The variable 
> `addr' is assigned but its value is never used
> ../languages/mono/MonoClassInfo.cs(200,39): warning CS0219: The variable 
> `orig_addr' is assigned but its value is never used
> ../languages/mono/MonoLanguageBackend.cs(1339,39): warning CS0219: The 
> variable `domain' is assigned but its value is never used
> ../languages/mono/MonoRuntime.cs(570,29): warning CS0219: The variable 
> `inst_id' is assigned but its value is never used
> ../languages/mono/MonoSymbolFile.cs(418,40): warning CS0219: The variable 
> `orig_name' is assigned but its value is never used
> ../languages/mono/MonoSymbolFile.cs(548,56): warning CS0219: The variable 
> `mdef' is assigned but its value is never used
> ../backend/MonoThreadManager.cs(91,21): warning CS0414: The private field 
> `Mono.Debugger.Backend.MonoThreadManager.debugger_version' is assigned but 
> its value is never used
> Compilation succeeded - 11 warning(s)
> /usr/bin/mono-csc -target:library -out:Mono.Debugger.Frontend.dll -debug 
> -define:DEBUG -define:DEBUGGER_SOURCE -nowarn:0169,0067   
> -keyfile:../build/mono.snk -r:Mono.GetOptions -r:./Mono.Debugger.dll 
> ../frontend/CL.cs ../frontend/Command.cs ../frontend/Completer.cs 
> ../frontend/DebuggerTextWriter.cs ../frontend/Expression.cs 
> ../frontend/ExpressionParser.cs ../frontend/GnuReadLine.cs 
> ../frontend/Interpreter.cs ../frontend/Main.cs ../frontend/MyTextReader.cs 
> ../frontend/ScriptingContext.cs ../frontend/Style.cs 
> ../frontend/ObjectFormatter.cs ../frontend/CSharpExpressionParser.cs 
> ../frontend/CSharpTokenizer.cs AssemblyInfo.cs
> ../frontend/ScriptingContext.cs(29,40): warning CS0108: 
> `Mono.Debugger.Frontend.InvocationException.Message' hides inherited member 
> `System.Exception.Message'. Use the new keyword if hiding was intended
> /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous 
> warning)
> ../frontend/CSharpExpressionParser.cs(930,28): warning CS0108: 
> `Mono.Debugger.Frontend.CSharp.yyParser.yyException.Message' hides inherited 
> member `System.Exception.Message'. Use the new keyword if hiding was intended
> /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous 
> warning)
> ../frontend/ExpressionParser.cs(213,44): warning CS0219: The variable 
> `resolved' is assigned but its value is never used
> ../frontend/ExpressionParser.cs(259,44): warning CS0219: The variable 
> `resolved' is assigned but its value is never used
> ../frontend/Main.cs(290,17): warning CS0164: This label has not been 
> referenced
> ../frontend/ScriptingContext.cs(453,32): warning CS0219: The variable 
> `original_name' is assigned but its value is never used
> ../frontend/ObjectFormatter.cs(191,52): warning CS0168: The variable `ex' is 
> declared but never used
> ./CSharpExpressionParser.jay(107,3): warning CS0162: Unreachable code detected
> ../frontend/CSharpExpressionParser.cs(225,16): warning CS0162: Unreachable 
> code detected
> Compilation succeeded - 9 warning(s)
> /usr/bin/mono-csc -target:library -out:Mono.Debugger.Test.Framework.dll 
> -debug -define:DEBUG -define:DEBUGGER_SOURCE -nowarn:0169,0067   
> -keyfile:../build/mono.snk -r:Mono.GetOptions -r:./Mono.Debugger.dll 
> -r:./Mono.Debugger.Frontend.dll -r:System.Runtime.Remoting -pkg:nunit 
> ../test/framework/DebuggerTestFixture.cs 
> ../test/framework/DebuggerTestFixtureAttribute.cs 
> ../test/framework/DebuggerTestHost.cs ../test/framework/RemotingContract.cs 
> ../test/framework/ProxyListener.cs ../test/framework/LibGTop.cs 
> AssemblyInfo.cs
> error CS2007: Unrecognized command-line option: 
> `-r\:/usr/lib/cli/nunit.core-2.4/nunit.core.dll'
> make[3]: *** [Mono.Debugger.Test.Framework.dll] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/05/27/mono-debugger_2.4.3-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to