Package: src:nant
Version: 0.92~rc1+dfsg-6
Severity: serious
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with cli
dh: Compatibility levels before 9 are deprecated (level 7 in use)
dh_testdir -i
dh_update_autotools_config -i
dh_auto_configure -i
dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use)
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/nant-0.92~rc1+dfsg'
/usr/bin/make MONO=/usr/bin/cli MCS=/usr/bin/mono-csc
make[2]: Entering directory '/<<BUILDDIR>>/nant-0.92~rc1+dfsg'
mkdir -p bootstrap
# Mono loads log4net before privatebinpath is set-up, so we need this in the
same directory
[... snipped ...]
build:
[mkdir] Creating directory
'/<<BUILDDIR>>/nant-0.92~rc1+dfsg/build/mono-4.5.unix/nant-debug/bin/extensions/neutral/debian'.
[csc] Compiling 22 files to
'/<<BUILDDIR>>/nant-0.92~rc1+dfsg/build/mono-4.5.unix/nant-debug/bin/extensions/neutral/debian/NAnt.MSBuild.dll'.
[csc] warning CS8001: SDK path could not be resolved
[csc] Compilation succeeded - 1 warning(s)
BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s)
Total time: 0.3 seconds.
[nant] /<<BUILDDIR>>/nant-0.92~rc1+dfsg/tests/NAnt.Core/NAnt.Core.build
build
Buildfile:
file:///<<BUILDDIR>>/nant-0.92~rc1+dfsg/tests/NAnt.Core/NAnt.Core.build
Target framework: Mono 4.5 Profile
Target(s) specified: build
build:
[csc] Compiling 67 files to
'/<<BUILDDIR>>/nant-0.92~rc1+dfsg/build/mono-4.5.unix/nant-debug/bin/NAnt.Core.Tests.dll'.
[csc] error CS8001: Warning as Error: SDK path could not be
resolved
[csc] Compilation failed: 1 error(s), 0 warnings
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
/<<BUILDDIR>>/nant-0.92~rc1+dfsg/tests/NAnt.Core/NAnt.Core.build(11,10):
External Program Failed: /usr/lib/mono/4.5/mcs.exe (return code was
1)
Total time: 0.3 seconds.
BUILD FAILED
Nested build failed. Refer to build log for exact reason.
Total time: 5.2 seconds.
Makefile:81: recipe for target 'build-nant' failed
make[2]: *** [build-nant] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/nant-0.92~rc1+dfsg'
debian/rules:7: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/nant-0.92~rc1+dfsg'
debian/rules:14: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
It also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nant.html
Even if this package is Arch:all, please consider uploading in source-only form,
so that we get official build logs here:
https://buildd.debian.org/status/package.php?p=nant
and also avoid bugs like this to propagate to testing.
Thanks.