Source: nant
Version: 0.92~rc1+dfsg-4
Severity: serious
Justification: fails to build from source

Build fails, log below.


*** /build/log/d/dbus-sharp_0.8.1-1
dpkg-buildpackage: source package dbus-sharp
dpkg-buildpackage: source version 0.8.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Chow Loong Jin <hyper...@debian.org>
 dpkg-source --before-build dbus-sharp-0.8.1
dpkg-buildpackage: host architecture amd64
dpkg-source: info: using options from dbus-sharp-0.8.1/debian/source/options:
--single-debian-patch
 fakeroot debian/rules clean
dh clean --with cli
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/raid/build/work/dbus-sharp-0.8.1'
dh_auto_clean
rm -rf /raid/build/work/dbus-sharp-0.8.1/src/dbus-sharp.zip /raid/build/work
/dbus-sharp-0.8.1/src/dbus-sharp.tree /raid/build/work/dbus-sharp-0.8.1/doc
make[1]: Leaving directory '/raid/build/work/dbus-sharp-0.8.1'
   dh_clean
        rm -f debian/libdbus2.0-cil.substvars
        rm -f debian/libdbus2.0-cil.*.debhelper
        rm -rf debian/libdbus2.0-cil/
        rm -f debian/libdbus2.0-cil-dev.substvars
        rm -f debian/libdbus2.0-cil-dev.*.debhelper
        rm -rf debian/libdbus2.0-cil-dev/
        rm -rf debian/.debhelper/
        rm -f debian/*.debhelper.log
        rm -f debian/files
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
..\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \)
\)
        rm -f *-stamp
 debian/rules build
dh build --with cli
   dh_testdir
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/raid/build/work/dbus-sharp-0.8.1'
dh_auto_configure -- GMCS=/usr/bin/mono-csc
        ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libexecdir=\${prefix}/lib/dbus-sharp --disable-
maintainer-mode --disable-dependency-tracking GMCS=/usr/bin/mono-csc
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO... yes
checking for gmcs... /usr/bin/mono-csc
checking for gacutil... /usr/bin/gacutil
checking for xbuild... /usr/bin/xbuild
checking for Mono.Posix.dll... found
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dbus-sharp-2.0.pc
config.status: creating src/AssemblyInfo.cs
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
configure: WARNING: unrecognized options: --disable-dependency-tracking
make[1]: Leaving directory '/raid/build/work/dbus-sharp-0.8.1'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/raid/build/work/dbus-sharp-0.8.1'
dh_auto_build
        make -j1
make[2]: Entering directory '/raid/build/work/dbus-sharp-0.8.1'
Making all in src
make[3]: Entering directory '/raid/build/work/dbus-sharp-0.8.1/src'
/usr/bin/xbuild /nologo /verbosity:quiet dbus-sharp.csproj
CSC: error CS0518: The predefined type `System.Object' is not defined or
imported
CSC: error CS0518: The predefined type `System.ValueType' is not defined or
imported
CSC: error CS0518: The predefined type `System.Attribute' is not defined or
imported
CSC: error CS0518: The predefined type `System.Int32' is not defined or
imported
CSC: error CS0518: The predefined type `System.UInt32' is not defined or
imported
CSC: error CS0518: The predefined type `System.Int64' is not defined or
imported
CSC: error CS0518: The predefined type `System.UInt64' is not defined or
imported
CSC: error CS0518: The predefined type `System.Single' is not defined or
imported
CSC: error CS0518: The predefined type `System.Double' is not defined or
imported
CSC: error CS0518: The predefined type `System.Char' is not defined or imported
CSC: error CS0518: The predefined type `System.Int16' is not defined or
imported
CSC: error CS0518: The predefined type `System.Decimal' is not defined or
imported
CSC: error CS0518: The predefined type `System.Boolean' is not defined or
imported
CSC: error CS0518: The predefined type `System.SByte' is not defined or
imported
CSC: error CS0518: The predefined type `System.Byte' is not defined or imported
CSC: error CS0518: The predefined type `System.UInt16' is not defined or
imported
CSC: error CS0518: The predefined type `System.String' is not defined or
imported
CSC: error CS0518: The predefined type `System.Enum' is not defined or imported
CSC: error CS0518: The predefined type `System.Delegate' is not defined or
imported
CSC: error CS0518: The predefined type `System.MulticastDelegate' is not
defined or imported
CSC: error CS0518: The predefined type `System.Void' is not defined or imported
CSC: error CS0518: The predefined type `System.Array' is not defined or
imported
CSC: error CS0518: The predefined type `System.Type' is not defined or imported
CSC: error CS0518: The predefined type `System.Collections.IEnumerator' is not
defined or imported
CSC: error CS0518: The predefined type `System.Collections.IEnumerable' is not
defined or imported
CSC: error CS0518: The predefined type `System.IDisposable' is not defined or
imported
CSC: error CS0518: The predefined type `System.IntPtr' is not defined or
imported
CSC: error CS0518: The predefined type `System.UIntPtr' is not defined or
imported
CSC: error CS0518: The predefined type `System.RuntimeFieldHandle' is not
defined or imported
CSC: error CS0518: The predefined type `System.RuntimeTypeHandle' is not
defined or imported
CSC: error CS0518: The predefined type `System.Exception' is not defined or
imported
Makefile:450: recipe for target 'dbus-sharp.dll' failed
make[3]: *** [dbus-sharp.dll] Error 1
make[3]: Leaving directory '/raid/build/work/dbus-sharp-0.8.1/src'
Makefile:394: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/raid/build/work/dbus-sharp-0.8.1'
dh_auto_build: make -j1 returned exit code 2
debian/rules:16: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/raid/build/work/dbus-sharp-0.8.1'
debian/rules:49: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Command exited with non-zero status 2


-- System Information:
Debian Release: stretch/sid
  APT prefers wily
  APT policy: (500, 'wily'), (500, 'buildd-unstable'), (500, 'unstable'), (1,
'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-rc4 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to