Your message dated Thu, 08 Sep 2016 23:31:58 +0000 with message-id <e1bi8nw-0006lq...@franck.debian.org> and subject line Bug#836537: fixed in snd 16.8-1 has caused the Debian Bug report #836537, regarding snd: FTBFS: snd-main.c:2162:24: error: macro "g_abort" passed 1 arguments, but takes just 0 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 836537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836537 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: snd Version: 16.7-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, snd fails to build from source in unstable/amd64: [..] make: [makefile-clean] Error 1 (ignored) rmdir --ignore-fail-on-non-empty debian/stamp-autotools rmdir: failed to remove 'debian/stamp-autotools': No such file or directory /usr/share/cdbs/1/class/autotools.mk:58: recipe for target 'makefile-clean' failed make: [makefile-clean] Error 1 (ignored) set -e; if test -e debian/autoreconf.before; then \ dh_autoreconf_clean ; \ fi dh_clean rm -f debian/stamp-autotools-files rm -f debian/copyright_newhints rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check rm -rf "debian/upstream-cruft" rm -f debian/stamp-upstream-cruft rm -f snd.nox.1 snd.gtk-jack.1 snd.gtk-pulse.1 debian/rules build CDBS WARNING: copyright-check disabled - licensecheck is missing. test -x debian/rules mkdir -p "build" CDBS WARNING: DEB_COPYRIGHT_CHECK_IGNORE_REGEX is deprecated since 0.4.133 mkdir -p debian/stamp-makefile-build debian/stamp-makefile-install mkdir -p debian/stamp-autotools Scanning upstream source for new/changed copyright notices... set -e; LC_ALL=C.UTF-8 licensecheck --check '.*' --recursive --copyright --deb-fmt --ignore '^(pix/.*\.png|debian/(changelog|copyright(|_hints|_newhints)))' --lines 0 * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints /bin/sh: 1: licensecheck: not found 0 combinations of copyright and licensing found. No new copyright notices found - assuming no news is good news... touch debian/stamp-copyright-check touch debian/stamp-upstream-cruft set -e; mv ./config.guess ./config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./config.guess; set -e; mv ./config.sub ./config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./config.sub; dh_autoreconf touch debian/stamp-autotools-files chmod a+x /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./configure mkdir -p build/gtk-jack cd build/gtk-jack && CFLAGS="-g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1" LDFLAGS="-Wl,-z,relro" /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/snd" --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-ladspa --with-gmp --prefix=/usr --with-gtk --with-alsa --with-jack configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking size of void *... 8 checking for pkg-config... /usr/bin/pkg-config checking for fftw3... yes checking for gsl... yes checking for oggdec... no checking for oggenc... no checking for mpg123... no checking for mpg321... no checking for speexdec... no checking for speexenc... no checking for flac... no checking for timidity... no checking for wavpack... no checking for wvunpack... no checking for audio system... ALSA+JACK configure: creating ./config.status config.status: creating makefile config.status: creating mus-config.h configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules Options selected ------------------------- Snd version ...........: 16.7 CFLAGS ................: -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security LDFLAGS ...............:-Wl,-z,relro -Wl,-export-dynamic LIBS...................: -lm -ldl prefix.................: /usr extension language.....: s7 audio system...........: ALSA+JACK graphics toolkit.......: Gtk optional libraries.....: fftw3 gmp mpfr mpc gsl random features........: ladspa environs...............: x86_64-pc-linux-gnu gcc touch debian/stamp-autotools/gtk-jack chmod a+x /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./configure mkdir -p build/gtk-pulse cd build/gtk-pulse && CFLAGS="-g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1" LDFLAGS="-Wl,-z,relro" /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/snd" --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-ladspa --with-gmp --prefix=/usr --with-gtk --with-pulseaudio configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking size of void *... 8 checking for pkg-config... /usr/bin/pkg-config checking for fftw3... yes checking for gsl... yes checking for oggdec... no checking for oggenc... no checking for mpg123... no checking for mpg321... no checking for speexdec... no checking for speexenc... no checking for flac... no checking for timidity... no checking for wavpack... no checking for wvunpack... no checking for audio system... pulseaudio configure: creating ./config.status config.status: creating makefile config.status: creating mus-config.h configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules Options selected ------------------------- Snd version ...........: 16.7 CFLAGS ................: -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security LDFLAGS ...............:-Wl,-z,relro -Wl,-export-dynamic LIBS...................: -lm -ldl prefix.................: /usr extension language.....: s7 audio system...........: pulseaudio graphics toolkit.......: Gtk optional libraries.....: fftw3 gmp mpfr mpc gsl random features........: ladspa environs...............: x86_64-pc-linux-gnu gcc touch debian/stamp-autotools/gtk-pulse chmod a+x /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./configure mkdir -p build/nox cd build/nox && CFLAGS="-g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1" LDFLAGS="-Wl,-z,relro" /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/snd" --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-ladspa --with-gmp --prefix=/usr --without-gui --with-alsa --with-jack configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking size of void *... 8 checking for pkg-config... /usr/bin/pkg-config checking for fftw3... yes checking for gsl... yes checking for oggdec... no checking for oggenc... no checking for mpg123... no checking for mpg321... no checking for speexdec... no checking for speexenc... no checking for flac... no checking for timidity... no checking for wavpack... no checking for wvunpack... no checking for audio system... ALSA+JACK configure: creating ./config.status config.status: creating makefile config.status: creating mus-config.h configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules Options selected ------------------------- Snd version ...........: 16.7 CFLAGS ................: -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security LDFLAGS ...............:-Wl,-z,relro -Wl,-export-dynamic LIBS...................: -lm -ldl prefix.................: /usr extension language.....: s7 audio system...........: ALSA+JACK graphics toolkit.......: None optional libraries.....: fftw3 gmp mpfr mpc gsl random features........: ladspa environs...............: x86_64-pc-linux-gnu gcc touch debian/stamp-autotools/nox /usr/bin/make -C build/gtk-jack make[1]: Entering directory '/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/build/gtk-jack' gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./s7.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./headers.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./audio.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./io.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./sound.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./clm.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./xen.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./vct.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./sndlib2xen.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./clm2xen.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-io.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-utils.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-listener.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-completion.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-menu.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-axis.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-data.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-fft.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-marks.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-file.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-edits.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-chn.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-dac.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-region.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-select.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-find.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-snd.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-help.c gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -O2 -I. -g -O2 -fdebug-prefix-map=/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7=. -fstack-protector-strong -Wformat -Werror=format-security /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-main.c /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-main.c:2162:24: error: macro "g_abort" passed 1 arguments, but takes just 0 static Xen g_abort(void) ^ /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-main.c:2163:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token { ^ In file included from /usr/include/glib-2.0/glib/gthread.h:34:0, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-g0.h:4, from /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd.h:36, from /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-main.c:1: /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-main.c: In function 'g_abort_w': /usr/include/glib-2.0/glib/gutils.h:305:21: error: void value not ignored as it ought to be # define g_abort() abort () /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./xen.h:1143:106: note: in expansion of macro 'g_abort' #define XEN_NARGIFY_0(OutName, InName) static s7_pointer OutName(s7_scheme *sc, s7_pointer args) {return(InName());} ^~~~~~ /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./xen.h:1607:42: note: in expansion of macro 'XEN_NARGIFY_0' #define Xen_wrap_no_args(a, b) XEN_NARGIFY_0(a, b) ^~~~~~~~~~~~~ /home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/./snd-main.c:2261:1: note: in expansion of macro 'Xen_wrap_no_args' Xen_wrap_no_args(g_abort_w, g_abort) ^~~~~~~~~~~~~~~~ makefile:56: recipe for target 'snd-main.o' failed make[1]: *** [snd-main.o] Error 1 make[1]: Leaving directory '/home/lamby/temp/cdt.20160903204930.AgBYCHkK99.db.snd/snd-16.7/build/gtk-jack' /usr/share/cdbs/1/class/makefile.mk:77: recipe for target 'debian/stamp-makefile-build/gtk-jack' failed make: *** [debian/stamp-makefile-build/gtk-jack] Error 2 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
snd.16.7-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: snd Source-Version: 16.8-1 We believe that the bug you reported is fixed in the latest version of snd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 836...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated snd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 09 Sep 2016 00:20:53 +0200 Source: snd Binary: snd snd-doc snd-gtk-jack snd-gtk-pulse snd-nox Architecture: source Version: 16.8-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintain...@lists.alioth.debian.org> Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> Description: snd - Sound file editor snd-doc - Sound file editor (documentation) snd-gtk-jack - Sound file editor (GTK+ user interface - JACK) snd-gtk-pulse - Sound file editor (GTK+ user interface - PulseAudio) snd-nox - Sound file editor (cmdline) Closes: 836537 Changes: snd (16.8-1) unstable; urgency=medium . * New upstream version 16.8 * Updated upstream changelog. * Undefined GLib's g_abort() macro (Closes: #836537) Checksums-Sha1: 35556ef816073745ce0a965f6ccbb43dd01527bc 2406 snd_16.8-1.dsc c39ca568f5ae3b28bb700ab281ec59e64dff2a45 15018578 snd_16.8.orig.tar.gz 1598836863e1fcd6d42f097004c40176bd3c0160 71996 snd_16.8-1.debian.tar.xz Checksums-Sha256: 7008d587979d658c15e83856fa18f933e8695f62365a1d39d59442a64b43df7c 2406 snd_16.8-1.dsc 3f7d5d126f1892e2418c3852b4d8a993a14b6a5a968d935fa1c64733bd344a83 15018578 snd_16.8.orig.tar.gz 2cf69c93177c25471fe73a2e5b08cb4d9b06924c11f81707fe2b1ed0aa97b475 71996 snd_16.8-1.debian.tar.xz Files: 42576f87cb720917a66b97776d5cc50b 2406 sound optional snd_16.8-1.dsc 914d7b6fef9f97c1a3b8fef20dd19f6a 15018578 sound optional snd_16.8.orig.tar.gz 9e3f67f2b7059ed0be54dbb890e7470a 71996 sound optional snd_16.8-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJX0elCAAoJELZQGcR/ejb4Ns8P/RP3q2OhZjCkoKazSsXuDskA UFJ8gS9u/uH2f1+hFducbd7zoeC0plSbItjkbUKidp4mCz++TiOovHYQrf06KLAn wgyyN+wsYy9sdhPwxC0ClTGshBQH/3t0V4AKNJG+CcP5m/xyOJkbgOKsEZkO1SYS /6ozKwLqnK59lTrSieJKSotKicJF/NoAwIrdM8Xw4XFbBfI9wqKAWs7mIZQ5rE8K oLlRaFPsbzZX3mMwiHzfTmgyXqUvU+CP1hPrN6TjJjkwQFdbC7XtRwZhUobw0n1O KGB4G6DWs5vGwHVuh4EH1TDOoUphhHMp570tv98r8RkQs80UqZ/sokB+WUFjiG3Z 2tg/hUda+55x3mBkt2xSYHRQHI05SZrBdE4eTjyL/YHrr6qRnicAESTwfcMqfcs9 CdwUJpiPHCfz7PL4gfXFBatw9IrjPm4kYH+Q4E2oAZLoF+BSTX5oTyd7YVFxCWkS +k/bsBm1Qizk/erz2pc5QplJYDLMcBqrAGEmFN95xiWg97IuglshgCW8zNi4t/5U aL+kJe2ELAhRX6mLth58N/jXWi32dI0zeJGmJmyw5TPiclRlOzi5r9csGRUpJ+yz qcfIDIeyXtW1AJ1jJQ/uQhHdN/TeEfverHIJjCcPvpWY73v/Rn0MxJPPqINbPG23 kFVPnpZmFCDZ0JWB4tNn =74B9 -----END PGP SIGNATURE-----
--- End Message ---