Source: mono-reference-assemblies Version: 3.12.1+dfsg-1 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20161001 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[3]: Entering directory > '/<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/runtime' > d=`cd ../support && pwd`; \ > sed > 's,target="/usr/lib/libMonoPosixHelper.so",target="'$d'/libMonoPosixHelper.la",' > ../data/config > etc/mono/configt > if test -z ""; then :; else \ > sed 's,target="libgdiplus.so",target="",' etc/mono/configt > > etc/mono/configtt; \ > mv -f etc/mono/configtt etc/mono/configt; fi > mv -f etc/mono/configt etc/mono/config > /bin/bash ../mkinstalldirs _tmpinst/bin > mkdir -p -- _tmpinst/bin > cp mono-wrapper _tmpinst/bin/mono > echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ > r=`pwd`; m=`cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && > pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> > _tmpinst/bin/ilasm ; \ > chmod +x _tmpinst/bin/ilasm > echo '#! /bin/sh' > _tmpinst/bin/mcs ; \ > r=`pwd`; m=`cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && > pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe"'" "$@"' > >> _tmpinst/bin/mcs ; \ > chmod +x _tmpinst/bin/mcs > echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \ > r=`pwd`; m=`cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && > pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe -sdk:2"'" > "$@"' >> _tmpinst/bin/gmcs ; \ > chmod +x _tmpinst/bin/gmcs > echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \ > r=`pwd`; m=`cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && > pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe -sdk:4"'" > "$@"' >> _tmpinst/bin/dmcs ; \ > chmod +x _tmpinst/bin/dmcs > echo '#! /bin/sh' > _tmpinst/bin/al2 ; \ > r=`pwd`; m=`cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && > pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'" "$@"' > >> _tmpinst/bin/al2 ; \ > chmod +x _tmpinst/bin/al2 > echo '#! /bin/sh' > _tmpinst/bin/al ; \ > r=`pwd`; m=`cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && > pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_5/al.exe"'" "$@"' > >> _tmpinst/bin/al ; \ > chmod +x _tmpinst/bin/al > if test -w /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs; then :; > else chmod -R +w /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs; fi > cd /<<BUILDDIR>>/mono-reference-assemblies-3.12.1+dfsg/mcs && make > --no-print-directory -s NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_4_0 > net_4_5 xbuild_12 ' CC='gcc' all-profiles > mkdir -p -- build/deps > make[7]: gmcs: Command not found > build/profiles/basic.make:92: recipe for target > 'build/deps/basic-profile-check.exe' failed > make[7]: *** [build/deps/basic-profile-check.exe] Error 127 If the failure looks somehow time/timezone related: Note that this rebuild was performed without the 'tzdata' package installed in the chroot. tzdata used be (transitively) part of build-essential, but it no longer is. If this package requires it to build, it should be added to build-depends. For the release team's opinion on this, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185 If the failure looks LSB-related: similarly to tzdata, lsb-base is not installed in the build chroot. The full build log is available from: http://aws-logs.debian.net/2016/10/01/mono-reference-assemblies_3.12.1+dfsg-1_unstable.log 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 EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.