Package: nant Version: 0.85-2 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080409 qa-ftbfs Justification: FTBFS on i386
Hi, During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now the default on most architectures (even if it's not the case on i386 yet). Feel free to downgrade this bug to 'important' if your package is only built on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with gcc 4.2). Relevant part: > make[1]: Entering directory `/build/user/nant-0.85' > mkdir -p bootstrap > cp -R lib/ bootstrap/lib > # Mono loads log4net before privatebinpath is set-up, so we need this in the > same directory > # as NAnt.exe > cp lib/log4net.dll bootstrap > cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config > mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll > \ > -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs > resgen src/NAnt.Core/Resources/Strings.resx > bootstrap/NAnt.Core.Resources.Strings.resources > Read in 200 resources from > '/build/user/nant-0.85/src/NAnt.Core/Resources/Strings.resx' > Writing resource file... Done. > mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.Core.dll -debug \ > -resource:bootstrap/NAnt.Core.Resources.Strings.resources > -r:lib/log4net.dll \ > -r:System.Web.dll -recurse:src/NAnt.Core/*.cs > src/CommonAssemblyInfo.cs > resgen src/NAnt.DotNet/Resources/Strings.resx > bootstrap/NAnt.DotNet.Resources.Strings.resources > Read in 75 resources from > '/build/user/nant-0.85/src/NAnt.DotNet/Resources/Strings.resx' > Writing resource file... Done. > mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.DotNetTasks.dll \ > -r:./bootstrap/NAnt.Core.dll > -r:bootstrap/lib/mono/1.0/NDoc.Core.dll \ > -recurse:src/NAnt.DotNet/*.cs > -resource:bootstrap/NAnt.DotNet.Resources.Strings.resources \ > src/CommonAssemblyInfo.cs > mcs -target:library -warn:0 -define:MONO > -out:bootstrap/NAnt.CompressionTasks.dll \ > -r:./bootstrap/NAnt.Core.dll > -r:bootstrap/lib/ICSharpCode.SharpZipLib.dll \ > -recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs > mono bootstrap/NAnt.exe -f:NAnt.build build > NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006) > Copyright (C) 2001-2006 Gerry Shaw > http://nant.sourceforge.net > > Buildfile: file:///build/user/nant-0.85/NAnt.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > [tstamp] Wednesday, 09 April 2008 10:15:07. > > init: > > > debug: > > > set-framework-configuration: > > > set-mono-2.0-framework-configuration: > > > build: > > [echo] Build Directory is > /build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug > [mkdir] Creating directory > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin'. > [mkdir] Creating directory > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/lib'. > [copy] Copying 2 files to > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin'. > [copy] Copying 34 files to > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/lib'. > [nant] /build/user/nant-0.85/src/NAnt.Core/NAnt.Core.build build > Buildfile: > file:///build/user/nant-0.85/src/NAnt.Core/NAnt.Core.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 154 files to > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Core.dll'. > [resgen] Read in 200 resources from > '/build/user/nant-0.85/src/NAnt.Core/Resources/Strings.resx' > [resgen] Writing resource file... Done. > > BUILD SUCCEEDED > > Total time: 3.7 seconds. > > [nant] /build/user/nant-0.85/src/NAnt.Console/NAnt.Console.build build > Buildfile: > file:///build/user/nant-0.85/src/NAnt.Console/NAnt.Console.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 3 files to > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.exe'. > [copy] Copying 1 file to > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.exe.config'. > > BUILD SUCCEEDED > > Total time: 1.3 seconds. > > [nant] /build/user/nant-0.85/src/NAnt.DotNet/NAnt.DotNet.build build > Buildfile: > file:///build/user/nant-0.85/src/NAnt.DotNet/NAnt.DotNet.build > Target framework: Mono 2.0 Profile > Target(s) specified: build > > > build: > > [csc] Compiling 31 files to > '/build/user/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.DotNetTasks.dll'. > [resgen] Read in 75 resources from > '/build/user/nant-0.85/src/NAnt.DotNet/Resources/Strings.resx' > [resgen] Writing resource file... Done. > [csc] > /build/user/nant-0.85/src/NAnt.DotNet/Tasks/ScriptTask.cs(519,50): error > CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete > [csc] Compilation failed: 1 error(s), 0 warnings > > BUILD FAILED - 0 non-fatal error(s), 1 warning(s) > > /build/user/nant-0.85/src/NAnt.DotNet/NAnt.DotNet.build(11,10): > External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code > was 1) > > Total time: 2 seconds. > > > BUILD FAILED > > Nested build failed. Refer to build log for exact reason. > > Total time: 7.3 seconds. > > make[1]: *** [build-nant] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/04/09 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 containing a sid i386 environment. 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]