D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/nant-0.92-8.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9MnMVd + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf nant-0.92 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/nant-0.92-src.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nant-0.92 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e '/property name="install\.share"/ s/'\''share'\''/'\''lib'\''/' NAnt.build + sed -i -e s,/share/,/lib/, etc/nant.pc.in + echo 'Patch #1 (nant-0.92-no_ndoc.patch):' Patch #1 (nant-0.92-no_ndoc.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .no_ndoc --fuzz=0 patching file Makefile patching file src/NAnt.DotNet/NAnt.DotNet.build patching file src/NDoc.Documenter.NAnt/NDoc.Documenter.NAnt.build patching file NAnt.build Hunk #1 succeeded at 163 (offset 2 lines). + rm src/NAnt.DotNet/Tasks/NDocTask.cs + rm -Rf src/NDoc.Documenter.NAnt + find lib -name 'NDoc*.dll' + xargs rm + echo 'Patch #2 (nant-0.92-system_nunit.patch):' Patch #2 (nant-0.92-system_nunit.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .system_nunit --fuzz=0 patching file examples/NUnit2/ReferenceAssemblies/default.build patching file src/NAnt.NUnit/NAnt.NUnit.build patching file src/NAnt.NUnit/NUnit2/NUnit2Task.cs patching file tests/NAnt.Compression/NAnt.Compression.build patching file tests/NAnt.Console/NAnt.Console.build patching file tests/NAnt.Core/NAnt.Core.build patching file tests/NAnt.DotNet/NAnt.DotNet.build patching file tests/NAnt.MSNet/NAnt.MSNet.build patching file tests/NAnt.SourceControl/NAnt.SourceControl.build patching file tests/NAnt.VisualCpp/NAnt.VisualCpp.build patching file tests/NAnt.VSNet/NAnt.VSNet.build patching file tests/NAnt.Win32/NAnt.Win32.build + find lib -iname 'nunit*' + xargs rm + echo 'Patch #3 (nant-0.90-no_sharpcvslib.patch):' Patch #3 (nant-0.90-no_sharpcvslib.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .no_sharpcvslib --fuzz=0 patching file NAnt.build + find lib -name '*SharpCvsLib*.dll' + xargs rm + xargs rm + find lib -name scvs.exe + echo 'Patch #4 (nant-0.90-system_sharpziplib.patch):' Patch #4 (nant-0.90-system_sharpziplib.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .system_sharpziplib --fuzz=3 patching file Makefile Hunk #1 succeeded at 115 with fuzz 3 (offset 36 lines). patching file src/NAnt.Compression/NAnt.Compression.build patching file src/NAnt.Compression/Tasks/TarTask.cs Hunk #1 succeeded at 160 (offset 13 lines). Hunk #2 succeeded at 268 (offset 13 lines). Hunk #3 succeeded at 277 (offset 13 lines). + find lib -name '*SharpZipLib*.dll' + xargs rm + echo 'Patch #6 (nant-0.92-no_netdumbster.patch):' Patch #6 (nant-0.92-no_netdumbster.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .no_netdumbster --fuzz=0 patching file tests/NAnt.Core/NAnt.Core.build + rm tests/NAnt.Core/Tasks/MailTaskTest.cs + find . -type d + xargs chmod 755 + find . -type f + xargs chmod 644 + sed -i 's/\r//' doc/license.html + sed -i 's/\r//' COPYING.txt + sed -i 's/\r//' README.txt + sed -i 's/\r//' doc/releasenotes.html + echo 'NORMAL BUILD, NUKING PREBUILT BUNDLED DLL FILES' NORMAL BUILD, NUKING PREBUILT BUNDLED DLL FILES + rm -rf lib/common + echo 'Patch #5 (nant-0.92-system_log4net.patch):' Patch #5 (nant-0.92-system_log4net.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .system_log4net --fuzz=0 patching file Makefile patching file src/NAnt.Console/NAnt.Console.build patching file src/NAnt.Core/NAnt.Core.build + sed -i s#gmcs#mcs#g Makefile + sed -i s#TARGET=mono-2.0#TARGET=mono-4.0#g Makefile + sed -i s#mono/4.0#mono/4.5#g src/NAnt.Console/App.config + sed -i s#dmcs#mcs#g src/NAnt.Console/App.config + find . -name '*.sln' -print -exec sed -i 's/Format Version 10.00/Format Version 11.00/g' '{}' ';' ./examples/Solution/vjs/WinForms/WinForms.sln ./examples/Solution/vb/WinForms/WinForms.sln ./examples/Solution/cs/WinForms/WinForms.sln ./examples/Solution/cpp/WinForms/WinForms.sln ./NAnt.sln + find . -name '*.csproj' -print -exec sed -i 's#ToolsVersion="3.5"#ToolsVersion="4.0"#g; s#.*##g; s##v4.5#g' '{}' ';' ./tests/NAnt.Tests.csproj ./src/NAnt.Win32/NAnt.Win32.csproj ./src/NAnt.VSNet/NAnt.VSNet.csproj ./src/NAnt.VisualCpp/NAnt.VisualCpp.csproj ./src/NAnt.SourceControl/NAnt.SourceControl.csproj ./src/NAnt.NUnit/NAnt.NUnit.csproj ./src/NAnt.NUnit/NUnit2/NAnt.NUnit2.csproj ./src/NAnt.NUnit/NUnit1/NAnt.NUnit1.csproj ./src/NAnt.MSNet/NAnt.MSNet.csproj ./src/NAnt.MSBuild/NAnt.MSBuild.csproj ./src/NAnt.DotNet/NAnt.DotNet.csproj ./src/NAnt.Core/NAnt.Core.csproj ./src/NAnt.Console/NAnt.Console.csproj ./src/NAnt.Compression/NAnt.Compression.csproj ./examples/Solution/cs/WinForms/WinForms.csproj + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Yoo5h0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nant-0.92 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make mkdir -p bootstrap cp -R lib/ bootstrap/lib cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config mcs -target:exe -define:MONO,NET_1_0,NET_1_1,NET_2_0,NET_3_5,NET_4_0,ONLY_4_0 -out:bootstrap/NAnt.exe -pkg:log4net \ -r:System.Configuration.dll -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs src/NAnt.Console/ConsoleStub.cs(415,45): warning CS0618: `System.AppDomain.AppendPrivatePath(string)' is obsolete: `AppDomain.AppendPrivatePath has been deprecated. Please investigate the use of AppDomainSetup.PrivateBinPath instead.' src/NAnt.Console/ConsoleStub.cs(423,49): warning CS0618: `System.AppDomain.AppendPrivatePath(string)' is obsolete: `AppDomain.AppendPrivatePath has been deprecated. Please investigate the use of AppDomainSetup.PrivateBinPath instead.' Compilation succeeded - 2 warning(s) resgen src/NAnt.Core/Resources/Strings.resx bootstrap/NAnt.Core.Resources.Strings.resources Read in 198 resources from '/home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Core/Resources/Strings.resx' Writing resource file... Done. mcs -target:library -warn:0 -define:MONO,NET_1_0,NET_1_1,NET_2_0,NET_3_5,NET_4_0,ONLY_4_0 -out:bootstrap/NAnt.Core.dll -debug \ -resource:bootstrap/NAnt.Core.Resources.Strings.resources -pkg:log4net \ -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 77 resources from '/home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.DotNet/Resources/Strings.resx' Writing resource file... Done. mcs -target:library -warn:0 -define:MONO,NET_1_0,NET_1_1,NET_2_0,NET_3_5,NET_4_0,ONLY_4_0 -out:bootstrap/NAnt.DotNetTasks.dll \ -r:./bootstrap/NAnt.Core.dll \ -recurse:src/NAnt.DotNet/*.cs -resource:bootstrap/NAnt.DotNet.Resources.Strings.resources \ src/CommonAssemblyInfo.cs mcs -target:library -warn:0 -define:MONO,NET_1_0,NET_1_1,NET_2_0,NET_3_5,NET_4_0,ONLY_4_0 -out:bootstrap/NAnt.CompressionTasks.dll \ -r:./bootstrap/NAnt.Core.dll -r:ICSharpCode.SharpZipLib.dll \ -recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs mono bootstrap/NAnt.exe -t:mono-4.0 -f:NAnt.build build NAnt 0.92 (Build 0.92.4543.0; release; 06/09/2012) Copyright (C) 2001-2012 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/NAnt.build Target framework: Mono 4.0 Profile Target(s) specified: build [tstamp] Thursday, 12 October 2017 04:08:04. init: debug: set-framework-configuration: set-mono-4.0-framework-configuration: build: [echo] Build Directory is /home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug [mkdir] Creating directory '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin'. [mkdir] Creating directory '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/lib'. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Core/NAnt.Core.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Core/NAnt.Core.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 178 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.Core.dll'. [resgen] Read in 198 resources from '/home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Core/Resources/Strings.resx' [resgen] Writing resource file... Done. BUILD SUCCEEDED Total time: 1.6 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Console/NAnt.Console.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Console/NAnt.Console.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 3 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.exe'. [copy] Copying 1 file to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.exe.config'. BUILD SUCCEEDED Total time: 0.7 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.DotNet/NAnt.DotNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.DotNet/NAnt.DotNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 34 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.DotNetTasks.dll'. [resgen] Read in 77 resources from '/home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.DotNet/Resources/Strings.resx' [resgen] Writing resource file... Done. BUILD SUCCEEDED Total time: 1 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Compression/NAnt.Compression.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Compression/NAnt.Compression.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 14 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.CompressionTasks.dll'. BUILD SUCCEEDED Total time: 0.7 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.NUnit/NAnt.NUnit.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.NUnit/NAnt.NUnit.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 6 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.NUnit.dll'. [csc] Compiling 9 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.NUnit2Tasks.dll'. [csc] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.NUnit/NUnit2/NUnit2Task.cs(37,1): warning CS0105: The using directive for `NUnit.Core.Filters' appeared previously in this namespace [csc] Compilation succeeded - 1 warning(s) BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s) Total time: 1.4 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSNet/NAnt.MSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSNet/NAnt.MSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Win32/NAnt.Win32.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Win32/NAnt.Win32.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 10 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.Win32Tasks.dll'. BUILD SUCCEEDED Total time: 0.8 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VisualCpp/NAnt.VisualCpp.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VisualCpp/NAnt.VisualCpp.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 14 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.VisualCppTasks.dll'. BUILD SUCCEEDED Total time: 0.8 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VSNet/NAnt.VSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VSNet/NAnt.VSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 53 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.VSNetTasks.dll'. BUILD SUCCEEDED Total time: 1.1 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSBuild/NAnt.MSBuild.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSBuild/NAnt.MSBuild.build Target framework: Mono 4.0 Profile Target(s) specified: build BUILD SUCCEEDED Total time: 0.1 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Core/NAnt.Core.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Core/NAnt.Core.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 67 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.Core.Tests.dll'. BUILD SUCCEEDED Total time: 0.9 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Console/NAnt.Console.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Console/NAnt.Console.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 2 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.Tests.dll'. BUILD SUCCEEDED Total time: 0.7 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.DotNet/NAnt.DotNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.DotNet/NAnt.DotNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 7 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.DotNet.Tests.dll'. BUILD SUCCEEDED Total time: 0.7 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Compression/NAnt.Compression.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Compression/NAnt.Compression.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 4 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.Compression.Tests.dll'. BUILD SUCCEEDED Total time: 0.6 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.MSNet/NAnt.MSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.MSNet/NAnt.MSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Win32/NAnt.Win32.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Win32/NAnt.Win32.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 2 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.Win32.Tests.dll'. BUILD SUCCEEDED Total time: 0.5 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VisualCpp/NAnt.VisualCpp.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VisualCpp/NAnt.VisualCpp.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 6 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.VisualCpp.Tests.dll'. BUILD SUCCEEDED Total time: 0.7 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VSNet/NAnt.VSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VSNet/NAnt.VSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: [csc] Compiling 7 files to '/home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug/bin/NAnt.VSNet.Tests.dll'. BUILD SUCCEEDED Total time: 0.6 seconds. BUILD SUCCEEDED Total time: 13 seconds. + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LX8k4n + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64 + cd nant-0.92 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr exec_prefix=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr bindir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/bin sbindir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/sbin sysconfdir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/etc datadir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share includedir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/include libdir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib64 libexecdir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/libexec localstatedir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/var sharedstatedir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/var/lib mandir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/man infodir=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/info install mkdir -p bootstrap cp -R lib/ bootstrap/lib cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config mono bootstrap/NAnt.exe -t:mono-4.0 -f:NAnt.build install -D:prefix="/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr" -D:destdir="" -D:doc.prefix="" NAnt 0.92 (Build 0.92.4543.0; release; 06/09/2012) Copyright (C) 2001-2012 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/NAnt.build Target framework: Mono 4.0 Profile Target(s) specified: install [tstamp] Thursday, 12 October 2017 04:08:18. init: debug: set-framework-configuration: set-mono-4.0-framework-configuration: build: [echo] Build Directory is /home/pterjan/rpmbuild/BUILD/nant-0.92/build/mono-4.0.unix/nant-debug [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Core/NAnt.Core.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Core/NAnt.Core.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0.1 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Console/NAnt.Console.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Console/NAnt.Console.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.DotNet/NAnt.DotNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.DotNet/NAnt.DotNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Compression/NAnt.Compression.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Compression/NAnt.Compression.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.NUnit/NAnt.NUnit.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.NUnit/NAnt.NUnit.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSNet/NAnt.MSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSNet/NAnt.MSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Win32/NAnt.Win32.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.Win32/NAnt.Win32.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VisualCpp/NAnt.VisualCpp.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VisualCpp/NAnt.VisualCpp.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VSNet/NAnt.VSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.VSNet/NAnt.VSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSBuild/NAnt.MSBuild.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/src/NAnt.MSBuild/NAnt.MSBuild.build Target framework: Mono 4.0 Profile Target(s) specified: build BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Core/NAnt.Core.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Core/NAnt.Core.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Console/NAnt.Console.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Console/NAnt.Console.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.DotNet/NAnt.DotNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.DotNet/NAnt.DotNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Compression/NAnt.Compression.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Compression/NAnt.Compression.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.MSNet/NAnt.MSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.MSNet/NAnt.MSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Win32/NAnt.Win32.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.Win32/NAnt.Win32.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VisualCpp/NAnt.VisualCpp.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VisualCpp/NAnt.VisualCpp.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. [nant] /home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VSNet/NAnt.VSNet.build build Buildfile: file:///home/pterjan/rpmbuild/BUILD/nant-0.92/tests/NAnt.VSNet/NAnt.VSNet.build Target framework: Mono 4.0 Profile Target(s) specified: build build: BUILD SUCCEEDED Total time: 0 seconds. install-linux: [echo] Installing NAnt to '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/NAnt' ... [copy] Copying 28 files to '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/NAnt'. [echo] Installing NAnt Docs to '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/doc/NAnt' ... [mkdir] Creating directory '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/doc/NAnt'. [copy] Copying 364 files to '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/doc/NAnt'. [mkdir] Creating directory '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/pkgconfig'. [copy] Copying 1 file to '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/pkgconfig/nant.pc'. [echo] Installing NAnt wrapper script to '/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/bin' ... install: BUILD SUCCEEDED Total time: 0.7 seconds. + find examples -name '*.dll' -o -name '*.exe' + xargs rm -f + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/NAnt/doc + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/doc/NAnt + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/NAnt/bin/lib + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/lib/NAnt/bin/log4net.dll + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64//usr/lib64/pkgconfig + test /usr/lib64 = /usr/lib + mv /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64//usr/lib/pkgconfig/nant.pc /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64//usr/lib64/pkgconfig + perl -pi -e 's^/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64^^g' /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/bin/nant + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 0.92-8.mga7 --unique-debug-suffix -0.92-8.mga7.x86_64 --unique-debug-src-base nant-0.92-8.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/nant-0.92 + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: nant-0.92-8.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iiWWuP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nant-0.92 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant + cp -pr README.txt /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant + cp -pr doc/license.html doc/releasenotes.html /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.T3F0Wg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nant-0.92 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/licenses/nant + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/licenses/nant + cp -pr COPYING.txt /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/licenses/nant + exit 0 Provides: mono(NAnt) = 0.92.4543.0 mono(NAnt.CompressionTasks) = 0.92.4543.0 mono(NAnt.Core) = 0.92.4543.0 mono(NAnt.DotNetTasks) = 0.92.4543.0 mono(NAnt.NUnit) = 0.92.4543.0 mono(NAnt.NUnit2Tasks) = 0.92.4543.0 mono(NAnt.VSNetTasks) = 0.92.4543.0 mono(NAnt.VisualCppTasks) = 0.92.4543.0 mono(NAnt.Win32Tasks) = 0.92.4543.0 nant = 1:0.92-8.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: mono(ICSharpCode.SharpZipLib) = 4.84.0.0 mono(NAnt.Core) = 0.92.4543.0 mono(NAnt.DotNetTasks) = 0.92.4543.0 mono(NAnt.NUnit) = 0.92.4543.0 mono(NAnt.VisualCppTasks) = 0.92.4543.0 mono(NAnt.Win32Tasks) = 0.92.4543.0 mono(System) = 4.0.0.0 mono(System.Configuration) = 4.0.0.0 mono(System.Web) = 4.0.0.0 mono(System.Xml) = 4.0.0.0 mono(log4net) = 1.2.15.0 mono(mscorlib) = 4.0.0.0 mono(nunit.core) = 2.6.4.0 mono(nunit.core.interfaces) = 2.6.4.0 mono(nunit.util) = 2.6.4.0 Processing files: nant-docs-0.92-8.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.G6EZzJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nant-0.92 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant-docs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant-docs + cp -pr examples/Filters examples/HelloWindowsForms examples/HelloWorld examples/NUnit2 examples/ScriptTask examples/Simple examples/Solution examples/StyleTask examples/UserTask examples/examples.build /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant-docs + cp -pr doc/help/elements doc/help/enums doc/help/filters doc/help/functions doc/help/fundamentals doc/help/images doc/help/index.html doc/help/introduction doc/help/style.css doc/help/tasks doc/help/types /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64/usr/share/doc/nant-docs + exit 0 Provides: nant-docs = 1:0.92-8.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nant-devel-0.92-8.mga7.noarch Provides: nant-devel = 1:0.92-8.mga7 pkgconfig(nant) = 0.92 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pkgconfig Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/noarch/nant-0.92-8.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/nant-docs-0.92-8.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/nant-devel-0.92-8.mga7.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nLmCDg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nant-0.92 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/nant-0.92-8.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4XqNJN + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf nant-0.92 + exit 0 D: [iurt_root_command] Success!