Bug#799991: freedink: FTBFS: error adding symbols: DSO missing from command line

beuc at debian.org beuc at debian.org
Fri Sep 25 09:34:18 UTC 2015


Control: reassign -1 check
thanks

Hi,

> gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  `"../autotools/reloc-ldflags" "x86_64-pc-linux-gnu" "" /usr/games` -Wl,-z,relro -o check_freedink bgm.o dinkini.o dinkc.o dinkc_bindings.o dinkc_console.o dinkc_sp_custom.o dinkvar.o fastfile.o game_engine.o str_util.o io_util.o sfx.o gfx.o gfx_fade.o gfx_tiles.o gfx_palette.o gfx_fonts.o init.o rect.o input.o binreloc.o freedink_xpm.o paths.o log.o gfx_sprites.o vgasys_fon.o msgbox.o i18n.o meminfo.o screen.o   check_freedink.o ../gnulib/lib/libgnu.a  -lcheck_pic -lrt -lm -lsubunit  -lfontconfig -lfreetype  -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_gfx -lSDL   -lm
> /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck_pic.a(check_pack.o): undefined reference to symbol '__pthread_unregister_cancel@@GLIBC_2.3.3'
> //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

My package doesn't use pthread itself, and links with what
> PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
says, that is
> /usr/lib/x86_64-linux-gnu/pkgconfig/check.pc:
> Libs: -L${libdir} -lcheck_pic   -lrt -lm 

If check now requires adding -lpthread, I believe this is best fixed
in the pkgconfig file of check.

Cheers!
Sylvain


On Fri, Sep 25, 2015 at 08:04:51AM +0100, Chris Lamb wrote:
> Source: freedink
> Version: 108.4-1
> Severity: serious
> Justification: fails to build from source
> User: reproducible-builds at lists.alioth.debian.org
> Usertags: ftbfs
> X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
> 
> Dear Maintainer,
> 
> freedink fails to build from source in unstable/amd64:
> 
>   [..]
> 
>      dh_auto_test -O--parallel
>   	make -j14 check
>   make[1]: Entering directory '/tmp/buildd/freedink-108.4'
>   Making check in gnulib/lib
>   make[2]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
>   make  check-recursive
>   make[3]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
>   make[4]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
>   make[4]: Nothing to be done for 'check-am'.
>   make[4]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
>   make[3]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
>   make[2]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
>   Making check in gnulib/po
>   make[2]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/po'
>   make[2]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/po'
>   Making check in nsis
>   make[2]: Entering directory '/tmp/buildd/freedink-108.4/nsis'
>   make[2]: Nothing to be done for 'check'.
>   make[2]: Leaving directory '/tmp/buildd/freedink-108.4/nsis'
>   Making check in po
>   make[2]: Entering directory '/tmp/buildd/freedink-108.4/po'
>   make[2]: Leaving directory '/tmp/buildd/freedink-108.4/po'
>   Making check in src
>   make[2]: Entering directory '/tmp/buildd/freedink-108.4/src'
>   make  check_freedink
>   make[3]: Entering directory '/tmp/buildd/freedink-108.4/src'
>   gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\"
>   -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\"
>   -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time
>   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat
>   -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT
>   -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12 
>   -c check_freedink.c
>   gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
>   -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL 
>   -I/usr/include/freetype2 -I/usr/include/libpng12 
>   `"../autotools/reloc-ldflags" "x86_64-pc-linux-gnu" "" /usr/games`
>   -Wl,-z,relro -o check_freedink bgm.o dinkini.o dinkc.o
>   dinkc_bindings.o dinkc_console.o dinkc_sp_custom.o dinkvar.o
>   fastfile.o game_engine.o str_util.o io_util.o sfx.o gfx.o gfx_fade.o
>   gfx_tiles.o gfx_palette.o gfx_fonts.o init.o rect.o input.o binreloc.o
>   freedink_xpm.o paths.o log.o gfx_sprites.o vgasys_fon.o msgbox.o
>   i18n.o meminfo.o screen.o   check_freedink.o ../gnulib/lib/libgnu.a 
>   -lcheck_pic -lrt -lm -lsubunit  -lfontconfig -lfreetype  -lSDL_image
>   -lSDL_mixer -lSDL_ttf -lSDL_gfx -lSDL   -lm
>   /usr/bin/ld:
>   /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck_pic.a(check_pack.o):
>   undefined reference to symbol
>   '__pthread_unregister_cancel@@GLIBC_2.3.3'
>   //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO
>   missing from command line
>   collect2: error: ld returned 1 exit status
> 
>   [..]
> 
> The full build log is attached or can be viewed here:
> 
>     https://reproducible.debian.net/logs/unstable/amd64/freedink_108.4-1.build1.log.gz
> 
> 
> Regards,
> 
> -- 
>       ,''`.
>      : :'  :     Chris Lamb
>      `. `'`      lamby at debian.org / chris-lamb.co.uk
>        `-

> I: using fakeroot in build.
> I: pbuilder: network access will be disabled during build
> I: Current time: Tue Sep 22 03:04:17 GMT+12 2015
> I: pbuilder-time-stamp: 1442934257
> I: Building the build Environment
> I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
> I: creating local configuration
> I: copying local configuration
> I: mounting /proc filesystem
> I: mounting /run/shm filesystem
> I: mounting /dev/pts filesystem
> I: Mounting /dev/shm
> I: Mounting /sys
> I: policy-rc.d already exists
> I: Installing the build-deps
>  -> Attempting to satisfy build-dependencies
>  -> Creating pbuilder-satisfydepends-dummy package
> Package: pbuilder-satisfydepends-dummy
> Version: 0.invalid.0
> Architecture: amd64
> Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
> Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
>  This package was created automatically by pbuilder to satisfy the
>  build-dependencies of the package being currently built.
> Depends: debhelper (>= 9), autotools-dev, pkg-config, libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-ttf2.0-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libfontconfig1-dev, check
> dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
> Selecting previously unselected package pbuilder-satisfydepends-dummy.
> (Reading database ... 20256 files and directories currently installed.)
> Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
> Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
> dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
>  pbuilder-satisfydepends-dummy depends on autotools-dev; however:
>   Package autotools-dev is not installed.
>  pbuilder-satisfydepends-dummy depends on pkg-config; however:
>   Package pkg-config is not installed.
>  pbuilder-satisfydepends-dummy depends on libsdl1.2-dev; however:
>   Package libsdl1.2-dev is not installed.
>  pbuilder-satisfydepends-dummy depends on libsdl-gfx1.2-dev; however:
>   Package libsdl-gfx1.2-dev is not installed.
>  pbuilder-satisfydepends-dummy depends on libsdl-ttf2.0-dev; however:
>   Package libsdl-ttf2.0-dev is not installed.
>  pbuilder-satisfydepends-dummy depends on libsdl-image1.2-dev; however:
>   Package libsdl-image1.2-dev is not installed.
>  pbuilder-satisfydepends-dummy depends on libsdl-mixer1.2-dev; however:
>   Package libsdl-mixer1.2-dev is not installed.
>  pbuilder-satisfydepends-dummy depends on libfontconfig1-dev; however:
>   Package libfontconfig1-dev is not installed.
>  pbuilder-satisfydepen
> Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Initializing package states...
> Writing extended state information...
> Building tag database...
> pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
> pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
> The following NEW packages will be installed:
>   autotools-dev{a} check{a} fontconfig-config{a} fonts-dejavu-core{a} 
>   libasound2{a} libasound2-data{a} libasound2-dev{a} libasyncns0{a} 
>   libcaca-dev{a} libcaca0{a} libdbus-1-3{a} libdirectfb-1.2-9{a} 
>   libdirectfb-dev{a} libdirectfb-extra{a} libdrm-amdgpu1{a} libdrm-dev{a} 
>   libdrm-intel1{a} libdrm-nouveau2{a} libdrm-radeon1{a} libdrm2{a} 
>   libelf1{a} libexpat1{a} libexpat1-dev{a} libflac-dev{a} libflac8{a} 
>   libfluidsynth1{a} libfontconfig1{a} libfontconfig1-dev{a} libfreetype6{a} 
>   libfreetype6-dev{a} libgl1-mesa-dev{a} libgl1-mesa-glx{a} 
>   libglapi-mesa{a} libglib2.0-bin{a} libglib2.0-data{a} libglib2.0-dev{a} 
>   libglu1-mesa{a} libglu1-mesa-dev{a} libice6{a} libjack-jackd2-0{a} 
>   libjbig-dev{a} libjbig0{a} libjpeg-dev{a} libjpeg62-turbo{a} 
>   libjpeg62-turbo-dev{a} libjson-c2{a} liblzma-dev{a} libmad0{a} 
>   libmad0-dev{a} libmikmod-config{a} libmikmod-dev{a} libmikmod3{a} 
>   libogg-dev{a} libogg0{a} libopenal-data{a} libopenal1{a} libopus0{a} 
>   libpciaccess0{a} libpcre16-3{a} libpcre3-dev{a} libpcre32-3{a} 
>   libpcrecpp0v5{a} libpng12-0{a} libpng12-dev{a} libpthread-stubs0-dev{a} 
>   libpulse-dev{a} libpulse-mainloop-glib0{a} libpulse0{a} 
>   libpython-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} 
>   libsamplerate0{a} libsdl-gfx1.2-5{a} libsdl-gfx1.2-dev{a} 
>   libsdl-image1.2{a} libsdl-image1.2-dev{a} libsdl-mixer1.2{a} 
>   libsdl-mixer1.2-dev{a} libsdl-ttf2.0-0{a} libsdl-ttf2.0-dev{a} 
>   libsdl1.2-dev{a} libsdl1.2debian{a} libslang2{a} libslang2-dev{a} 
>   libsm6{a} libsndfile1{a} libssl1.0.0{a} libsubunit-dev{a} libsubunit0{a} 
>   libtiff5{a} libtiff5-dev{a} libtiffxx5{a} libvorbis-dev{a} libvorbis0a{a} 
>   libvorbisenc2{a} libvorbisfile3{a} libwebp-dev{a} libwebp5{a} 
>   libwebpdemux1{a} libwebpmux1{a} libwrap0{a} libx11-6{a} libx11-data{a} 
>   libx11-dev{a} libx11-xcb-dev{a} libx11-xcb1{a} libxau-dev{a} libxau6{a} 
>   libxcb-dri2-0{a} libxcb-dri2-0-dev{a} libxcb-dri3-0{a} libxcb-dri3-dev{a} 
>   libxcb-glx0{a} libxcb-glx0-dev{a} libxcb-present-dev{a} 
>   libxcb-present0{a} libxcb-randr0{a} libxcb-randr0-dev{a} 
>   libxcb-render0{a} libxcb-render0-dev{a} libxcb-shape0{a} 
>   libxcb-shape0-dev{a} libxcb-sync-dev{a} libxcb-sync1{a} libxcb-xfixes0{a} 
>   libxcb-xfixes0-dev{a} libxcb1{a} libxcb1-dev{a} libxdamage-dev{a} 
>   libxdamage1{a} libxdmcp-dev{a} libxdmcp6{a} libxext-dev{a} libxext6{a} 
>   libxfixes-dev{a} libxfixes3{a} libxi6{a} libxshmfence-dev{a} 
>   libxshmfence1{a} libxtst6{a} libxxf86vm-dev{a} libxxf86vm1{a} 
>   mesa-common-dev{a} mime-support{a} pkg-config{a} python{a} 
>   python-minimal{a} python2.7{a} python2.7-minimal{a} ucf{a} x11-common{a} 
>   x11proto-core-dev{a} x11proto-damage-dev{a} x11proto-dri2-dev{a} 
>   x11proto-fixes-dev{a} x11proto-gl-dev{a} x11proto-input-dev{a} 
>   x11proto-kb-dev{a} x11proto-xext-dev{a} x11proto-xf86vidmode-dev{a} 
>   xorg-sgml-doctools{a} xtrans-dev{a} zlib1g-dev{a} 
> 0 packages upgraded, 163 newly installed, 0 to remove and 0 not upgraded.
> Need to get 37.1 MB of archives. After unpacking 124 MB will be used.
> Writing extended state information...
> Get: 1 http://ftp.de.debian.org/debian/ unstable/main libjson-c2 amd64 0.11-4 [24.8 kB]
> Get: 2 http://ftp.de.debian.org/debian/ unstable/main libwrap0 amd64 7.6.q-25 [58.5 kB]
> Get: 3 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-minimal amd64 2.7.10-4 [380 kB]
> Get: 4 http://ftp.de.debian.org/debian/ unstable/main python2.7-minimal amd64 2.7.10-4 [1310 kB]
> Get: 5 http://ftp.de.debian.org/debian/ unstable/main python-minimal amd64 2.7.9-1 [40.3 kB]
> Get: 6 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.59 [36.4 kB]
> Get: 7 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 2.1.0-7 [80.0 kB]
> Get: 8 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 1.0.2d-1 [1274 kB]
> Get: 9 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-stdlib amd64 2.7.10-4 [1791 kB]
> Get: 10 http://ftp.de.debian.org/debian/ unstable/main python2.7 amd64 2.7.10-4 [259 kB]
> Get: 11 http://ftp.de.debian.org/debian/ unstable/main libpython-stdlib amd64 2.7.9-1 [19.5 kB]
> Get: 12 http://ftp.de.debian.org/debian/ unstable/main python amd64 2.7.9-1 [151 kB]
> Get: 13 http://ftp.de.debian.org/debian/ unstable/main libasyncns0 amd64 0.8-5 [12.5 kB]
> Get: 14 http://ftp.de.debian.org/debian/ unstable/main libslang2 amd64 2.3.0-2+b1 [491 kB]
> Get: 15 http://ftp.de.debian.org/debian/ unstable/main libcaca0 amd64 0.99.beta19-2 [346 kB]
> Get: 16 http://ftp.de.debian.org/debian/ unstable/main libdirectfb-1.2-9 amd64 1.2.10.0-5.1 [1040 kB]
> Get: 17 http://ftp.de.debian.org/debian/ unstable/main libpng12-0 amd64 1.2.50-2+b2 [172 kB]
> Get: 18 http://ftp.de.debian.org/debian/ unstable/main libfreetype6 amd64 2.6-2 [449 kB]
> Get: 19 http://ftp.de.debian.org/debian/ unstable/main libjpeg62-turbo amd64 1:1.4.1-2 [126 kB]
> Get: 20 http://ftp.de.debian.org/debian/ unstable/main libxau6 amd64 1:1.0.8-1 [20.7 kB]
> Get: 21 http://ftp.de.debian.org/debian/ unstable/main libxdmcp6 amd64 1:1.1.2-1 [26.3 kB]
> Get: 22 http://ftp.de.debian.org/debian/ unstable/main libxcb1 amd64 1.10-3+b1 [44.4 kB]
> Get: 23 http://ftp.de.debian.org/debian/ unstable/main libx11-data all 2:1.6.3-1 [128 kB]
> Get: 24 http://ftp.de.debian.org/debian/ unstable/main libx11-6 amd64 2:1.6.3-1 [742 kB]
> Get: 25 http://ftp.de.debian.org/debian/ unstable/main libxext6 amd64 2:1.3.3-1 [52.7 kB]
> Get: 26 http://ftp.de.debian.org/debian/ unstable/main libdirectfb-extra amd64 1.2.10.0-5.1 [30.4 kB]
> Get: 27 http://ftp.de.debian.org/debian/ unstable/main ucf all 3.0030 [69.7 kB]
> Get: 28 http://ftp.de.debian.org/debian/ unstable/main fonts-dejavu-core all 2.35-1 [1064 kB]
> Get: 29 http://ftp.de.debian.org/debian/ unstable/main fontconfig-config all 2.11.0-6.3 [273 kB]
> Get: 30 http://ftp.de.debian.org/debian/ unstable/main libfontconfig1 amd64 2.11.0-6.3 [329 kB]
> Get: 31 http://ftp.de.debian.org/debian/ unstable/main x11-common all 1:7.7+9 [287 kB]
> Get: 32 http://ftp.de.debian.org/debian/ unstable/main libice6 amd64 2:1.0.9-1+b1 [58.8 kB]
> Get: 33 http://ftp.de.debian.org/debian/ unstable/main libmad0 amd64 0.15.1b-8 [78.4 kB]
> Get: 34 http://ftp.de.debian.org/debian/ unstable/main libasound2-data all 1.0.29-1 [67.1 kB]
> Get: 35 http://ftp.de.debian.org/debian/ unstable/main libasound2 amd64 1.0.29-1 [377 kB]
> Get: 36 http://ftp.de.debian.org/debian/ unstable/main libopenal-data all 1:1.16.0-3 [105 kB]
> Get: 37 http://ftp.de.debian.org/debian/ unstable/main libopenal1 amd64 1:1.16.0-3 [168 kB]
> Get: 38 http://ftp.de.debian.org/debian/ unstable/main libdbus-1-3 amd64 1.10.0-3 [187 kB]
> Get: 39 http://ftp.de.debian.org/debian/ unstable/main libsm6 amd64 2:1.2.2-1+b1 [33.6 kB]
> Get: 40 http://ftp.de.debian.org/debian/ unstable/main libogg0 amd64 1.3.2-1 [19.9 kB]
> Get: 41 http://ftp.de.debian.org/debian/ unstable/main libflac8 amd64 1.3.1-4 [218 kB]
> Get: 42 http://ftp.de.debian.org/debian/ unstable/main libvorbis0a amd64 1.3.4-2 [92.9 kB]
> Get: 43 http://ftp.de.debian.org/debian/ unstable/main libvorbisenc2 amd64 1.3.4-2 [77.9 kB]
> Get: 44 http://ftp.de.debian.org/debian/ unstable/main libsndfile1 amd64 1.0.25-9.1 [214 kB]
> Get: 45 http://ftp.de.debian.org/debian/ unstable/main libx11-xcb1 amd64 2:1.6.3-1 [176 kB]
> Get: 46 http://ftp.de.debian.org/debian/ unstable/main libxi6 amd64 2:1.7.4-1+b2 [79.7 kB]
> Get: 47 http://ftp.de.debian.org/debian/ unstable/main libxtst6 amd64 2:1.2.2-1+b1 [27.3 kB]
> Get: 48 http://ftp.de.debian.org/debian/ unstable/main libpulse0 amd64 6.0-5 [262 kB]
> Get: 49 http://ftp.de.debian.org/debian/ unstable/main libsdl1.2debian amd64 1.2.15-11 [189 kB]
> Get: 50 http://ftp.de.debian.org/debian/ unstable/main libmikmod3 amd64 3.3.7-1 [128 kB]
> Get: 51 http://ftp.de.debian.org/debian/ unstable/main libpcrecpp0v5 amd64 2:8.35-7.2 [142 kB]
> Get: 52 http://ftp.de.debian.org/debian/ unstable/main libsamplerate0 amd64 0.1.8-8 [949 kB]
> Get: 53 http://ftp.de.debian.org/debian/ unstable/main libsdl-gfx1.2-5 amd64 2.0.25-4 [44.8 kB]
> Get: 54 http://ftp.de.debian.org/debian/ unstable/main libjbig0 amd64 2.1-3.1 [30.7 kB]
> Get: 55 http://ftp.de.debian.org/debian/ unstable/main libtiff5 amd64 4.0.5-1 [220 kB]
> Get: 56 http://ftp.de.debian.org/debian/ unstable/main libwebp5 amd64 0.4.3-1.3 [210 kB]
> Get: 57 http://ftp.de.debian.org/debian/ unstable/main libsdl-image1.2 amd64 1.2.12-5+b5 [35.1 kB]
> Get: 58 http://ftp.de.debian.org/debian/ unstable/main libopus0 amd64 1.1-2 [156 kB]
> Get: 59 http://ftp.de.debian.org/debian/ unstable/main libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1 [172 kB]
> Get: 60 http://ftp.de.debian.org/debian/ unstable/main libfluidsynth1 amd64 1.1.6-3 [158 kB]
> Get: 61 http://ftp.de.debian.org/debian/ unstable/main libvorbisfile3 amd64 1.3.4-2 [23.7 kB]
> Get: 62 http://ftp.de.debian.org/debian/ unstable/main libsdl-mixer1.2 amd64 1.2.12-11+b1 [85.0 kB]
> Get: 63 http://ftp.de.debian.org/debian/ unstable/main libsdl-ttf2.0-0 amd64 2.0.11-3 [18.2 kB]
> Get: 64 http://ftp.de.debian.org/debian/ unstable/main libsubunit0 amd64 0.0.18-4 [8502 B]
> Get: 65 http://ftp.de.debian.org/debian/ unstable/main libxcb-dri2-0 amd64 1.10-3+b1 [12.9 kB]
> Get: 66 http://ftp.de.debian.org/debian/ unstable/main libxcb-dri3-0 amd64 1.10-3+b1 [11.1 kB]
> Get: 67 http://ftp.de.debian.org/debian/ unstable/main libxcb-glx0 amd64 1.10-3+b1 [27.4 kB]
> Get: 68 http://ftp.de.debian.org/debian/ unstable/main libxcb-present0 amd64 1.10-3+b1 [11.1 kB]
> Get: 69 http://ftp.de.debian.org/debian/ unstable/main libxcb-randr0 amd64 1.10-3+b1 [20.9 kB]
> Get: 70 http://ftp.de.debian.org/debian/ unstable/main libxcb-render0 amd64 1.10-3+b1 [17.5 kB]
> Get: 71 http://ftp.de.debian.org/debian/ unstable/main libxcb-shape0 amd64 1.10-3+b1 [11.6 kB]
> Get: 72 http://ftp.de.debian.org/debian/ unstable/main libxcb-sync1 amd64 1.10-3+b1 [14.4 kB]
> Get: 73 http://ftp.de.debian.org/debian/ unstable/main libxcb-xfixes0 amd64 1.10-3+b1 [14.9 kB]
> Get: 74 http://ftp.de.debian.org/debian/ unstable/main libxfixes3 amd64 1:5.0.1-2+b2 [21.3 kB]
> Get: 75 http://ftp.de.debian.org/debian/ unstable/main libxdamage1 amd64 1:1.1.4-2+b1 [14.7 kB]
> Get: 76 http://ftp.de.debian.org/debian/ unstable/main libxshmfence1 amd64 1.2-1 [7836 B]
> Get: 77 http://ftp.de.debian.org/debian/ unstable/main libxxf86vm1 amd64 1:1.1.4-1 [20.9 kB]
> Get: 78 http://ftp.de.debian.org/debian/ unstable/main autotools-dev all 20150820.1 [71.7 kB]
> Get: 79 http://ftp.de.debian.org/debian/ unstable/main libsubunit-dev amd64 0.0.18-4 [9168 B]
> Get: 80 http://ftp.de.debian.org/debian/ unstable/main check amd64 0.10.0-2 [181 kB]
> Get: 81 http://ftp.de.debian.org/debian/ unstable/main libasound2-dev amd64 1.0.29-1 [146 kB]
> Get: 82 http://ftp.de.debian.org/debian/ unstable/main zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB]
> Get: 83 http://ftp.de.debian.org/debian/ unstable/main libpng12-dev amd64 1.2.50-2+b2 [248 kB]
> Get: 84 http://ftp.de.debian.org/debian/ unstable/main libslang2-dev amd64 2.3.0-2+b1 [464 kB]
> Get: 85 http://ftp.de.debian.org/debian/ unstable/main libcaca-dev amd64 0.99.beta19-2 [864 kB]
> Get: 86 http://ftp.de.debian.org/debian/ unstable/main libfreetype6-dev amd64 2.6-2 [987 kB]
> Get: 87 http://ftp.de.debian.org/debian/ unstable/main libjpeg62-turbo-dev amd64 1:1.4.1-2 [481 kB]
> Get: 88 http://ftp.de.debian.org/debian/ unstable/main libjpeg-dev all 1:1.4.1-2 [51.9 kB]
> Get: 89 http://ftp.de.debian.org/debian/ unstable/main xorg-sgml-doctools all 1:1.11-1 [21.9 kB]
> Get: 90 http://ftp.de.debian.org/debian/ unstable/main x11proto-core-dev all 7.0.27-1 [729 kB]
> Get: 91 http://ftp.de.debian.org/debian/ unstable/main libxau-dev amd64 1:1.0.8-1 [23.6 kB]
> Get: 92 http://ftp.de.debian.org/debian/ unstable/main libxdmcp-dev amd64 1:1.1.2-1 [41.6 kB]
> Get: 93 http://ftp.de.debian.org/debian/ unstable/main x11proto-input-dev all 2.3.1-1 [157 kB]
> Get: 94 http://ftp.de.debian.org/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB]
> Get: 95 http://ftp.de.debian.org/debian/ unstable/main xtrans-dev all 1.3.5-1 [100 kB]
> Get: 96 http://ftp.de.debian.org/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-4 [3866 B]
> Get: 97 http://ftp.de.debian.org/debian/ unstable/main libxcb1-dev amd64 1.10-3+b1 [83.8 kB]
> Get: 98 http://ftp.de.debian.org/debian/ unstable/main libx11-dev amd64 2:1.6.3-1 [813 kB]
> Get: 99 http://ftp.de.debian.org/debian/ unstable/main x11proto-xext-dev all 7.3.0-1 [212 kB]
> Get: 100 http://ftp.de.debian.org/debian/ unstable/main libxext-dev amd64 2:1.3.3-1 [107 kB]
> Get: 101 http://ftp.de.debian.org/debian/ unstable/main libdirectfb-dev amd64 1.2.10.0-5.1 [688 kB]
> Get: 102 http://ftp.de.debian.org/debian/ unstable/main libdrm2 amd64 2.4.64-1 [32.7 kB]
> Get: 103 http://ftp.de.debian.org/debian/ unstable/main libdrm-amdgpu1 amd64 2.4.64-1 [23.5 kB]
> Get: 104 http://ftp.de.debian.org/debian/ unstable/main libpciaccess0 amd64 0.13.4-1 [49.8 kB]
> Get: 105 http://ftp.de.debian.org/debian/ unstable/main libdrm-intel1 amd64 2.4.64-1 [63.4 kB]
> Get: 106 http://ftp.de.debian.org/debian/ unstable/main libdrm-radeon1 amd64 2.4.64-1 [29.6 kB]
> Get: 107 http://ftp.de.debian.org/debian/ unstable/main libdrm-nouveau2 amd64 2.4.64-1 [22.4 kB]
> Get: 108 http://ftp.de.debian.org/debian/ unstable/main libdrm-dev amd64 2.4.64-1 [202 kB]
> Get: 109 http://ftp.de.debian.org/debian/ unstable/main libelf1 amd64 0.163-5.1 [163 kB]
> Get: 110 http://ftp.de.debian.org/debian/ unstable/main libexpat1-dev amd64 2.1.0-7 [126 kB]
> Get: 111 http://ftp.de.debian.org/debian/ unstable/main libogg-dev amd64 1.3.2-1 [198 kB]
> Get: 112 http://ftp.de.debian.org/debian/ unstable/main libflac-dev amd64 1.3.1-4 [271 kB]
> Get: 113 http://ftp.de.debian.org/debian/ unstable/main pkg-config amd64 0.28-1 [57.5 kB]
> Get: 114 http://ftp.de.debian.org/debian/ unstable/main libfontconfig1-dev amd64 2.11.0-6.3 [896 kB]
> Get: 115 http://ftp.de.debian.org/debian/ unstable/main mesa-common-dev amd64 10.6.7-1 [468 kB]
> Get: 116 http://ftp.de.debian.org/debian/ unstable/main libglapi-mesa amd64 10.6.7-1 [55.4 kB]
> Get: 117 http://ftp.de.debian.org/debian/ unstable/main libgl1-mesa-glx amd64 10.6.7-1 [179 kB]
> Get: 118 http://ftp.de.debian.org/debian/ unstable/main libx11-xcb-dev amd64 2:1.6.3-1 [178 kB]
> Get: 119 http://ftp.de.debian.org/debian/ unstable/main libxcb-dri3-dev amd64 1.10-3+b1 [11.8 kB]
> Get: 120 http://ftp.de.debian.org/debian/ unstable/main libxcb-render0-dev amd64 1.10-3+b1 [22.8 kB]
> Get: 121 http://ftp.de.debian.org/debian/ unstable/main libxcb-randr0-dev amd64 1.10-3+b1 [26.8 kB]
> Get: 122 http://ftp.de.debian.org/debian/ unstable/main libxcb-shape0-dev amd64 1.10-3+b1 [13.1 kB]
> Get: 123 http://ftp.de.debian.org/debian/ unstable/main libxcb-xfixes0-dev amd64 1.10-3+b1 [18.1 kB]
> Get: 124 http://ftp.de.debian.org/debian/ unstable/main libxcb-sync-dev amd64 1.10-3+b1 [16.7 kB]
> Get: 125 http://ftp.de.debian.org/debian/ unstable/main libxcb-present-dev amd64 1.10-3+b1 [12.8 kB]
> Get: 126 http://ftp.de.debian.org/debian/ unstable/main libxshmfence-dev amd64 1.2-1 [7242 B]
> Get: 127 http://ftp.de.debian.org/debian/ unstable/main libxcb-dri2-0-dev amd64 1.10-3+b1 [15.0 kB]
> Get: 128 http://ftp.de.debian.org/debian/ unstable/main libxcb-glx0-dev amd64 1.10-3+b1 [37.8 kB]
> Get: 129 http://ftp.de.debian.org/debian/ unstable/main x11proto-fixes-dev all 1:5.0-2 [19.2 kB]
> Get: 130 http://ftp.de.debian.org/debian/ unstable/main libxfixes-dev amd64 1:5.0.1-2+b2 [23.2 kB]
> Get: 131 http://ftp.de.debian.org/debian/ unstable/main x11proto-damage-dev all 1:1.2.1-2 [11.8 kB]
> Get: 132 http://ftp.de.debian.org/debian/ unstable/main libxdamage-dev amd64 1:1.1.4-2+b1 [14.4 kB]
> Get: 133 http://ftp.de.debian.org/debian/ unstable/main x11proto-xf86vidmode-dev all 2.3.1-2 [6114 B]
> Get: 134 http://ftp.de.debian.org/debian/ unstable/main libxxf86vm-dev amd64 1:1.1.4-1 [25.4 kB]
> Get: 135 http://ftp.de.debian.org/debian/ unstable/main x11proto-dri2-dev all 2.8-2 [18.2 kB]
> Get: 136 http://ftp.de.debian.org/debian/ unstable/main x11proto-gl-dev all 1.4.17-1 [28.0 kB]
> Get: 137 http://ftp.de.debian.org/debian/ unstable/main libgl1-mesa-dev amd64 10.6.7-1 [38.6 kB]
> Get: 138 http://ftp.de.debian.org/debian/ unstable/main libglib2.0-data all 2.44.1-1.1 [2241 kB]
> Get: 139 http://ftp.de.debian.org/debian/ unstable/main libglib2.0-bin amd64 2.44.1-1.1 [1391 kB]
> Get: 140 http://ftp.de.debian.org/debian/ unstable/main libpcre16-3 amd64 2:8.35-7.2 [242 kB]
> Get: 141 http://ftp.de.debian.org/debian/ unstable/main libpcre32-3 amd64 2:8.35-7.2 [234 kB]
> Get: 142 http://ftp.de.debian.org/debian/ unstable/main libpcre3-dev amd64 2:8.35-7.2 [623 kB]
> Get: 143 http://ftp.de.debian.org/debian/ unstable/main libglib2.0-dev amd64 2.44.1-1.1 [2715 kB]
> Get: 144 http://ftp.de.debian.org/debian/ unstable/main libglu1-mesa amd64 9.0.0-2.1 [168 kB]
> Get: 145 http://ftp.de.debian.org/debian/ unstable/main libglu1-mesa-dev amd64 9.0.0-2.1 [202 kB]
> Get: 146 http://ftp.de.debian.org/debian/ unstable/main liblzma-dev amd64 5.1.1alpha+20120614-2.1 [255 kB]
> Get: 147 http://ftp.de.debian.org/debian/ unstable/main libmad0-dev amd64 0.15.1b-8 [90.5 kB]
> Get: 148 http://ftp.de.debian.org/debian/ unstable/main libmikmod-config amd64 3.3.7-1 [21.8 kB]
> Get: 149 http://ftp.de.debian.org/debian/ unstable/main libmikmod-dev amd64 3.3.7-1 [214 kB]
> Get: 150 http://ftp.de.debian.org/debian/ unstable/main libpulse-mainloop-glib0 amd64 6.0-5 [30.2 kB]
> Get: 151 http://ftp.de.debian.org/debian/ unstable/main libpulse-dev amd64 6.0-5 [89.0 kB]
> Get: 152 http://ftp.de.debian.org/debian/ unstable/main libsdl1.2-dev amd64 1.2.15-11 [737 kB]
> Get: 153 http://ftp.de.debian.org/debian/ unstable/main libsdl-gfx1.2-dev amd64 2.0.25-4 [50.1 kB]
> Get: 154 http://ftp.de.debian.org/debian/ unstable/main libjbig-dev amd64 2.1-3.1 [29.9 kB]
> Get: 155 http://ftp.de.debian.org/debian/ unstable/main libtiffxx5 amd64 4.0.5-1 [82.3 kB]
> Get: 156 http://ftp.de.debian.org/debian/ unstable/main libtiff5-dev amd64 4.0.5-1 [342 kB]
> Get: 157 http://ftp.de.debian.org/debian/ unstable/main libwebpmux1 amd64 0.4.3-1.3 [59.8 kB]
> Get: 158 http://ftp.de.debian.org/debian/ unstable/main libwebpdemux1 amd64 0.4.3-1.3 [53.1 kB]
> Get: 159 http://ftp.de.debian.org/debian/ unstable/main libwebp-dev amd64 0.4.3-1.3 [269 kB]
> Get: 160 http://ftp.de.debian.org/debian/ unstable/main libsdl-image1.2-dev amd64 1.2.12-5+b5 [38.8 kB]
> Get: 161 http://ftp.de.debian.org/debian/ unstable/main libvorbis-dev amd64 1.3.4-2 [347 kB]
> Get: 162 http://ftp.de.debian.org/debian/ unstable/main libsdl-mixer1.2-dev amd64 1.2.12-11+b1 [104 kB]
> Get: 163 http://ftp.de.debian.org/debian/ unstable/main libsdl-ttf2.0-dev amd64 2.0.11-3 [27.0 kB]
> Fetched 37.1 MB in 2s (15.6 MB/s)
> debconf: delaying package configuration, since apt-utils is not installed
> Selecting previously unselected package libjson-c2:amd64.
> (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 20256 files and directories currently installed.)
> Preparing to unpack .../libjson-c2_0.11-4_amd64.deb ...
> Unpacking libjson-c2:amd64 (0.11-4) ...
> Selecting previously unselected package libwrap0:amd64.
> Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
> Unpacking libwrap0:amd64 (7.6.q-25) ...
> Selecting previously unselected package libpython2.7-minimal:amd64.
> Preparing to unpack .../libpython2.7-minimal_2.7.10-4_amd64.deb ...
> Unpacking libpython2.7-minimal:amd64 (2.7.10-4) ...
> Selecting previously unselected package python2.7-minimal.
> Preparing to unpack .../python2.7-minimal_2.7.10-4_amd64.deb ...
> Unpacking python2.7-minimal (2.7.10-4) ...
> Selecting previously unselected package python-minimal.
> Preparing to unpack .../python-minimal_2.7.9-1_amd64.deb ...
> Unpacking python-minimal (2.7.9-1) ...
> Selecting previously unselected package mime-support.
> Preparing to unpack .../mime-support_3.59_all.deb ...
> Unpacking mime-support (3.59) ...
> Selecting previously unselected package libexpat1:amd64.
> Preparing to unpack .../libexpat1_2.1.0-7_amd64.deb ...
> Unpacking libexpat1:amd64 (2.1.0-7) ...
> Selecting previously unselected package libssl1.0.0:amd64.
> Preparing to unpack .../libssl1.0.0_1.0.2d-1_amd64.deb ...
> Unpacking libssl1.0.0:amd64 (1.0.2d-1) ...
> Selecting previously unselected package libpython2.7-stdlib:amd64.
> Preparing to unpack .../libpython2.7-stdlib_2.7.10-4_amd64.deb ...
> Unpacking libpython2.7-stdlib:amd64 (2.7.10-4) ...
> Selecting previously unselected package python2.7.
> Preparing to unpack .../python2.7_2.7.10-4_amd64.deb ...
> Unpacking python2.7 (2.7.10-4) ...
> Selecting previously unselected package libpython-stdlib:amd64.
> Preparing to unpack .../libpython-stdlib_2.7.9-1_amd64.deb ...
> Unpacking libpython-stdlib:amd64 (2.7.9-1) ...
> Processing triggers for man-db (2.7.3-1) ...
> Setting up libpython2.7-minimal:amd64 (2.7.10-4) ...
> Setting up python2.7-minimal (2.7.10-4) ...
> Setting up python-minimal (2.7.9-1) ...
> Selecting previously unselected package python.
> (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 21078 files and directories currently installed.)
> Preparing to unpack .../python_2.7.9-1_amd64.deb ...
> Unpacking python (2.7.9-1) ...
> Selecting previously unselected package libasyncns0:amd64.
> Preparing to unpack .../libasyncns0_0.8-5_amd64.deb ...
> Unpacking libasyncns0:amd64 (0.8-5) ...
> Selecting previously unselected package libslang2:amd64.
> Preparing to unpack .../libslang2_2.3.0-2+b1_amd64.deb ...
> Unpacking libslang2:amd64 (2.3.0-2+b1) ...
> Selecting previously unselected package libcaca0:amd64.
> Preparing to unpack .../libcaca0_0.99.beta19-2_amd64.deb ...
> Unpacking libcaca0:amd64 (0.99.beta19-2) ...
> Selecting previously unselected package libdirectfb-1.2-9:amd64.
> Preparing to unpack .../libdirectfb-1.2-9_1.2.10.0-5.1_amd64.deb ...
> Unpacking libdirectfb-1.2-9:amd64 (1.2.10.0-5.1) ...
> Selecting previously unselected package libpng12-0:amd64.
> Preparing to unpack .../libpng12-0_1.2.50-2+b2_amd64.deb ...
> Unpacking libpng12-0:amd64 (1.2.50-2+b2) ...
> Selecting previously unselected package libfreetype6:amd64.
> Preparing to unpack .../libfreetype6_2.6-2_amd64.deb ...
> Unpacking libfreetype6:amd64 (2.6-2) ...
> Selecting previously unselected package libjpeg62-turbo:amd64.
> Preparing to unpack .../libjpeg62-turbo_1%3a1.4.1-2_amd64.deb ...
> Unpacking libjpeg62-turbo:amd64 (1:1.4.1-2) ...
> Selecting previously unselected package libxau6:amd64.
> Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
> Unpacking libxau6:amd64 (1:1.0.8-1) ...
> Selecting previously unselected package libxdmcp6:amd64.
> Preparing to unpack .../libxdmcp6_1%3a1.1.2-1_amd64.deb ...
> Unpacking libxdmcp6:amd64 (1:1.1.2-1) ...
> Selecting previously unselected package libxcb1:amd64.
> Preparing to unpack .../libxcb1_1.10-3+b1_amd64.deb ...
> Unpacking libxcb1:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libx11-data.
> Preparing to unpack .../libx11-data_2%3a1.6.3-1_all.deb ...
> Unpacking libx11-data (2:1.6.3-1) ...
> Selecting previously unselected package libx11-6:amd64.
> Preparing to unpack .../libx11-6_2%3a1.6.3-1_amd64.deb ...
> Unpacking libx11-6:amd64 (2:1.6.3-1) ...
> Selecting previously unselected package libxext6:amd64.
> Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ...
> Unpacking libxext6:amd64 (2:1.3.3-1) ...
> Selecting previously unselected package libdirectfb-extra:amd64.
> Preparing to unpack .../libdirectfb-extra_1.2.10.0-5.1_amd64.deb ...
> Unpacking libdirectfb-extra:amd64 (1.2.10.0-5.1) ...
> Selecting previously unselected package ucf.
> Preparing to unpack .../archives/ucf_3.0030_all.deb ...
> Moving old data out of the way
> Unpacking ucf (3.0030) ...
> Selecting previously unselected package fonts-dejavu-core.
> Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ...
> Unpacking fonts-dejavu-core (2.35-1) ...
> Selecting previously unselected package fontconfig-config.
> Preparing to unpack .../fontconfig-config_2.11.0-6.3_all.deb ...
> Unpacking fontconfig-config (2.11.0-6.3) ...
> Selecting previously unselected package libfontconfig1:amd64.
> Preparing to unpack .../libfontconfig1_2.11.0-6.3_amd64.deb ...
> Unpacking libfontconfig1:amd64 (2.11.0-6.3) ...
> Selecting previously unselected package x11-common.
> Preparing to unpack .../x11-common_1%3a7.7+9_all.deb ...
> Unpacking x11-common (1:7.7+9) ...
> Selecting previously unselected package libice6:amd64.
> Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
> Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
> Selecting previously unselected package libmad0:amd64.
> Preparing to unpack .../libmad0_0.15.1b-8_amd64.deb ...
> Unpacking libmad0:amd64 (0.15.1b-8) ...
> Selecting previously unselected package libasound2-data.
> Preparing to unpack .../libasound2-data_1.0.29-1_all.deb ...
> Unpacking libasound2-data (1.0.29-1) ...
> Selecting previously unselected package libasound2:amd64.
> Preparing to unpack .../libasound2_1.0.29-1_amd64.deb ...
> Unpacking libasound2:amd64 (1.0.29-1) ...
> Selecting previously unselected package libopenal-data.
> Preparing to unpack .../libopenal-data_1%3a1.16.0-3_all.deb ...
> Unpacking libopenal-data (1:1.16.0-3) ...
> Selecting previously unselected package libopenal1:amd64.
> Preparing to unpack .../libopenal1_1%3a1.16.0-3_amd64.deb ...
> Unpacking libopenal1:amd64 (1:1.16.0-3) ...
> Selecting previously unselected package libdbus-1-3:amd64.
> Preparing to unpack .../libdbus-1-3_1.10.0-3_amd64.deb ...
> Unpacking libdbus-1-3:amd64 (1.10.0-3) ...
> Selecting previously unselected package libsm6:amd64.
> Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
> Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
> Selecting previously unselected package libogg0:amd64.
> Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ...
> Unpacking libogg0:amd64 (1.3.2-1) ...
> Selecting previously unselected package libflac8:amd64.
> Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ...
> Unpacking libflac8:amd64 (1.3.1-4) ...
> Selecting previously unselected package libvorbis0a:amd64.
> Preparing to unpack .../libvorbis0a_1.3.4-2_amd64.deb ...
> Unpacking libvorbis0a:amd64 (1.3.4-2) ...
> Selecting previously unselected package libvorbisenc2:amd64.
> Preparing to unpack .../libvorbisenc2_1.3.4-2_amd64.deb ...
> Unpacking libvorbisenc2:amd64 (1.3.4-2) ...
> Selecting previously unselected package libsndfile1:amd64.
> Preparing to unpack .../libsndfile1_1.0.25-9.1_amd64.deb ...
> Unpacking libsndfile1:amd64 (1.0.25-9.1) ...
> Selecting previously unselected package libx11-xcb1:amd64.
> Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
> Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
> Selecting previously unselected package libxi6:amd64.
> Preparing to unpack .../libxi6_2%3a1.7.4-1+b2_amd64.deb ...
> Unpacking libxi6:amd64 (2:1.7.4-1+b2) ...
> Selecting previously unselected package libxtst6:amd64.
> Preparing to unpack .../libxtst6_2%3a1.2.2-1+b1_amd64.deb ...
> Unpacking libxtst6:amd64 (2:1.2.2-1+b1) ...
> Selecting previously unselected package libpulse0:amd64.
> Preparing to unpack .../libpulse0_6.0-5_amd64.deb ...
> Unpacking libpulse0:amd64 (6.0-5) ...
> Selecting previously unselected package libsdl1.2debian:amd64.
> Preparing to unpack .../libsdl1.2debian_1.2.15-11_amd64.deb ...
> Unpacking libsdl1.2debian:amd64 (1.2.15-11) ...
> Selecting previously unselected package libmikmod3:amd64.
> Preparing to unpack .../libmikmod3_3.3.7-1_amd64.deb ...
> Unpacking libmikmod3:amd64 (3.3.7-1) ...
> Selecting previously unselected package libpcrecpp0v5:amd64.
> Preparing to unpack .../libpcrecpp0v5_2%3a8.35-7.2_amd64.deb ...
> Unpacking libpcrecpp0v5:amd64 (2:8.35-7.2) ...
> Selecting previously unselected package libsamplerate0:amd64.
> Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ...
> Unpacking libsamplerate0:amd64 (0.1.8-8) ...
> Selecting previously unselected package libsdl-gfx1.2-5:amd64.
> Preparing to unpack .../libsdl-gfx1.2-5_2.0.25-4_amd64.deb ...
> Unpacking libsdl-gfx1.2-5:amd64 (2.0.25-4) ...
> Selecting previously unselected package libjbig0:amd64.
> Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
> Unpacking libjbig0:amd64 (2.1-3.1) ...
> Selecting previously unselected package libtiff5:amd64.
> Preparing to unpack .../libtiff5_4.0.5-1_amd64.deb ...
> Unpacking libtiff5:amd64 (4.0.5-1) ...
> Selecting previously unselected package libwebp5:amd64.
> Preparing to unpack .../libwebp5_0.4.3-1.3_amd64.deb ...
> Unpacking libwebp5:amd64 (0.4.3-1.3) ...
> Selecting previously unselected package libsdl-image1.2:amd64.
> Preparing to unpack .../libsdl-image1.2_1.2.12-5+b5_amd64.deb ...
> Unpacking libsdl-image1.2:amd64 (1.2.12-5+b5) ...
> Selecting previously unselected package libopus0:amd64.
> Preparing to unpack .../libopus0_1.1-2_amd64.deb ...
> Unpacking libopus0:amd64 (1.1-2) ...
> Selecting previously unselected package libjack-jackd2-0:amd64.
> Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1_amd64.deb ...
> Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1) ...
> Selecting previously unselected package libfluidsynth1:amd64.
> Preparing to unpack .../libfluidsynth1_1.1.6-3_amd64.deb ...
> Unpacking libfluidsynth1:amd64 (1.1.6-3) ...
> Selecting previously unselected package libvorbisfile3:amd64.
> Preparing to unpack .../libvorbisfile3_1.3.4-2_amd64.deb ...
> Unpacking libvorbisfile3:amd64 (1.3.4-2) ...
> Selecting previously unselected package libsdl-mixer1.2:amd64.
> Preparing to unpack .../libsdl-mixer1.2_1.2.12-11+b1_amd64.deb ...
> Unpacking libsdl-mixer1.2:amd64 (1.2.12-11+b1) ...
> Selecting previously unselected package libsdl-ttf2.0-0:amd64.
> Preparing to unpack .../libsdl-ttf2.0-0_2.0.11-3_amd64.deb ...
> Unpacking libsdl-ttf2.0-0:amd64 (2.0.11-3) ...
> Selecting previously unselected package libsubunit0:amd64.
> Preparing to unpack .../libsubunit0_0.0.18-4_amd64.deb ...
> Unpacking libsubunit0:amd64 (0.0.18-4) ...
> Selecting previously unselected package libxcb-dri2-0:amd64.
> Preparing to unpack .../libxcb-dri2-0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-dri2-0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-dri3-0:amd64.
> Preparing to unpack .../libxcb-dri3-0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-dri3-0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-glx0:amd64.
> Preparing to unpack .../libxcb-glx0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-glx0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-present0:amd64.
> Preparing to unpack .../libxcb-present0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-present0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-randr0:amd64.
> Preparing to unpack .../libxcb-randr0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-randr0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-render0:amd64.
> Preparing to unpack .../libxcb-render0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-render0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-shape0:amd64.
> Preparing to unpack .../libxcb-shape0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-shape0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-sync1:amd64.
> Preparing to unpack .../libxcb-sync1_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-sync1:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-xfixes0:amd64.
> Preparing to unpack .../libxcb-xfixes0_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-xfixes0:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxfixes3:amd64.
> Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
> Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
> Selecting previously unselected package libxdamage1:amd64.
> Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
> Unpacking libxdamage1:amd64 (1:1.1.4-2+b1) ...
> Selecting previously unselected package libxshmfence1:amd64.
> Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ...
> Unpacking libxshmfence1:amd64 (1.2-1) ...
> Selecting previously unselected package libxxf86vm1:amd64.
> Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
> Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
> Selecting previously unselected package autotools-dev.
> Preparing to unpack .../autotools-dev_20150820.1_all.deb ...
> Unpacking autotools-dev (20150820.1) ...
> Selecting previously unselected package libsubunit-dev.
> Preparing to unpack .../libsubunit-dev_0.0.18-4_amd64.deb ...
> Unpacking libsubunit-dev (0.0.18-4) ...
> Selecting previously unselected package check:amd64.
> Preparing to unpack .../check_0.10.0-2_amd64.deb ...
> Unpacking check:amd64 (0.10.0-2) ...
> Selecting previously unselected package libasound2-dev:amd64.
> Preparing to unpack .../libasound2-dev_1.0.29-1_amd64.deb ...
> Unpacking libasound2-dev:amd64 (1.0.29-1) ...
> Selecting previously unselected package zlib1g-dev:amd64.
> Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
> Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
> Selecting previously unselected package libpng12-dev:amd64.
> Preparing to unpack .../libpng12-dev_1.2.50-2+b2_amd64.deb ...
> Unpacking libpng12-dev:amd64 (1.2.50-2+b2) ...
> Selecting previously unselected package libslang2-dev:amd64.
> Preparing to unpack .../libslang2-dev_2.3.0-2+b1_amd64.deb ...
> Unpacking libslang2-dev:amd64 (2.3.0-2+b1) ...
> Selecting previously unselected package libcaca-dev.
> Preparing to unpack .../libcaca-dev_0.99.beta19-2_amd64.deb ...
> Unpacking libcaca-dev (0.99.beta19-2) ...
> Selecting previously unselected package libfreetype6-dev.
> Preparing to unpack .../libfreetype6-dev_2.6-2_amd64.deb ...
> Unpacking libfreetype6-dev (2.6-2) ...
> Selecting previously unselected package libjpeg62-turbo-dev:amd64.
> Preparing to unpack .../libjpeg62-turbo-dev_1%3a1.4.1-2_amd64.deb ...
> Unpacking libjpeg62-turbo-dev:amd64 (1:1.4.1-2) ...
> Selecting previously unselected package libjpeg-dev.
> Preparing to unpack .../libjpeg-dev_1%3a1.4.1-2_all.deb ...
> Unpacking libjpeg-dev (1:1.4.1-2) ...
> Selecting previously unselected package xorg-sgml-doctools.
> Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ...
> Unpacking xorg-sgml-doctools (1:1.11-1) ...
> Selecting previously unselected package x11proto-core-dev.
> Preparing to unpack .../x11proto-core-dev_7.0.27-1_all.deb ...
> Unpacking x11proto-core-dev (7.0.27-1) ...
> Selecting previously unselected package libxau-dev:amd64.
> Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ...
> Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
> Selecting previously unselected package libxdmcp-dev:amd64.
> Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1_amd64.deb ...
> Unpacking libxdmcp-dev:amd64 (1:1.1.2-1) ...
> Selecting previously unselected package x11proto-input-dev.
> Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ...
> Unpacking x11proto-input-dev (2.3.1-1) ...
> Selecting previously unselected package x11proto-kb-dev.
> Preparing to unpack .../x11proto-kb-dev_1.0.6-2_all.deb ...
> Unpacking x11proto-kb-dev (1.0.6-2) ...
> Selecting previously unselected package xtrans-dev.
> Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ...
> Unpacking xtrans-dev (1.3.5-1) ...
> Selecting previously unselected package libpthread-stubs0-dev:amd64.
> Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ...
> Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
> Selecting previously unselected package libxcb1-dev:amd64.
> Preparing to unpack .../libxcb1-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb1-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libx11-dev:amd64.
> Preparing to unpack .../libx11-dev_2%3a1.6.3-1_amd64.deb ...
> Unpacking libx11-dev:amd64 (2:1.6.3-1) ...
> Selecting previously unselected package x11proto-xext-dev.
> Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...
> Unpacking x11proto-xext-dev (7.3.0-1) ...
> Selecting previously unselected package libxext-dev:amd64.
> Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...
> Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
> Selecting previously unselected package libdirectfb-dev.
> Preparing to unpack .../libdirectfb-dev_1.2.10.0-5.1_amd64.deb ...
> Unpacking libdirectfb-dev (1.2.10.0-5.1) ...
> Selecting previously unselected package libdrm2:amd64.
> Preparing to unpack .../libdrm2_2.4.64-1_amd64.deb ...
> Unpacking libdrm2:amd64 (2.4.64-1) ...
> Selecting previously unselected package libdrm-amdgpu1:amd64.
> Preparing to unpack .../libdrm-amdgpu1_2.4.64-1_amd64.deb ...
> Unpacking libdrm-amdgpu1:amd64 (2.4.64-1) ...
> Selecting previously unselected package libpciaccess0:amd64.
> Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ...
> Unpacking libpciaccess0:amd64 (0.13.4-1) ...
> Selecting previously unselected package libdrm-intel1:amd64.
> Preparing to unpack .../libdrm-intel1_2.4.64-1_amd64.deb ...
> Unpacking libdrm-intel1:amd64 (2.4.64-1) ...
> Selecting previously unselected package libdrm-radeon1:amd64.
> Preparing to unpack .../libdrm-radeon1_2.4.64-1_amd64.deb ...
> Unpacking libdrm-radeon1:amd64 (2.4.64-1) ...
> Selecting previously unselected package libdrm-nouveau2:amd64.
> Preparing to unpack .../libdrm-nouveau2_2.4.64-1_amd64.deb ...
> Unpacking libdrm-nouveau2:amd64 (2.4.64-1) ...
> Selecting previously unselected package libdrm-dev:amd64.
> Preparing to unpack .../libdrm-dev_2.4.64-1_amd64.deb ...
> Unpacking libdrm-dev:amd64 (2.4.64-1) ...
> Selecting previously unselected package libelf1:amd64.
> Preparing to unpack .../libelf1_0.163-5.1_amd64.deb ...
> Unpacking libelf1:amd64 (0.163-5.1) ...
> Selecting previously unselected package libexpat1-dev:amd64.
> Preparing to unpack .../libexpat1-dev_2.1.0-7_amd64.deb ...
> Unpacking libexpat1-dev:amd64 (2.1.0-7) ...
> Selecting previously unselected package libogg-dev:amd64.
> Preparing to unpack .../libogg-dev_1.3.2-1_amd64.deb ...
> Unpacking libogg-dev:amd64 (1.3.2-1) ...
> Selecting previously unselected package libflac-dev:amd64.
> Preparing to unpack .../libflac-dev_1.3.1-4_amd64.deb ...
> Unpacking libflac-dev:amd64 (1.3.1-4) ...
> Selecting previously unselected package pkg-config.
> Preparing to unpack .../pkg-config_0.28-1_amd64.deb ...
> Unpacking pkg-config (0.28-1) ...
> Selecting previously unselected package libfontconfig1-dev:amd64.
> Preparing to unpack .../libfontconfig1-dev_2.11.0-6.3_amd64.deb ...
> Unpacking libfontconfig1-dev:amd64 (2.11.0-6.3) ...
> Selecting previously unselected package mesa-common-dev:amd64.
> Preparing to unpack .../mesa-common-dev_10.6.7-1_amd64.deb ...
> Unpacking mesa-common-dev:amd64 (10.6.7-1) ...
> Selecting previously unselected package libglapi-mesa:amd64.
> Preparing to unpack .../libglapi-mesa_10.6.7-1_amd64.deb ...
> Unpacking libglapi-mesa:amd64 (10.6.7-1) ...
> Selecting previously unselected package libgl1-mesa-glx:amd64.
> Preparing to unpack .../libgl1-mesa-glx_10.6.7-1_amd64.deb ...
> Unpacking libgl1-mesa-glx:amd64 (10.6.7-1) ...
> Selecting previously unselected package libx11-xcb-dev:amd64.
> Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1_amd64.deb ...
> Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1) ...
> Selecting previously unselected package libxcb-dri3-dev:amd64.
> Preparing to unpack .../libxcb-dri3-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-dri3-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-render0-dev:amd64.
> Preparing to unpack .../libxcb-render0-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-render0-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-randr0-dev:amd64.
> Preparing to unpack .../libxcb-randr0-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-randr0-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-shape0-dev:amd64.
> Preparing to unpack .../libxcb-shape0-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-shape0-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-xfixes0-dev:amd64.
> Preparing to unpack .../libxcb-xfixes0-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-xfixes0-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-sync-dev:amd64.
> Preparing to unpack .../libxcb-sync-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-sync-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-present-dev:amd64.
> Preparing to unpack .../libxcb-present-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-present-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxshmfence-dev:amd64.
> Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ...
> Unpacking libxshmfence-dev:amd64 (1.2-1) ...
> Selecting previously unselected package libxcb-dri2-0-dev:amd64.
> Preparing to unpack .../libxcb-dri2-0-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-dri2-0-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package libxcb-glx0-dev:amd64.
> Preparing to unpack .../libxcb-glx0-dev_1.10-3+b1_amd64.deb ...
> Unpacking libxcb-glx0-dev:amd64 (1.10-3+b1) ...
> Selecting previously unselected package x11proto-fixes-dev.
> Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2_all.deb ...
> Unpacking x11proto-fixes-dev (1:5.0-2) ...
> Selecting previously unselected package libxfixes-dev:amd64.
> Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2+b2_amd64.deb ...
> Unpacking libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
> Selecting previously unselected package x11proto-damage-dev.
> Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
> Unpacking x11proto-damage-dev (1:1.2.1-2) ...
> Selecting previously unselected package libxdamage-dev:amd64.
> Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2+b1_amd64.deb ...
> Unpacking libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
> Selecting previously unselected package x11proto-xf86vidmode-dev.
> Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...
> Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...
> Selecting previously unselected package libxxf86vm-dev:amd64.
> Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...
> Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...
> Selecting previously unselected package x11proto-dri2-dev.
> Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...
> Unpacking x11proto-dri2-dev (2.8-2) ...
> Selecting previously unselected package x11proto-gl-dev.
> Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...
> Unpacking x11proto-gl-dev (1.4.17-1) ...
> Selecting previously unselected package libgl1-mesa-dev:amd64.
> Preparing to unpack .../libgl1-mesa-dev_10.6.7-1_amd64.deb ...
> Unpacking libgl1-mesa-dev:amd64 (10.6.7-1) ...
> Selecting previously unselected package libglib2.0-data.
> Preparing to unpack .../libglib2.0-data_2.44.1-1.1_all.deb ...
> Unpacking libglib2.0-data (2.44.1-1.1) ...
> Selecting previously unselected package libglib2.0-bin.
> Preparing to unpack .../libglib2.0-bin_2.44.1-1.1_amd64.deb ...
> Unpacking libglib2.0-bin (2.44.1-1.1) ...
> Selecting previously unselected package libpcre16-3:amd64.
> Preparing to unpack .../libpcre16-3_2%3a8.35-7.2_amd64.deb ...
> Unpacking libpcre16-3:amd64 (2:8.35-7.2) ...
> Selecting previously unselected package libpcre32-3:amd64.
> Preparing to unpack .../libpcre32-3_2%3a8.35-7.2_amd64.deb ...
> Unpacking libpcre32-3:amd64 (2:8.35-7.2) ...
> Selecting previously unselected package libpcre3-dev:amd64.
> Preparing to unpack .../libpcre3-dev_2%3a8.35-7.2_amd64.deb ...
> Unpacking libpcre3-dev:amd64 (2:8.35-7.2) ...
> Selecting previously unselected package libglib2.0-dev.
> Preparing to unpack .../libglib2.0-dev_2.44.1-1.1_amd64.deb ...
> Unpacking libglib2.0-dev (2.44.1-1.1) ...
> Selecting previously unselected package libglu1-mesa:amd64.
> Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ...
> Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ...
> Selecting previously unselected package libglu1-mesa-dev:amd64.
> Preparing to unpack .../libglu1-mesa-dev_9.0.0-2.1_amd64.deb ...
> Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1) ...
> Selecting previously unselected package liblzma-dev:amd64.
> Preparing to unpack .../liblzma-dev_5.1.1alpha+20120614-2.1_amd64.deb ...
> Unpacking liblzma-dev:amd64 (5.1.1alpha+20120614-2.1) ...
> Selecting previously unselected package libmad0-dev.
> Preparing to unpack .../libmad0-dev_0.15.1b-8_amd64.deb ...
> Unpacking libmad0-dev (0.15.1b-8) ...
> Selecting previously unselected package libmikmod-config.
> Preparing to unpack .../libmikmod-config_3.3.7-1_amd64.deb ...
> Unpacking libmikmod-config (3.3.7-1) ...
> Selecting previously unselected package libmikmod-dev:amd64.
> Preparing to unpack .../libmikmod-dev_3.3.7-1_amd64.deb ...
> Unpacking libmikmod-dev:amd64 (3.3.7-1) ...
> Selecting previously unselected package libpulse-mainloop-glib0:amd64.
> Preparing to unpack .../libpulse-mainloop-glib0_6.0-5_amd64.deb ...
> Unpacking libpulse-mainloop-glib0:amd64 (6.0-5) ...
> Selecting previously unselected package libpulse-dev:amd64.
> Preparing to unpack .../libpulse-dev_6.0-5_amd64.deb ...
> Unpacking libpulse-dev:amd64 (6.0-5) ...
> Selecting previously unselected package libsdl1.2-dev.
> Preparing to unpack .../libsdl1.2-dev_1.2.15-11_amd64.deb ...
> Unpacking libsdl1.2-dev (1.2.15-11) ...
> Selecting previously unselected package libsdl-gfx1.2-dev:amd64.
> Preparing to unpack .../libsdl-gfx1.2-dev_2.0.25-4_amd64.deb ...
> Unpacking libsdl-gfx1.2-dev:amd64 (2.0.25-4) ...
> Selecting previously unselected package libjbig-dev:amd64.
> Preparing to unpack .../libjbig-dev_2.1-3.1_amd64.deb ...
> Unpacking libjbig-dev:amd64 (2.1-3.1) ...
> Selecting previously unselected package libtiffxx5:amd64.
> Preparing to unpack .../libtiffxx5_4.0.5-1_amd64.deb ...
> Unpacking libtiffxx5:amd64 (4.0.5-1) ...
> Selecting previously unselected package libtiff5-dev:amd64.
> Preparing to unpack .../libtiff5-dev_4.0.5-1_amd64.deb ...
> Unpacking libtiff5-dev:amd64 (4.0.5-1) ...
> Selecting previously unselected package libwebpmux1:amd64.
> Preparing to unpack .../libwebpmux1_0.4.3-1.3_amd64.deb ...
> Unpacking libwebpmux1:amd64 (0.4.3-1.3) ...
> Selecting previously unselected package libwebpdemux1:amd64.
> Preparing to unpack .../libwebpdemux1_0.4.3-1.3_amd64.deb ...
> Unpacking libwebpdemux1:amd64 (0.4.3-1.3) ...
> Selecting previously unselected package libwebp-dev:amd64.
> Preparing to unpack .../libwebp-dev_0.4.3-1.3_amd64.deb ...
> Unpacking libwebp-dev:amd64 (0.4.3-1.3) ...
> Selecting previously unselected package libsdl-image1.2-dev:amd64.
> Preparing to unpack .../libsdl-image1.2-dev_1.2.12-5+b5_amd64.deb ...
> Unpacking libsdl-image1.2-dev:amd64 (1.2.12-5+b5) ...
> Selecting previously unselected package libvorbis-dev:amd64.
> Preparing to unpack .../libvorbis-dev_1.3.4-2_amd64.deb ...
> Unpacking libvorbis-dev:amd64 (1.3.4-2) ...
> Selecting previously unselected package libsdl-mixer1.2-dev:amd64.
> Preparing to unpack .../libsdl-mixer1.2-dev_1.2.12-11+b1_amd64.deb ...
> Unpacking libsdl-mixer1.2-dev:amd64 (1.2.12-11+b1) ...
> Selecting previously unselected package libsdl-ttf2.0-dev:amd64.
> Preparing to unpack .../libsdl-ttf2.0-dev_2.0.11-3_amd64.deb ...
> Unpacking libsdl-ttf2.0-dev:amd64 (2.0.11-3) ...
> Processing triggers for man-db (2.7.3-1) ...
> Processing triggers for systemd (226-3) ...
> Processing triggers for libglib2.0-0:amd64 (2.44.1-1.1) ...
> No schema files found: doing nothing.
> Setting up libjson-c2:amd64 (0.11-4) ...
> Setting up libwrap0:amd64 (7.6.q-25) ...
> Setting up mime-support (3.59) ...
> Setting up libexpat1:amd64 (2.1.0-7) ...
> Setting up libssl1.0.0:amd64 (1.0.2d-1) ...
> Setting up libpython2.7-stdlib:amd64 (2.7.10-4) ...
> Setting up python2.7 (2.7.10-4) ...
> Setting up libpython-stdlib:amd64 (2.7.9-1) ...
> Setting up python (2.7.9-1) ...
> Setting up libasyncns0:amd64 (0.8-5) ...
> Setting up libslang2:amd64 (2.3.0-2+b1) ...
> Setting up libcaca0:amd64 (0.99.beta19-2) ...
> Setting up libdirectfb-1.2-9:amd64 (1.2.10.0-5.1) ...
> Setting up libpng12-0:amd64 (1.2.50-2+b2) ...
> Setting up libfreetype6:amd64 (2.6-2) ...
> Setting up libjpeg62-turbo:amd64 (1:1.4.1-2) ...
> Setting up libxau6:amd64 (1:1.0.8-1) ...
> Setting up libxdmcp6:amd64 (1:1.1.2-1) ...
> Setting up libxcb1:amd64 (1.10-3+b1) ...
> Setting up libx11-data (2:1.6.3-1) ...
> Setting up libx11-6:amd64 (2:1.6.3-1) ...
> Setting up libxext6:amd64 (2:1.3.3-1) ...
> Setting up libdirectfb-extra:amd64 (1.2.10.0-5.1) ...
> Setting up ucf (3.0030) ...
> Setting up fonts-dejavu-core (2.35-1) ...
> Setting up fontconfig-config (2.11.0-6.3) ...
> Setting up libfontconfig1:amd64 (2.11.0-6.3) ...
> Setting up x11-common (1:7.7+9) ...
> update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
> Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix.
> Setting up libice6:amd64 (2:1.0.9-1+b1) ...
> Setting up libmad0:amd64 (0.15.1b-8) ...
> Setting up libasound2-data (1.0.29-1) ...
> Setting up libasound2:amd64 (1.0.29-1) ...
> Setting up libopenal-data (1:1.16.0-3) ...
> Setting up libopenal1:amd64 (1:1.16.0-3) ...
> Setting up libdbus-1-3:amd64 (1.10.0-3) ...
> Setting up libsm6:amd64 (2:1.2.2-1+b1) ...
> Setting up libogg0:amd64 (1.3.2-1) ...
> Setting up libflac8:amd64 (1.3.1-4) ...
> Setting up libvorbis0a:amd64 (1.3.4-2) ...
> Setting up libvorbisenc2:amd64 (1.3.4-2) ...
> Setting up libsndfile1:amd64 (1.0.25-9.1) ...
> Setting up libx11-xcb1:amd64 (2:1.6.3-1) ...
> Setting up libxi6:amd64 (2:1.7.4-1+b2) ...
> Setting up libxtst6:amd64 (2:1.2.2-1+b1) ...
> Setting up libpulse0:amd64 (6.0-5) ...
> Setting up libsdl1.2debian:amd64 (1.2.15-11) ...
> Setting up libmikmod3:amd64 (3.3.7-1) ...
> Setting up libpcrecpp0v5:amd64 (2:8.35-7.2) ...
> Setting up libsamplerate0:amd64 (0.1.8-8) ...
> Setting up libsdl-gfx1.2-5:amd64 (2.0.25-4) ...
> Setting up libjbig0:amd64 (2.1-3.1) ...
> Setting up libtiff5:amd64 (4.0.5-1) ...
> Setting up libwebp5:amd64 (0.4.3-1.3) ...
> Setting up libsdl-image1.2:amd64 (1.2.12-5+b5) ...
> Setting up libopus0:amd64 (1.1-2) ...
> Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1) ...
> Setting up libfluidsynth1:amd64 (1.1.6-3) ...
> Setting up libvorbisfile3:amd64 (1.3.4-2) ...
> Setting up libsdl-mixer1.2:amd64 (1.2.12-11+b1) ...
> Setting up libsdl-ttf2.0-0:amd64 (2.0.11-3) ...
> Setting up libsubunit0:amd64 (0.0.18-4) ...
> Setting up libxcb-dri2-0:amd64 (1.10-3+b1) ...
> Setting up libxcb-dri3-0:amd64 (1.10-3+b1) ...
> Setting up libxcb-glx0:amd64 (1.10-3+b1) ...
> Setting up libxcb-present0:amd64 (1.10-3+b1) ...
> Setting up libxcb-randr0:amd64 (1.10-3+b1) ...
> Setting up libxcb-render0:amd64 (1.10-3+b1) ...
> Setting up libxcb-shape0:amd64 (1.10-3+b1) ...
> Setting up libxcb-sync1:amd64 (1.10-3+b1) ...
> Setting up libxcb-xfixes0:amd64 (1.10-3+b1) ...
> Setting up libxfixes3:amd64 (1:5.0.1-2+b2) ...
> Setting up libxdamage1:amd64 (1:1.1.4-2+b1) ...
> Setting up libxshmfence1:amd64 (1.2-1) ...
> Setting up libxxf86vm1:amd64 (1:1.1.4-1) ...
> Setting up autotools-dev (20150820.1) ...
> Setting up libsubunit-dev (0.0.18-4) ...
> Setting up check:amd64 (0.10.0-2) ...
> Setting up libasound2-dev:amd64 (1.0.29-1) ...
> Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
> Setting up libpng12-dev:amd64 (1.2.50-2+b2) ...
> Setting up libslang2-dev:amd64 (2.3.0-2+b1) ...
> Setting up libcaca-dev (0.99.beta19-2) ...
> Setting up libfreetype6-dev (2.6-2) ...
> Setting up libjpeg62-turbo-dev:amd64 (1:1.4.1-2) ...
> Setting up libjpeg-dev (1:1.4.1-2) ...
> Setting up xorg-sgml-doctools (1:1.11-1) ...
> Setting up x11proto-core-dev (7.0.27-1) ...
> Setting up libxau-dev:amd64 (1:1.0.8-1) ...
> Setting up libxdmcp-dev:amd64 (1:1.1.2-1) ...
> Setting up x11proto-input-dev (2.3.1-1) ...
> Setting up x11proto-kb-dev (1.0.6-2) ...
> Setting up xtrans-dev (1.3.5-1) ...
> Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
> Setting up libxcb1-dev:amd64 (1.10-3+b1) ...
> Setting up libx11-dev:amd64 (2:1.6.3-1) ...
> Setting up x11proto-xext-dev (7.3.0-1) ...
> Setting up libxext-dev:amd64 (2:1.3.3-1) ...
> Setting up libdirectfb-dev (1.2.10.0-5.1) ...
> Setting up libdrm2:amd64 (2.4.64-1) ...
> Setting up libdrm-amdgpu1:amd64 (2.4.64-1) ...
> Setting up libpciaccess0:amd64 (0.13.4-1) ...
> Setting up libdrm-intel1:amd64 (2.4.64-1) ...
> Setting up libdrm-radeon1:amd64 (2.4.64-1) ...
> Setting up libdrm-nouveau2:amd64 (2.4.64-1) ...
> Setting up libdrm-dev:amd64 (2.4.64-1) ...
> Setting up libelf1:amd64 (0.163-5.1) ...
> Setting up libexpat1-dev:amd64 (2.1.0-7) ...
> Setting up libogg-dev:amd64 (1.3.2-1) ...
> Setting up libflac-dev:amd64 (1.3.1-4) ...
> Setting up pkg-config (0.28-1) ...
> Setting up libfontconfig1-dev:amd64 (2.11.0-6.3) ...
> Setting up mesa-common-dev:amd64 (10.6.7-1) ...
> Setting up libglapi-mesa:amd64 (10.6.7-1) ...
> Setting up libgl1-mesa-glx:amd64 (10.6.7-1) ...
> Setting up libx11-xcb-dev:amd64 (2:1.6.3-1) ...
> Setting up libxcb-dri3-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-render0-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-randr0-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-shape0-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-xfixes0-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-sync-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-present-dev:amd64 (1.10-3+b1) ...
> Setting up libxshmfence-dev:amd64 (1.2-1) ...
> Setting up libxcb-dri2-0-dev:amd64 (1.10-3+b1) ...
> Setting up libxcb-glx0-dev:amd64 (1.10-3+b1) ...
> Setting up x11proto-fixes-dev (1:5.0-2) ...
> Setting up libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
> Setting up x11proto-damage-dev (1:1.2.1-2) ...
> Setting up libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
> Setting up x11proto-xf86vidmode-dev (2.3.1-2) ...
> Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ...
> Setting up x11proto-dri2-dev (2.8-2) ...
> Setting up x11proto-gl-dev (1.4.17-1) ...
> Setting up libgl1-mesa-dev:amd64 (10.6.7-1) ...
> Setting up libglib2.0-data (2.44.1-1.1) ...
> Setting up libglib2.0-bin (2.44.1-1.1) ...
> Setting up libpcre16-3:amd64 (2:8.35-7.2) ...
> Setting up libpcre32-3:amd64 (2:8.35-7.2) ...
> Setting up libpcre3-dev:amd64 (2:8.35-7.2) ...
> Setting up libglib2.0-dev (2.44.1-1.1) ...
> Setting up libglu1-mesa:amd64 (9.0.0-2.1) ...
> Setting up libglu1-mesa-dev:amd64 (9.0.0-2.1) ...
> Setting up liblzma-dev:amd64 (5.1.1alpha+20120614-2.1) ...
> Setting up libmad0-dev (0.15.1b-8) ...
> Setting up libmikmod-config (3.3.7-1) ...
> Setting up libmikmod-dev:amd64 (3.3.7-1) ...
> Setting up libpulse-mainloop-glib0:amd64 (6.0-5) ...
> Setting up libpulse-dev:amd64 (6.0-5) ...
> Setting up libsdl1.2-dev (1.2.15-11) ...
> Setting up libsdl-gfx1.2-dev:amd64 (2.0.25-4) ...
> Setting up libjbig-dev:amd64 (2.1-3.1) ...
> Setting up libtiffxx5:amd64 (4.0.5-1) ...
> Setting up libtiff5-dev:amd64 (4.0.5-1) ...
> Setting up libwebpmux1:amd64 (0.4.3-1.3) ...
> Setting up libwebpdemux1:amd64 (0.4.3-1.3) ...
> Setting up libwebp-dev:amd64 (0.4.3-1.3) ...
> Setting up libsdl-image1.2-dev:amd64 (1.2.12-5+b5) ...
> Setting up libvorbis-dev:amd64 (1.3.4-2) ...
> Setting up libsdl-mixer1.2-dev:amd64 (1.2.12-11+b1) ...
> Setting up libsdl-ttf2.0-dev:amd64 (2.0.11-3) ...
> Processing triggers for libc-bin (2.19-22) ...
> Processing triggers for systemd (226-3) ...
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Reading extended state information...
> Initializing package states...
> Writing extended state information...
> Building tag database...
>  -> Finished parsing the build-deps
> Reading package lists...
> Building dependency tree...
> Reading state information...
> fakeroot is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> I: Copying source file
> I: copying [freedink_108.4-1.dsc]
> I: copying [./freedink_108.4.orig.tar.gz]
> I: copying [./freedink_108.4-1.debian.tar.xz]
> I: Extracting source
> gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
> gpgv: Signature made Wed Oct 22 02:18:27 2014 GMT+12 using RSA key ID 8D89059F
> gpgv: Can't check signature: public key not found
> dpkg-source: warning: failed to verify signature on ./freedink_108.4-1.dsc
> dpkg-source: info: extracting freedink in freedink-108.4
> dpkg-source: info: unpacking freedink_108.4.orig.tar.gz
> dpkg-source: info: unpacking freedink_108.4-1.debian.tar.xz
> I: Building the package
> I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b -rfakeroot
> dpkg-buildpackage: source package freedink
> dpkg-buildpackage: source version 108.4-1
> dpkg-buildpackage: source distribution unstable
> dpkg-buildpackage: source changed by Sylvain Beucler <beuc at debian.org>
>  dpkg-source --before-build freedink-108.4
> dpkg-buildpackage: host architecture amd64
>  fakeroot debian/rules clean
> dh clean --parallel --with autotools_dev
>    dh_testdir -O--parallel
>    dh_auto_clean -O--parallel
>    dh_autotools-dev_restoreconfig -O--parallel
>    dh_clean -O--parallel
>  debian/rules build
> dh build --parallel --with autotools_dev
>    dh_testdir -O--parallel
>    dh_autotools-dev_updateconfig -O--parallel
>    debian/rules override_dh_auto_configure
> make[1]: Entering directory '/tmp/buildd/freedink-108.4'
> # Using '--bindir=/usr/games' by Debian policy
> #   (e.g. not the case for Fedora)
> # Using '--disable-embedded-resources' because 'dh_strip' will remove
> #   them anyway, and we need it for the -dbg package -- too bad :/
> dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games --disable-embedded-resources 
> 	./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 --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --bindir=/usr/games --datadir=/usr/share/games --disable-embedded-resources
> configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode
> 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... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> 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 style of include used by make... GNU
> checking dependency style of gcc... none
> checking whether ln -s works... yes
> 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 Minix Amsterdam compiler... no
> checking for ar... ar
> checking for ranlib... ranlib
> 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 minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether _XOPEN_SOURCE should be defined... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for CHECK... yes
> checking for execlp... yes
> checking for struct mallinfo... yes
> checking for a sed that does not truncate output... /bin/sed
> checking whether NLS is requested... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for msgmerge... /usr/bin/msgmerge
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking for GNU gettext in libc... yes
> checking whether to use NLS... yes
> checking where the gettext function comes from... libc
> checking for windres... no
> checking for help2man... no
> configure: WARNING: You may need to install help2man (if you're a developer)
> checking for SDL... yes
> checking for FONTCONFIG... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for canonicalize_file_name... yes
> checking for realpath... yes
> checking for getcwd... yes
> checking for readlink... yes
> checking for readlinkat... yes
> checking for _set_invalid_parameter_handler... no
> checking for fchdir... yes
> checking for fcntl... yes
> checking for symlink... yes
> checking for fdopendir... yes
> checking for mempcpy... yes
> checking for fstatat... yes
> checking for getdtablesize... yes
> checking for gettimeofday... yes
> checking for lstat... yes
> checking for mprotect... yes
> checking for openat... yes
> checking for setenv... yes
> checking for pathconf... yes
> checking for strdup... yes
> checking for strndup... yes
> checking for pipe... yes
> checking for vasnprintf... no
> checking for snprintf... yes
> checking whether // is distinct from /... no
> checking whether realpath works... yes
> checking for sys/param.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/socket.h... yes
> checking for dirent.h... yes
> checking for sys/stat.h... (cached) yes
> checking for getopt.h... yes
> checking for sys/time.h... yes
> checking for sys/mman.h... yes
> checking for wchar.h... yes
> checking for stdint.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for features.h... yes
> checking whether the preprocessor supports include_next... yes
> checking whether system header files limit the line length... no
> checking if environ is properly declared... yes
> checking for complete errno.h... yes
> checking whether strerror_r is declared... yes
> checking for strerror_r... yes
> checking whether strerror_r returns char *... yes
> checking whether fchdir is declared... yes
> checking for working fcntl.h... yes
> checking for pid_t... yes
> checking for mode_t... yes
> checking whether stat file-mode macros are broken... no
> checking for nlink_t... yes
> checking whether fchmodat is declared without a macro... yes
> checking whether fstat is declared without a macro... yes
> checking whether fstatat is declared without a macro... yes
> checking whether futimens is declared without a macro... yes
> checking whether lchmod is declared without a macro... yes
> checking whether lstat is declared without a macro... yes
> checking whether mkdirat is declared without a macro... yes
> checking whether mkfifo is declared without a macro... yes
> checking whether mkfifoat is declared without a macro... yes
> checking whether mknod is declared without a macro... yes
> checking whether mknodat is declared without a macro... yes
> checking whether stat is declared without a macro... yes
> checking whether utimensat is declared without a macro... yes
> checking whether lstat correctly handles trailing slash... yes
> checking whether getcwd (NULL, 0) allocates memory for result... yes
> checking for getcwd with POSIX signature... yes
> checking whether getcwd is declared... yes
> checking for getopt.h... (cached) yes
> checking for getopt_long_only... yes
> checking whether getopt is POSIX compatible... yes
> checking for working GNU getopt function... yes
> checking for working GNU getopt_long function... yes
> checking whether getenv is declared... yes
> checking for C/C++ restrict keyword... __restrict
> checking for struct timeval... yes
> checking for wide-enough struct timeval.tv_sec member... yes
> checking whether gettimeofday is declared without a macro... yes
> checking whether malloc, realloc, calloc are POSIX compliant... yes
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for unsigned long long int... yes
> checking for long long int... yes
> checking for mmap... yes
> checking for MAP_ANONYMOUS... yes
> checking whether memchr works... yes
> checking whether memrchr is declared... yes
> checking for promoted mode_t type... mode_t
> checking for shared library path variable... LD_LIBRARY_PATH
> checking whether to activate relocatable installation... yes
> checking mach-o/dyld.h usability... no
> checking mach-o/dyld.h presence... no
> checking for mach-o/dyld.h... no
> checking for _NSGetExecutablePath... no
> checking whether setenv is declared... yes
> checking for long file names... yes
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... yes
> checking for wchar_t... yes
> checking whether stdint.h conforms to C99... yes
> checking whether strdup is declared... yes
> checking whether strerror(0) succeeds... yes
> checking whether ffsl is declared without a macro... yes
> checking whether ffsll is declared without a macro... yes
> checking whether memmem is declared without a macro... yes
> checking whether mempcpy is declared without a macro... yes
> checking whether memrchr is declared without a macro... yes
> checking whether rawmemchr is declared without a macro... yes
> checking whether stpcpy is declared without a macro... yes
> checking whether stpncpy is declared without a macro... yes
> checking whether strchrnul is declared without a macro... yes
> checking whether strdup is declared without a macro... yes
> checking whether strncat is declared without a macro... yes
> checking whether strndup is declared without a macro... yes
> checking whether strnlen is declared without a macro... yes
> checking whether strpbrk is declared without a macro... yes
> checking whether strsep is declared without a macro... yes
> checking whether strcasestr is declared without a macro... yes
> checking whether strtok_r is declared without a macro... yes
> checking whether strerror_r is declared without a macro... yes
> checking whether strsignal is declared without a macro... yes
> checking whether strverscmp is declared without a macro... yes
> checking whether ffs is declared without a macro... yes
> checking whether strcasecmp is declared without a macro... yes
> checking whether strncasecmp is declared without a macro... yes
> checking whether strndup is declared... (cached) yes
> checking whether strnlen is declared... (cached) yes
> checking for struct timespec in <time.h>... yes
> checking for wint_t... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for intmax_t... yes
> checking where to find the exponent in a 'double'... word 1 bit 20
> checking whether snprintf returns a byte count as in C99... yes
> checking for snprintf... (cached) yes
> checking for strnlen... yes
> checking for wcslen... yes
> checking for wcsnlen... yes
> checking for mbrtowc... yes
> checking for wcrtomb... yes
> checking whether _snprintf is declared... no
> checking whether <wchar.h> uses 'inline' correctly... yes
> checking for alloca as a compiler built-in... yes
> checking whether this system has an arbitrary file name length limit... yes
> checking for closedir... yes
> checking for d_ino member in directory struct... yes
> checking whether alphasort is declared without a macro... yes
> checking whether closedir is declared without a macro... yes
> checking whether dirfd is declared without a macro... yes
> checking whether fdopendir is declared without a macro... yes
> checking whether opendir is declared without a macro... yes
> checking whether readdir is declared without a macro... yes
> checking whether rewinddir is declared without a macro... yes
> checking whether scandir is declared without a macro... yes
> checking for dirfd... yes
> checking whether dirfd is declared... (cached) yes
> checking whether dirfd is a macro... no
> checking whether // is distinct from /... (cached) no
> checking whether dup2 works... yes
> checking for error_at_line... yes
> checking whether fcntl handles F_DUPFD correctly... yes
> checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
> checking whether fcntl is declared without a macro... yes
> checking whether openat is declared without a macro... yes
> checking whether fdopendir is declared... (cached) yes
> checking whether fdopendir works... yes
> checking whether conversion from 'int' to 'long double' works... yes
> checking whether fstatat (..., 0) works... yes
> checking whether getcwd handles long file names properly... yes
> checking for getpagesize... yes
> checking whether getcwd aborts when 4k < cwd_length < 16k... no
> checking whether getdtablesize works... yes
> checking whether gettimeofday clobbers localtime buffer... no
> checking for gettimeofday with POSIX signature... almost
> checking for mempcpy... (cached) yes
> checking for memrchr... yes
> checking whether open recognizes a trailing slash... yes
> checking for opendir... yes
> checking whether program_invocation_name is declared... yes
> checking whether program_invocation_short_name is declared... yes
> checking for readdir... yes
> checking whether readlink signature is correct... yes
> checking whether readlink handles trailing slash correctly... yes
> checking search.h usability... yes
> checking search.h presence... yes
> checking for search.h... yes
> checking for tsearch... yes
> checking for rewinddir... yes
> checking for stdint.h... (cached) yes
> checking for SIZE_MAX... yes
> checking for ssize_t... yes
> checking whether stat handles trailing slashes on directories... yes
> checking whether stat handles trailing slashes on files... yes
> checking whether NULL can be used in arbitrary expressions... yes
> checking whether dprintf is declared without a macro... yes
> checking whether fpurge is declared without a macro... no
> checking whether fseeko is declared without a macro... yes
> checking whether ftello is declared without a macro... yes
> checking whether getdelim is declared without a macro... yes
> checking whether getline is declared without a macro... yes
> checking whether gets is declared without a macro... no
> checking whether pclose is declared without a macro... yes
> checking whether popen is declared without a macro... yes
> checking whether renameat is declared without a macro... yes
> checking whether snprintf is declared without a macro... yes
> checking whether tmpfile is declared without a macro... yes
> checking whether vdprintf is declared without a macro... yes
> checking whether vsnprintf is declared without a macro... yes
> checking whether _Exit is declared without a macro... yes
> checking whether atoll is declared without a macro... yes
> checking whether canonicalize_file_name is declared without a macro... yes
> checking whether getloadavg is declared without a macro... yes
> checking whether getsubopt is declared without a macro... yes
> checking whether grantpt is declared without a macro... yes
> checking whether initstate is declared without a macro... yes
> checking whether initstate_r is declared without a macro... yes
> checking whether mkdtemp is declared without a macro... yes
> checking whether mkostemp is declared without a macro... yes
> checking whether mkostemps is declared without a macro... yes
> checking whether mkstemp is declared without a macro... yes
> checking whether mkstemps is declared without a macro... yes
> checking whether posix_openpt is declared without a macro... yes
> checking whether ptsname is declared without a macro... yes
> checking whether ptsname_r is declared without a macro... yes
> checking whether random is declared without a macro... yes
> checking whether random_r is declared without a macro... yes
> checking whether realpath is declared without a macro... yes
> checking whether rpmatch is declared without a macro... yes
> checking whether secure_getenv is declared without a macro... yes
> checking whether setenv is declared without a macro... yes
> checking whether setstate is declared without a macro... yes
> checking whether setstate_r is declared without a macro... yes
> checking whether srandom is declared without a macro... yes
> checking whether srandom_r is declared without a macro... yes
> checking whether strtod is declared without a macro... yes
> checking whether strtoll is declared without a macro... yes
> checking whether strtoull is declared without a macro... yes
> checking whether unlockpt is declared without a macro... yes
> checking whether unsetenv is declared without a macro... yes
> checking for strcasecmp... yes
> checking for strncasecmp... yes
> checking whether strncasecmp is declared... (cached) yes
> checking for working strerror function... yes
> checking for working strndup... yes
> checking for working strnlen... yes
> checking for nlink_t... (cached) yes
> checking whether fchmodat is declared without a macro... (cached) yes
> checking whether fstat is declared without a macro... (cached) yes
> checking whether fstatat is declared without a macro... (cached) yes
> checking whether futimens is declared without a macro... (cached) yes
> checking whether lchmod is declared without a macro... (cached) yes
> checking whether lstat is declared without a macro... (cached) yes
> checking whether mkdirat is declared without a macro... (cached) yes
> checking whether mkfifo is declared without a macro... (cached) yes
> checking whether mkfifoat is declared without a macro... (cached) yes
> checking whether mknod is declared without a macro... (cached) yes
> checking whether mknodat is declared without a macro... (cached) yes
> checking whether stat is declared without a macro... (cached) yes
> checking whether utimensat is declared without a macro... (cached) yes
> checking whether chdir is declared without a macro... yes
> checking whether chown is declared without a macro... yes
> checking whether dup is declared without a macro... yes
> checking whether dup2 is declared without a macro... yes
> checking whether dup3 is declared without a macro... yes
> checking whether environ is declared without a macro... yes
> checking whether euidaccess is declared without a macro... yes
> checking whether faccessat is declared without a macro... yes
> checking whether fchdir is declared without a macro... yes
> checking whether fchownat is declared without a macro... yes
> checking whether fdatasync is declared without a macro... yes
> checking whether fsync is declared without a macro... yes
> checking whether ftruncate is declared without a macro... yes
> checking whether getcwd is declared without a macro... yes
> checking whether getdomainname is declared without a macro... yes
> checking whether getdtablesize is declared without a macro... yes
> checking whether getgroups is declared without a macro... yes
> checking whether gethostname is declared without a macro... yes
> checking whether getlogin is declared without a macro... yes
> checking whether getlogin_r is declared without a macro... yes
> checking whether getpagesize is declared without a macro... yes
> checking whether getusershell is declared without a macro... yes
> checking whether setusershell is declared without a macro... yes
> checking whether endusershell is declared without a macro... yes
> checking whether group_member is declared without a macro... yes
> checking whether isatty is declared without a macro... yes
> checking whether lchown is declared without a macro... yes
> checking whether link is declared without a macro... yes
> checking whether linkat is declared without a macro... yes
> checking whether lseek is declared without a macro... yes
> checking whether pipe is declared without a macro... yes
> checking whether pipe2 is declared without a macro... yes
> checking whether pread is declared without a macro... yes
> checking whether pwrite is declared without a macro... yes
> checking whether readlink is declared without a macro... yes
> checking whether readlinkat is declared without a macro... yes
> checking whether rmdir is declared without a macro... yes
> checking whether sethostname is declared without a macro... yes
> checking whether sleep is declared without a macro... yes
> checking whether symlink is declared without a macro... yes
> checking whether symlinkat is declared without a macro... yes
> checking whether ttyname_r is declared without a macro... yes
> checking whether unlink is declared without a macro... yes
> checking whether unlinkat is declared without a macro... yes
> checking whether usleep is declared without a macro... yes
> checking for ptrdiff_t... yes
> checking for vasprintf... yes
> checking whether btowc is declared without a macro... yes
> checking whether wctob is declared without a macro... yes
> checking whether mbsinit is declared without a macro... yes
> checking whether mbrtowc is declared without a macro... yes
> checking whether mbrlen is declared without a macro... yes
> checking whether mbsrtowcs is declared without a macro... yes
> checking whether mbsnrtowcs is declared without a macro... yes
> checking whether wcrtomb is declared without a macro... yes
> checking whether wcsrtombs is declared without a macro... yes
> checking whether wcsnrtombs is declared without a macro... yes
> checking whether wcwidth is declared without a macro... yes
> checking whether wmemchr is declared without a macro... yes
> checking whether wmemcmp is declared without a macro... yes
> checking whether wmemcpy is declared without a macro... yes
> checking whether wmemmove is declared without a macro... yes
> checking whether wmemset is declared without a macro... yes
> checking whether wcslen is declared without a macro... yes
> checking whether wcsnlen is declared without a macro... yes
> checking whether wcscpy is declared without a macro... yes
> checking whether wcpcpy is declared without a macro... yes
> checking whether wcsncpy is declared without a macro... yes
> checking whether wcpncpy is declared without a macro... yes
> checking whether wcscat is declared without a macro... yes
> checking whether wcsncat is declared without a macro... yes
> checking whether wcscmp is declared without a macro... yes
> checking whether wcsncmp is declared without a macro... yes
> checking whether wcscasecmp is declared without a macro... yes
> checking whether wcsncasecmp is declared without a macro... yes
> checking whether wcscoll is declared without a macro... yes
> checking whether wcsxfrm is declared without a macro... yes
> checking whether wcsdup is declared without a macro... yes
> checking whether wcschr is declared without a macro... yes
> checking whether wcsrchr is declared without a macro... yes
> checking whether wcscspn is declared without a macro... yes
> checking whether wcsspn is declared without a macro... yes
> checking whether wcspbrk is declared without a macro... yes
> checking whether wcsstr is declared without a macro... yes
> checking whether wcstok is declared without a macro... yes
> checking whether wcswidth is declared without a macro... yes
> checking for stdint.h... (cached) yes
> checking for /proc/self/maps... yes
> checking whether everything is installed to the same prefix... no
> checking whether binary relocation support should be enabled... no
> checking SDL.h usability... yes
> checking SDL.h presence... yes
> checking for SDL.h... yes
> checking SDL_rotozoom.h usability... yes
> checking SDL_rotozoom.h presence... yes
> checking for SDL_rotozoom.h... yes
> checking SDL_framerate.h usability... yes
> checking SDL_framerate.h presence... yes
> checking for SDL_framerate.h... yes
> checking SDL_image.h usability... yes
> checking SDL_image.h presence... yes
> checking for SDL_image.h... yes
> 
> Errors and warnings recap:
> * Warning: The 'help2man' utility cannot be found. You won't be able to rebuild manpages (if you modify the source code)
> 
> There were warnings - let's continue for now,
> but please check make sure nothing is missing.
> 
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating gnulib/lib/Makefile
> config.status: creating gnulib/po/Makefile.in
> config.status: creating nsis/Makefile
> config.status: creating po/Makefile.in
> config.status: creating share/Makefile
> config.status: creating share/freedink/Makefile
> config.status: creating src/Makefile
> config.status: creating src/woeres.rc
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing po-directories commands
> config.status: creating gnulib/po/POTFILES
> config.status: creating gnulib/po/Makefile
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode
> 
> Options summary:
> * --enable-upx=no
> * --enable-static=no
> * --enable-embedded-resources=no
> 
> Now you can type 'make' to compile GNU FreeDink 108.4
> make[1]: Leaving directory '/tmp/buildd/freedink-108.4'
>    dh_auto_build -O--parallel
> 	make -j14
> make[1]: Entering directory '/tmp/buildd/freedink-108.4'
> make  all-recursive
> make[2]: Entering directory '/tmp/buildd/freedink-108.4'
> Making all in gnulib/lib
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> rm -f alloca.h-t alloca.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   cat ./alloca.in.h; \
> } > alloca.h-t && \
> mv -f alloca.h-t alloca.h
> rm -f c++defs.h-t c++defs.h && \
> sed -n -e '/_GL_CXXDEFS/,$p' \
>   < ../../autotools/snippet/c++defs.h \
>   > c++defs.h-t && \
> mv c++defs.h-t c++defs.h
> rm -f arg-nonnull.h-t arg-nonnull.h && \
> sed -n -e '/GL_ARG_NONNULL/,$p' \
>   < ../../autotools/snippet/arg-nonnull.h \
>   > arg-nonnull.h-t && \
> mv arg-nonnull.h-t arg-nonnull.h
> rm -f warn-on-use.h-t warn-on-use.h && \
> sed -n -e '/^.ifndef/,$p' \
>   < ../../autotools/snippet/warn-on-use.h \
>   > warn-on-use.h-t && \
> mv warn-on-use.h-t warn-on-use.h
> /bin/mkdir -p sys
> rm -f sys/types.h-t sys/types.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
>       < ./sys_types.in.h; \
> } > sys/types.h-t && \
> mv sys/types.h-t sys/types.h
> rm -f dirent.h-t dirent.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''HAVE_DIRENT_H''@|1|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
>       -e 's/@''GNULIB_OPENDIR''@/1/g' \
>       -e 's/@''GNULIB_READDIR''@/1/g' \
>       -e 's/@''GNULIB_REWINDDIR''@/1/g' \
>       -e 's/@''GNULIB_CLOSEDIR''@/1/g' \
>       -e 's/@''GNULIB_DIRFD''@/1/g' \
>       -e 's/@''GNULIB_FDOPENDIR''@/1/g' \
>       -e 's/@''GNULIB_SCANDIR''@/0/g' \
>       -e 's/@''GNULIB_ALPHASORT''@/0/g' \
>       -e 's/@''HAVE_OPENDIR''@/1/g' \
>       -e 's/@''HAVE_READDIR''@/1/g' \
>       -e 's/@''HAVE_REWINDDIR''@/1/g' \
>       -e 's/@''HAVE_CLOSEDIR''@/1/g' \
>       -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
>       -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
>       -e 's|@''HAVE_FDOPENDIR''@|1|g' \
>       -e 's|@''HAVE_SCANDIR''@|1|g' \
>       -e 's|@''HAVE_ALPHASORT''@|1|g' \
>       -e 's|@''REPLACE_OPENDIR''@|0|g' \
>       -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
>       -e 's|@''REPLACE_DIRFD''@|0|g' \
>       -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < ./dirent.in.h; \
> } > dirent.h-t && \
> mv dirent.h-t dirent.h
> rm -f fcntl.h-t fcntl.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
>       -e 's/@''GNULIB_FCNTL''@/1/g' \
>       -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_OPEN''@/1/g' \
>       -e 's/@''GNULIB_OPENAT''@/1/g' \
>       -e 's|@''HAVE_FCNTL''@|1|g' \
>       -e 's|@''HAVE_OPENAT''@|1|g' \
>       -e 's|@''REPLACE_FCNTL''@|1|g' \
>       -e 's|@''REPLACE_OPEN''@|0|g' \
>       -e 's|@''REPLACE_OPENAT''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < ./fcntl.in.h; \
> } > fcntl.h-t && \
> mv fcntl.h-t fcntl.h
> rm -f stdio.h-t stdio.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
>       -e 's/@''GNULIB_DPRINTF''@/0/g' \
>       -e 's/@''GNULIB_FCLOSE''@/0/g' \
>       -e 's/@''GNULIB_FDOPEN''@/0/g' \
>       -e 's/@''GNULIB_FFLUSH''@/0/g' \
>       -e 's/@''GNULIB_FGETC''@/1/g' \
>       -e 's/@''GNULIB_FGETS''@/1/g' \
>       -e 's/@''GNULIB_FOPEN''@/0/g' \
>       -e 's/@''GNULIB_FPRINTF''@/1/g' \
>       -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_FPURGE''@/0/g' \
>       -e 's/@''GNULIB_FPUTC''@/1/g' \
>       -e 's/@''GNULIB_FPUTS''@/1/g' \
>       -e 's/@''GNULIB_FREAD''@/1/g' \
>       -e 's/@''GNULIB_FREOPEN''@/0/g' \
>       -e 's/@''GNULIB_FSCANF''@/1/g' \
>       -e 's/@''GNULIB_FSEEK''@/0/g' \
>       -e 's/@''GNULIB_FSEEKO''@/0/g' \
>       -e 's/@''GNULIB_FTELL''@/0/g' \
>       -e 's/@''GNULIB_FTELLO''@/0/g' \
>       -e 's/@''GNULIB_FWRITE''@/1/g' \
>       -e 's/@''GNULIB_GETC''@/1/g' \
>       -e 's/@''GNULIB_GETCHAR''@/1/g' \
>       -e 's/@''GNULIB_GETDELIM''@/0/g' \
>       -e 's/@''GNULIB_GETLINE''@/0/g' \
>       -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
>       -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_PCLOSE''@/0/g' \
>       -e 's/@''GNULIB_PERROR''@/0/g' \
>       -e 's/@''GNULIB_POPEN''@/0/g' \
>       -e 's/@''GNULIB_PRINTF''@/1/g' \
>       -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_PUTC''@/1/g' \
>       -e 's/@''GNULIB_PUTCHAR''@/1/g' \
>       -e 's/@''GNULIB_PUTS''@/1/g' \
>       -e 's/@''GNULIB_REMOVE''@/0/g' \
>       -e 's/@''GNULIB_RENAME''@/0/g' \
>       -e 's/@''GNULIB_RENAMEAT''@/0/g' \
>       -e 's/@''GNULIB_SCANF''@/1/g' \
>       -e 's/@''GNULIB_SNPRINTF''@/0/g' \
>       -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
>       -e 's/@''GNULIB_TMPFILE''@/0/g' \
>       -e 's/@''GNULIB_VASPRINTF''@/1/g' \
>       -e 's/@''GNULIB_VDPRINTF''@/0/g' \
>       -e 's/@''GNULIB_VFPRINTF''@/1/g' \
>       -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_VFSCANF''@/0/g' \
>       -e 's/@''GNULIB_VSCANF''@/0/g' \
>       -e 's/@''GNULIB_VPRINTF''@/1/g' \
>       -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
>       -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
>       < ./stdio.in.h | \
>   sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
>       -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
>       -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
>       -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
>       -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
>       -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
>       -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
>       -e 's|@''HAVE_DPRINTF''@|1|g' \
>       -e 's|@''HAVE_FSEEKO''@|1|g' \
>       -e 's|@''HAVE_FTELLO''@|1|g' \
>       -e 's|@''HAVE_PCLOSE''@|1|g' \
>       -e 's|@''HAVE_POPEN''@|1|g' \
>       -e 's|@''HAVE_RENAMEAT''@|1|g' \
>       -e 's|@''HAVE_VASPRINTF''@|1|g' \
>       -e 's|@''HAVE_VDPRINTF''@|1|g' \
>       -e 's|@''REPLACE_DPRINTF''@|0|g' \
>       -e 's|@''REPLACE_FCLOSE''@|0|g' \
>       -e 's|@''REPLACE_FDOPEN''@|0|g' \
>       -e 's|@''REPLACE_FFLUSH''@|0|g' \
>       -e 's|@''REPLACE_FOPEN''@|0|g' \
>       -e 's|@''REPLACE_FPRINTF''@|0|g' \
>       -e 's|@''REPLACE_FPURGE''@|0|g' \
>       -e 's|@''REPLACE_FREOPEN''@|0|g' \
>       -e 's|@''REPLACE_FSEEK''@|0|g' \
>       -e 's|@''REPLACE_FSEEKO''@|0|g' \
>       -e 's|@''REPLACE_FTELL''@|0|g' \
>       -e 's|@''REPLACE_FTELLO''@|0|g' \
>       -e 's|@''REPLACE_GETDELIM''@|0|g' \
>       -e 's|@''REPLACE_GETLINE''@|0|g' \
>       -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
>       -e 's|@''REPLACE_PERROR''@|0|g' \
>       -e 's|@''REPLACE_POPEN''@|0|g' \
>       -e 's|@''REPLACE_PRINTF''@|0|g' \
>       -e 's|@''REPLACE_REMOVE''@|0|g' \
>       -e 's|@''REPLACE_RENAME''@|0|g' \
>       -e 's|@''REPLACE_RENAMEAT''@|0|g' \
>       -e 's|@''REPLACE_SNPRINTF''@|0|g' \
>       -e 's|@''REPLACE_SPRINTF''@|0|g' \
>       -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
>       -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
>       -e 's|@''REPLACE_TMPFILE''@|0|g' \
>       -e 's|@''REPLACE_VASPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VDPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VFPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VSPRINTF''@|0|g' \
>       -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > stdio.h-t && \
> mv stdio.h-t stdio.h
> rm -f stdlib.h-t stdlib.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
>       -e 's/@''GNULIB__EXIT''@/0/g' \
>       -e 's/@''GNULIB_ATOLL''@/0/g' \
>       -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
>       -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
>       -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
>       -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
>       -e 's/@''GNULIB_GRANTPT''@/0/g' \
>       -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
>       -e 's/@''GNULIB_MBTOWC''@/0/g' \
>       -e 's/@''GNULIB_MKDTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
>       -e 's/@''GNULIB_MKSTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
>       -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
>       -e 's/@''GNULIB_PTSNAME''@/0/g' \
>       -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
>       -e 's/@''GNULIB_PUTENV''@/0/g' \
>       -e 's/@''GNULIB_RANDOM''@/0/g' \
>       -e 's/@''GNULIB_RANDOM_R''@/0/g' \
>       -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
>       -e 's/@''GNULIB_REALPATH''@/1/g' \
>       -e 's/@''GNULIB_RPMATCH''@/0/g' \
>       -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
>       -e 's/@''GNULIB_SETENV''@/0/g' \
>       -e 's/@''GNULIB_STRTOD''@/0/g' \
>       -e 's/@''GNULIB_STRTOLL''@/0/g' \
>       -e 's/@''GNULIB_STRTOULL''@/0/g' \
>       -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
>       -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
>       -e 's/@''GNULIB_UNSETENV''@/0/g' \
>       -e 's/@''GNULIB_WCTOMB''@/0/g' \
>       < ./stdlib.in.h | \
>   sed -e 's|@''HAVE__EXIT''@|1|g' \
>       -e 's|@''HAVE_ATOLL''@|1|g' \
>       -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
>       -e 's|@''HAVE_GETSUBOPT''@|1|g' \
>       -e 's|@''HAVE_GRANTPT''@|1|g' \
>       -e 's|@''HAVE_MKDTEMP''@|1|g' \
>       -e 's|@''HAVE_MKOSTEMP''@|1|g' \
>       -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
>       -e 's|@''HAVE_MKSTEMP''@|1|g' \
>       -e 's|@''HAVE_MKSTEMPS''@|1|g' \
>       -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
>       -e 's|@''HAVE_PTSNAME''@|1|g' \
>       -e 's|@''HAVE_PTSNAME_R''@|1|g' \
>       -e 's|@''HAVE_RANDOM''@|1|g' \
>       -e 's|@''HAVE_RANDOM_H''@|1|g' \
>       -e 's|@''HAVE_RANDOM_R''@|1|g' \
>       -e 's|@''HAVE_REALPATH''@|1|g' \
>       -e 's|@''HAVE_RPMATCH''@|1|g' \
>       -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
>       -e 's|@''HAVE_DECL_SETENV''@|1|g' \
>       -e 's|@''HAVE_STRTOD''@|1|g' \
>       -e 's|@''HAVE_STRTOLL''@|1|g' \
>       -e 's|@''HAVE_STRTOULL''@|1|g' \
>       -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
>       -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
>       -e 's|@''HAVE_UNLOCKPT''@|1|g' \
>       -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
>       -e 's|@''REPLACE_CALLOC''@|0|g' \
>       -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
>       -e 's|@''REPLACE_MALLOC''@|0|g' \
>       -e 's|@''REPLACE_MBTOWC''@|0|g' \
>       -e 's|@''REPLACE_MKSTEMP''@|0|g' \
>       -e 's|@''REPLACE_PTSNAME''@|0|g' \
>       -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
>       -e 's|@''REPLACE_PUTENV''@|0|g' \
>       -e 's|@''REPLACE_RANDOM_R''@|0|g' \
>       -e 's|@''REPLACE_REALLOC''@|0|g' \
>       -e 's|@''REPLACE_REALPATH''@|0|g' \
>       -e 's|@''REPLACE_SETENV''@|0|g' \
>       -e 's|@''REPLACE_STRTOD''@|0|g' \
>       -e 's|@''REPLACE_UNSETENV''@|0|g' \
>       -e 's|@''REPLACE_WCTOMB''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _Noreturn/r ../../autotools/snippet/_Noreturn.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > stdlib.h-t && \
> mv stdlib.h-t stdlib.h
> rm -f string.h-t string.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
>       -e 's/@''GNULIB_FFSL''@/0/g' \
>       -e 's/@''GNULIB_FFSLL''@/0/g' \
>       -e 's/@''GNULIB_MBSLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSNLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSCHR''@/0/g' \
>       -e 's/@''GNULIB_MBSRCHR''@/0/g' \
>       -e 's/@''GNULIB_MBSSTR''@/0/g' \
>       -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
>       -e 's/@''GNULIB_MBSCSPN''@/0/g' \
>       -e 's/@''GNULIB_MBSPBRK''@/0/g' \
>       -e 's/@''GNULIB_MBSSPN''@/0/g' \
>       -e 's/@''GNULIB_MBSSEP''@/0/g' \
>       -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
>       -e 's/@''GNULIB_MEMCHR''@/1/g' \
>       -e 's/@''GNULIB_MEMMEM''@/0/g' \
>       -e 's/@''GNULIB_MEMPCPY''@/1/g' \
>       -e 's/@''GNULIB_MEMRCHR''@/1/g' \
>       -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
>       -e 's/@''GNULIB_STPCPY''@/0/g' \
>       -e 's/@''GNULIB_STPNCPY''@/0/g' \
>       -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
>       -e 's/@''GNULIB_STRDUP''@/1/g' \
>       -e 's/@''GNULIB_STRNCAT''@/0/g' \
>       -e 's/@''GNULIB_STRNDUP''@/1/g' \
>       -e 's/@''GNULIB_STRNLEN''@/1/g' \
>       -e 's/@''GNULIB_STRPBRK''@/0/g' \
>       -e 's/@''GNULIB_STRSEP''@/0/g' \
>       -e 's/@''GNULIB_STRSTR''@/0/g' \
>       -e 's/@''GNULIB_STRCASESTR''@/0/g' \
>       -e 's/@''GNULIB_STRTOK_R''@/0/g' \
>       -e 's/@''GNULIB_STRERROR''@/1/g' \
>       -e 's/@''GNULIB_STRERROR_R''@/0/g' \
>       -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
>       -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
>       < ./string.in.h | \
>   sed -e 's|@''HAVE_FFSL''@|1|g' \
>       -e 's|@''HAVE_FFSLL''@|1|g' \
>       -e 's|@''HAVE_MBSLEN''@|0|g' \
>       -e 's|@''HAVE_MEMCHR''@|1|g' \
>       -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
>       -e 's|@''HAVE_MEMPCPY''@|1|g' \
>       -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
>       -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
>       -e 's|@''HAVE_STPCPY''@|1|g' \
>       -e 's|@''HAVE_STPNCPY''@|1|g' \
>       -e 's|@''HAVE_STRCHRNUL''@|1|g' \
>       -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
>       -e 's|@''HAVE_STRPBRK''@|1|g' \
>       -e 's|@''HAVE_STRSEP''@|1|g' \
>       -e 's|@''HAVE_STRCASESTR''@|1|g' \
>       -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
>       -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
>       -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
>       -e 's|@''HAVE_STRVERSCMP''@|1|g' \
>       -e 's|@''REPLACE_STPNCPY''@|0|g' \
>       -e 's|@''REPLACE_MEMCHR''@|0|g' \
>       -e 's|@''REPLACE_MEMMEM''@|0|g' \
>       -e 's|@''REPLACE_STRCASESTR''@|0|g' \
>       -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
>       -e 's|@''REPLACE_STRDUP''@|0|g' \
>       -e 's|@''REPLACE_STRSTR''@|0|g' \
>       -e 's|@''REPLACE_STRERROR''@|0|g' \
>       -e 's|@''REPLACE_STRERROR_R''@|0|g' \
>       -e 's|@''REPLACE_STRNCAT''@|0|g' \
>       -e 's|@''REPLACE_STRNDUP''@|0|g' \
>       -e 's|@''REPLACE_STRNLEN''@|0|g' \
>       -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
>       -e 's|@''REPLACE_STRTOK_R''@|0|g' \
>       -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
>       < ./string.in.h; \
> } > string.h-t && \
> mv string.h-t string.h
> rm -f strings.h-t strings.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''HAVE_STRINGS_H''@|1|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
>       -e 's|@''GNULIB_FFS''@|0|g' \
>       -e 's|@''HAVE_FFS''@|1|g' \
>       -e 's|@''HAVE_STRCASECMP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < ./strings.in.h; \
> } > strings.h-t && \
> mv strings.h-t strings.h
> /bin/mkdir -p sys
> /bin/mkdir -p sys
> rm -f time.h-t time.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
>       -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
>       -e 's/@''GNULIB_MKTIME''@/0/g' \
>       -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
>       -e 's/@''GNULIB_STRPTIME''@/0/g' \
>       -e 's/@''GNULIB_TIMEGM''@/0/g' \
>       -e 's/@''GNULIB_TIME_R''@/0/g' \
>       -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
>       -e 's|@''HAVE_NANOSLEEP''@|1|g' \
>       -e 's|@''HAVE_STRPTIME''@|1|g' \
>       -e 's|@''HAVE_TIMEGM''@|1|g' \
>       -e 's|@''REPLACE_GMTIME''@|0|g' \
>       -e 's|@''REPLACE_LOCALTIME''@|0|g' \
>       -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
>       -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
>       -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < ./time.in.h; \
> } > time.h-t && \
> mv time.h-t time.h
> rm -f unistd.h-t unistd.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''HAVE_UNISTD_H''@|1|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
>       -e 's/@''GNULIB_CHDIR''@/1/g' \
>       -e 's/@''GNULIB_CHOWN''@/0/g' \
>       -e 's/@''GNULIB_CLOSE''@/1/g' \
>       -e 's/@''GNULIB_DUP''@/1/g' \
>       -e 's/@''GNULIB_DUP2''@/1/g' \
>       -e 's/@''GNULIB_DUP3''@/0/g' \
>       -e 's/@''GNULIB_ENVIRON''@/1/g' \
>       -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
>       -e 's/@''GNULIB_FACCESSAT''@/0/g' \
>       -e 's/@''GNULIB_FCHDIR''@/1/g' \
>       -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
>       -e 's/@''GNULIB_FDATASYNC''@/0/g' \
>       -e 's/@''GNULIB_FSYNC''@/0/g' \
>       -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
>       -e 's/@''GNULIB_GETCWD''@/1/g' \
>       -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
>       -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
>       -e 's/@''GNULIB_GETGROUPS''@/0/g' \
>       -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
>       -e 's/@''GNULIB_GETLOGIN''@/0/g' \
>       -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
>       -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
>       -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
>       -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
>       -e 's/@''GNULIB_ISATTY''@/0/g' \
>       -e 's/@''GNULIB_LCHOWN''@/0/g' \
>       -e 's/@''GNULIB_LINK''@/0/g' \
>       -e 's/@''GNULIB_LINKAT''@/0/g' \
>       -e 's/@''GNULIB_LSEEK''@/0/g' \
>       -e 's/@''GNULIB_PIPE''@/0/g' \
>       -e 's/@''GNULIB_PIPE2''@/0/g' \
>       -e 's/@''GNULIB_PREAD''@/0/g' \
>       -e 's/@''GNULIB_PWRITE''@/0/g' \
>       -e 's/@''GNULIB_READ''@/0/g' \
>       -e 's/@''GNULIB_READLINK''@/1/g' \
>       -e 's/@''GNULIB_READLINKAT''@/0/g' \
>       -e 's/@''GNULIB_RMDIR''@/0/g' \
>       -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
>       -e 's/@''GNULIB_SLEEP''@/0/g' \
>       -e 's/@''GNULIB_SYMLINK''@/0/g' \
>       -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
>       -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
>       -e 's/@''GNULIB_UNLINK''@/0/g' \
>       -e 's/@''GNULIB_UNLINKAT''@/0/g' \
>       -e 's/@''GNULIB_USLEEP''@/0/g' \
>       -e 's/@''GNULIB_WRITE''@/0/g' \
>       < ./unistd.in.h | \
>   sed -e 's|@''HAVE_CHOWN''@|1|g' \
>       -e 's|@''HAVE_DUP2''@|1|g' \
>       -e 's|@''HAVE_DUP3''@|1|g' \
>       -e 's|@''HAVE_EUIDACCESS''@|1|g' \
>       -e 's|@''HAVE_FACCESSAT''@|1|g' \
>       -e 's|@''HAVE_FCHDIR''@|1|g' \
>       -e 's|@''HAVE_FCHOWNAT''@|1|g' \
>       -e 's|@''HAVE_FDATASYNC''@|1|g' \
>       -e 's|@''HAVE_FSYNC''@|1|g' \
>       -e 's|@''HAVE_FTRUNCATE''@|1|g' \
>       -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
>       -e 's|@''HAVE_GETGROUPS''@|1|g' \
>       -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_GETLOGIN''@|1|g' \
>       -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
>       -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
>       -e 's|@''HAVE_LCHOWN''@|1|g' \
>       -e 's|@''HAVE_LINK''@|1|g' \
>       -e 's|@''HAVE_LINKAT''@|1|g' \
>       -e 's|@''HAVE_PIPE''@|1|g' \
>       -e 's|@''HAVE_PIPE2''@|1|g' \
>       -e 's|@''HAVE_PREAD''@|1|g' \
>       -e 's|@''HAVE_PWRITE''@|1|g' \
>       -e 's|@''HAVE_READLINK''@|1|g' \
>       -e 's|@''HAVE_READLINKAT''@|1|g' \
>       -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_SLEEP''@|1|g' \
>       -e 's|@''HAVE_SYMLINK''@|1|g' \
>       -e 's|@''HAVE_SYMLINKAT''@|1|g' \
>       -e 's|@''HAVE_UNLINKAT''@|1|g' \
>       -e 's|@''HAVE_USLEEP''@|1|g' \
>       -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
>       -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
>       -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
>       -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
>       -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
>       -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
>       -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
>       -e 's|@''HAVE_OS_H''@|0|g' \
>       -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
>   | \
>   sed -e 's|@''REPLACE_CHOWN''@|0|g' \
>       -e 's|@''REPLACE_CLOSE''@|0|g' \
>       -e 's|@''REPLACE_DUP''@|0|g' \
>       -e 's|@''REPLACE_DUP2''@|0|g' \
>       -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
>       -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
>       -e 's|@''REPLACE_GETCWD''@|0|g' \
>       -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
>       -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
>       -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
>       -e 's|@''REPLACE_GETGROUPS''@|0|g' \
>       -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
>       -e 's|@''REPLACE_ISATTY''@|0|g' \
>       -e 's|@''REPLACE_LCHOWN''@|0|g' \
>       -e 's|@''REPLACE_LINK''@|0|g' \
>       -e 's|@''REPLACE_LINKAT''@|0|g' \
>       -e 's|@''REPLACE_LSEEK''@|0|g' \
>       -e 's|@''REPLACE_PREAD''@|0|g' \
>       -e 's|@''REPLACE_PWRITE''@|0|g' \
>       -e 's|@''REPLACE_READ''@|0|g' \
>       -e 's|@''REPLACE_READLINK''@|0|g' \
>       -e 's|@''REPLACE_RMDIR''@|0|g' \
>       -e 's|@''REPLACE_SLEEP''@|0|g' \
>       -e 's|@''REPLACE_SYMLINK''@|0|g' \
>       -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
>       -e 's|@''REPLACE_UNLINK''@|0|g' \
>       -e 's|@''REPLACE_UNLINKAT''@|0|g' \
>       -e 's|@''REPLACE_USLEEP''@|0|g' \
>       -e 's|@''REPLACE_WRITE''@|0|g' \
>       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
>       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > unistd.h-t && \
> mv unistd.h-t unistd.h
> rm -f wchar.h-t wchar.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''HAVE_FEATURES_H''@|1|g' \
>       -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
>       -e 's|@''HAVE_WCHAR_H''@|1|g' \
>       -e 's/@''GNULIB_BTOWC''@/0/g' \
>       -e 's/@''GNULIB_WCTOB''@/0/g' \
>       -e 's/@''GNULIB_MBSINIT''@/0/g' \
>       -e 's/@''GNULIB_MBRTOWC''@/0/g' \
>       -e 's/@''GNULIB_MBRLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
>       -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
>       -e 's/@''GNULIB_WCRTOMB''@/0/g' \
>       -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
>       -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
>       -e 's/@''GNULIB_WCWIDTH''@/0/g' \
>       -e 's/@''GNULIB_WMEMCHR''@/0/g' \
>       -e 's/@''GNULIB_WMEMCMP''@/0/g' \
>       -e 's/@''GNULIB_WMEMCPY''@/0/g' \
>       -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
>       -e 's/@''GNULIB_WMEMSET''@/0/g' \
>       -e 's/@''GNULIB_WCSLEN''@/0/g' \
>       -e 's/@''GNULIB_WCSNLEN''@/0/g' \
>       -e 's/@''GNULIB_WCSCPY''@/0/g' \
>       -e 's/@''GNULIB_WCPCPY''@/0/g' \
>       -e 's/@''GNULIB_WCSNCPY''@/0/g' \
>       -e 's/@''GNULIB_WCPNCPY''@/0/g' \
>       -e 's/@''GNULIB_WCSCAT''@/0/g' \
>       -e 's/@''GNULIB_WCSNCAT''@/0/g' \
>       -e 's/@''GNULIB_WCSCMP''@/0/g' \
>       -e 's/@''GNULIB_WCSNCMP''@/0/g' \
>       -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
>       -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
>       -e 's/@''GNULIB_WCSCOLL''@/0/g' \
>       -e 's/@''GNULIB_WCSXFRM''@/0/g' \
>       -e 's/@''GNULIB_WCSDUP''@/0/g' \
>       -e 's/@''GNULIB_WCSCHR''@/0/g' \
>       -e 's/@''GNULIB_WCSRCHR''@/0/g' \
>       -e 's/@''GNULIB_WCSCSPN''@/0/g' \
>       -e 's/@''GNULIB_WCSSPN''@/0/g' \
>       -e 's/@''GNULIB_WCSPBRK''@/0/g' \
>       -e 's/@''GNULIB_WCSSTR''@/0/g' \
>       -e 's/@''GNULIB_WCSTOK''@/0/g' \
>       -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
>       < ./wchar.in.h | \
>   sed -e 's|@''HAVE_WINT_T''@|1|g' \
>       -e 's|@''HAVE_BTOWC''@|1|g' \
>       -e 's|@''HAVE_MBSINIT''@|1|g' \
>       -e 's|@''HAVE_MBRTOWC''@|1|g' \
>       -e 's|@''HAVE_MBRLEN''@|1|g' \
>       -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
>       -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
>       -e 's|@''HAVE_WCRTOMB''@|1|g' \
>       -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
>       -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
>       -e 's|@''HAVE_WMEMCHR''@|1|g' \
>       -e 's|@''HAVE_WMEMCMP''@|1|g' \
>       -e 's|@''HAVE_WMEMCPY''@|1|g' \
>       -e 's|@''HAVE_WMEMMOVE''@|1|g' \
>       -e 's|@''HAVE_WMEMSET''@|1|g' \
>       -e 's|@''HAVE_WCSLEN''@|1|g' \
>       -e 's|@''HAVE_WCSNLEN''@|1|g' \
>       -e 's|@''HAVE_WCSCPY''@|1|g' \
>       -e 's|@''HAVE_WCPCPY''@|1|g' \
>       -e 's|@''HAVE_WCSNCPY''@|1|g' \
>       -e 's|@''HAVE_WCPNCPY''@|1|g' \
>       -e 's|@''HAVE_WCSCAT''@|1|g' \
>       -e 's|@''HAVE_WCSNCAT''@|1|g' \
>       -e 's|@''HAVE_WCSCMP''@|1|g' \
>       -e 's|@''HAVE_WCSNCMP''@|1|g' \
>       -e 's|@''HAVE_WCSCASECMP''@|1|g' \
>       -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
>       -e 's|@''HAVE_WCSCOLL''@|1|g' \
>       -e 's|@''HAVE_WCSXFRM''@|1|g' \
>       -e 's|@''HAVE_WCSDUP''@|1|g' \
>       -e 's|@''HAVE_WCSCHR''@|1|g' \
>       -e 's|@''HAVE_WCSRCHR''@|1|g' \
>       -e 's|@''HAVE_WCSCSPN''@|1|g' \
>       -e 's|@''HAVE_WCSSPN''@|1|g' \
>       -e 's|@''HAVE_WCSPBRK''@|1|g' \
>       -e 's|@''HAVE_WCSSTR''@|1|g' \
>       -e 's|@''HAVE_WCSTOK''@|1|g' \
>       -e 's|@''HAVE_WCSWIDTH''@|1|g' \
>       -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
>       -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
>   | \
>   sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
>       -e 's|@''REPLACE_BTOWC''@|0|g' \
>       -e 's|@''REPLACE_WCTOB''@|0|g' \
>       -e 's|@''REPLACE_MBSINIT''@|0|g' \
>       -e 's|@''REPLACE_MBRTOWC''@|0|g' \
>       -e 's|@''REPLACE_MBRLEN''@|0|g' \
>       -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
>       -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
>       -e 's|@''REPLACE_WCRTOMB''@|0|g' \
>       -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
>       -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
>       -e 's|@''REPLACE_WCWIDTH''@|0|g' \
>       -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > wchar.h-t && \
> mv wchar.h-t wchar.h
> rm -f sys/stat.h-t sys/stat.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
>       -e 's/@''GNULIB_FCHMODAT''@/0/g' \
>       -e 's/@''GNULIB_FSTAT''@/1/g' \
>       -e 's/@''GNULIB_FSTATAT''@/1/g' \
>       -e 's/@''GNULIB_FUTIMENS''@/0/g' \
>       -e 's/@''GNULIB_LCHMOD''@/0/g' \
>       -e 's/@''GNULIB_LSTAT''@/1/g' \
>       -e 's/@''GNULIB_MKDIRAT''@/0/g' \
>       -e 's/@''GNULIB_MKFIFO''@/0/g' \
>       -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
>       -e 's/@''GNULIB_MKNOD''@/0/g' \
>       -e 's/@''GNULIB_MKNODAT''@/0/g' \
>       -e 's/@''GNULIB_STAT''@/1/g' \
>       -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
>       -e 's|@''HAVE_FCHMODAT''@|1|g' \
>       -e 's|@''HAVE_FSTATAT''@|1|g' \
>       -e 's|@''HAVE_FUTIMENS''@|1|g' \
>       -e 's|@''HAVE_LCHMOD''@|1|g' \
>       -e 's|@''HAVE_LSTAT''@|1|g' \
>       -e 's|@''HAVE_MKDIRAT''@|1|g' \
>       -e 's|@''HAVE_MKFIFO''@|1|g' \
>       -e 's|@''HAVE_MKFIFOAT''@|1|g' \
>       -e 's|@''HAVE_MKNOD''@|1|g' \
>       -e 's|@''HAVE_MKNODAT''@|1|g' \
>       -e 's|@''HAVE_UTIMENSAT''@|1|g' \
>       -e 's|@''REPLACE_FSTAT''@|0|g' \
>       -e 's|@''REPLACE_FSTATAT''@|0|g' \
>       -e 's|@''REPLACE_FUTIMENS''@|0|g' \
>       -e 's|@''REPLACE_LSTAT''@|0|g' \
>       -e 's|@''REPLACE_MKDIR''@|0|g' \
>       -e 's|@''REPLACE_MKFIFO''@|0|g' \
>       -e 's|@''REPLACE_MKNOD''@|0|g' \
>       -e 's|@''REPLACE_STAT''@|0|g' \
>       -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < ./sys_stat.in.h; \
> } > sys/stat.h-t && \
> mv sys/stat.h-t sys/stat.h
> rm -f sys/time.h-t sys/time.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
>       -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
>       -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
>       -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
>       -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
>       -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
>       -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < ./sys_time.in.h; \
> } > sys/time.h-t && \
> mv sys/time.h-t sys/time.h
> make  all-recursive
> make[4]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[5]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c allocator.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c areadlink.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c areadlink-with-size.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c bitrotate.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c canonicalize.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c careadlinkat.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c cloexec.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dirname.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c basename.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dirname-lgpl.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c basename-lgpl.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c stripslash.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c exitfail.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c fd-hook.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c file-set.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c filenamecat-lgpl.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c hash.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c hash-pjw.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c hash-triple.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c malloca.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c openat-die.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c progname.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c same.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c save-cwd.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c unistd.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dup-safer.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c fd-safer.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c pipe-safer.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c xmalloc.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c xalloc-die.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c xgetcwd.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c xreadlink.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c xsize.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c xstrndup.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c asnprintf.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c chdir-long.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c fcntl.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c openat-proc.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c printf-args.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c printf-parse.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c progreloc.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c relocatable.c
> gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../..  -DDEFAULT_TEXT_DOMAIN=\"freedink-gnulib\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c vasnprintf.c
> rm -f libgnu.a
> ar cru libgnu.a allocator.o areadlink.o areadlink-with-size.o bitrotate.o canonicalize.o careadlinkat.o cloexec.o dirname.o basename.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o fd-hook.o file-set.o filenamecat-lgpl.o hash.o hash-pjw.o hash-triple.o malloca.o openat-die.o progname.o same.o save-cwd.o unistd.o dup-safer.o fd-safer.o pipe-safer.o xmalloc.o xalloc-die.o xgetcwd.o xreadlink.o xsize.o xstrndup.o asnprintf.o chdir-long.o fcntl.o openat-proc.o printf-args.o printf-parse.o progreloc.o relocatable.o vasnprintf.o 
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libgnu.a
> make[5]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[4]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> Making all in gnulib/po
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/po'
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/po'
> Making all in nsis
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/nsis'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/nsis'
> Making all in po
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/po'
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/po'
> Making all in src
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/src'
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c bgm.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dinkini.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dinkc.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dinkc_bindings.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dinkc_console.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dinkc_sp_custom.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c dinkvar.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c fastfile.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c game_engine.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c str_util.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c io_util.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c sfx.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c gfx.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c gfx_fade.c
> fastfile.c: In function 'FastFileInit':
> fastfile.c:162:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(g_Entries[count].name, 13, 1, g_File);
>        ^
> io_util.c: In function 'read_lsb_int':
> io_util.c:309:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(buf, 4, 1, f);
>    ^
> io_util.c: In function 'read_lsb_short':
> io_util.c:335:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(buf, 2, 1, f);
>    ^
> dinkc.c: In function 'decipher_string':
> dinkc.c:712:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>   asprintf(line_p, _("Slot %d - %d:%02d - %s"), decipher_savegame,
>   ^
> dinkc.c:715:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>   asprintf(line_p, _("Slot %d - Empty"), decipher_savegame);
>   ^
> dinkc.c: In function 'load_game_small':
> dinkc.c:199:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(line, 196, 1, f);
>        ^
> dinkvar.c: In function 'load_map_to':
> dinkvar.c:906:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 20, 1, f); // unused 'name' field
>    ^
> dinkvar.c:910:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 4, 1, f); // unused 'property' field
>        ^
> dinkvar.c:912:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 6, 1, f); // unused 'more2', 'more3', 'more4' fields
>        ^
> dinkvar.c:913:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 2, 1, f); // reproduce memory alignment
>        ^
> dinkvar.c:914:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 60, 1, f); // unused 'buff' field
>        ^
> dinkvar.c:918:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 160, 1, f); // unused 'v' field
>    ^
> dinkvar.c:919:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 80, 1, f);  // unused 's' field
>    ^
> dinkvar.c:934:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 3, 1, f); // reproduce memory alignment
>        ^
> dinkvar.c:941:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(screen->sprite[i].script, 14, 1, f);
>        ^
> dinkvar.c:943:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 38, 1, f); // unused hit/die/talk fields
>        ^
> dinkvar.c:987:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(screen->script, 21, 1, f);
>    ^
> dinkvar.c:989:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 1018, 1, f); // unused hit/die/talk fields
>    ^
> dinkvar.c:990:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 1, 1, f); // reproduce memory alignment
>    ^
> dinkvar.c: In function 'load_game':
> dinkvar.c:1221:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 4, 1, f);
>    ^
> dinkvar.c:1222:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 77+1, 1, f); // skip save_game_info, cf. save_game_small(...)
>    ^
> dinkvar.c:1223:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 118, 1, f); // unused
>    ^
> dinkvar.c:1228:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 4, 1, f); // unused 'die' field
>    ^
> dinkvar.c:1244:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 20, 1, f);
>    ^
> dinkvar.c:1248:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.mitem[i].name, 11, 1, f);
>        ^
> dinkvar.c:1255:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 20, 1, f);
>    ^
> dinkvar.c:1259:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.item[i].name, 11, 1, f);
>        ^
> dinkvar.c:1267:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 4, 1, f); // reproduce unused 'unused' field
>    ^
> dinkvar.c:1268:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 4, 1, f); // reproduce unused 'counter' field
>    ^
> dinkvar.c:1269:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 1, 1, f); // reproduce unused 'idle' field
>    ^
> dinkvar.c:1270:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 3, 1, f); // reproduce memory alignment
>    ^
> dinkvar.c:1277:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.spmap[i].type, 100, 1, f);
>        ^
> dinkvar.c:1280:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.spmap[i].frame, 100, 1, f);
>        ^
> dinkvar.c:1287:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 4, 1, f);
>    ^
> dinkvar.c:1293:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 32-4, 1, f);
>    ^
> dinkvar.c:1299:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.var[i].name, 20, 1, f);
>        ^
> dinkvar.c:1303:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 3, 1, f); // reproduce memory alignment
>        ^
> dinkvar.c:1307:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 3, 1, f); // reproduce memory alignment
>    ^
> dinkvar.c:1315:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 3, 1, f); // reproduce memory alignment
>    ^
> dinkvar.c:1317:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 4, 1, f); // reproduce unused 'crap' field
>    ^
> dinkvar.c:1318:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 95 * 4, 1, f); // reproduce unused 'buff' field
>    ^
> dinkvar.c:1319:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 20 * 4, 1, f); // reproduce unused 'dbuff' field
>    ^
> dinkvar.c:1320:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(skipbuf, 10 * 4, 1, f); // reproduce unused 'lbuff' field
>    ^
> dinkvar.c:1326:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(play.mapdat, 50, 1, f);
>    ^
> dinkvar.c:1327:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(play.dinkdat, 50, 1, f);
>    ^
> dinkvar.c:1328:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>    fread(play.palette, 50, 1, f);
>    ^
> dinkvar.c:1332:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.tile[i].file, 50, 1, f);
>        ^
> dinkvar.c:1337:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.func[i].file, 10, 1, f);
>        ^
> dinkvar.c:1339:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(play.func[i].func, 20, 1, f);
>        ^
> dinkvar.c: In function 'load_hard':
> dinkvar.c:1900:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>   fread(hmap.htile[i].x[j].y, 51, 1, f);
>   ^
> dinkvar.c:1902:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 2, 1, f); // reproduce memory alignment
>        ^
> dinkvar.c:1903:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
>        fread(skipbuf, 4, 1, f); // unused 'hold' field
>        ^
> dinkc.c: In function 'kill_all_scripts_for_real':
> dinkc.c:845:26: warning: iteration 99u invokes undefined behavior [-Waggressive-loop-optimizations]
>        callback[k].active = 0;
>                           ^
> dinkc.c:843:3: note: containing loop
>    for (k = 1; k <= MAX_CALLBACKS; k++)
>    ^
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c gfx_tiles.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c gfx_palette.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c gfx_fonts.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c init.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c rect.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c input.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c binreloc.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c freedink_xpm.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c paths.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c log.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c gfx_sprites.c
> init.c: In function 'init_set_error_msg':
> init.c:81:3: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
>    vasprintf(&init_error_msg, fmt, ap);
>    ^
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c vgasys_fon.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c msgbox.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c i18n.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c meminfo.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c screen.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c freedink.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c update_frame.c
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c freedinkedit.c
> msgbox.c: In function 'msgbox_init_error':
> msgbox.c:212:3: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
>    vasprintf(&buf, fmt, ap);
>    ^
> gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  `"../autotools/reloc-ldflags" "x86_64-pc-linux-gnu" "" /usr/games` -Wl,-z,relro -o freedink bgm.o dinkini.o dinkc.o dinkc_bindings.o dinkc_console.o dinkc_sp_custom.o dinkvar.o fastfile.o game_engine.o str_util.o io_util.o sfx.o gfx.o gfx_fade.o gfx_tiles.o gfx_palette.o gfx_fonts.o init.o rect.o input.o binreloc.o freedink_xpm.o paths.o log.o gfx_sprites.o vgasys_fon.o msgbox.o i18n.o meminfo.o screen.o   freedink.o update_frame.o  ../gnulib/lib/libgnu.a  -lfontconfig -lfreetype  -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_gfx -lSDL   -lm
> gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  `"../autotools/reloc-ldflags" "x86_64-pc-linux-gnu" "" /usr/games` -Wl,-z,relro -o freedinkedit bgm.o dinkini.o dinkc.o dinkc_bindings.o dinkc_console.o dinkc_sp_custom.o dinkvar.o fastfile.o game_engine.o str_util.o io_util.o sfx.o gfx.o gfx_fade.o gfx_tiles.o gfx_palette.o gfx_fonts.o init.o rect.o input.o binreloc.o freedink_xpm.o paths.o log.o gfx_sprites.o vgasys_fon.o msgbox.o i18n.o meminfo.o screen.o   freedinkedit.o  ../gnulib/lib/libgnu.a  -lfontconfig -lfreetype  -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_gfx -lSDL   -lm
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/src'
> Making all in share
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/share'
> Making all in freedink
> make[4]: Entering directory '/tmp/buildd/freedink-108.4/share/freedink'
> make[4]: Nothing to be done for 'all'.
> make[4]: Leaving directory '/tmp/buildd/freedink-108.4/share/freedink'
> make[4]: Entering directory '/tmp/buildd/freedink-108.4/share'
> make[4]: Nothing to be done for 'all-am'.
> make[4]: Leaving directory '/tmp/buildd/freedink-108.4/share'
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/share'
> make[3]: Entering directory '/tmp/buildd/freedink-108.4'
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4'
> make[2]: Leaving directory '/tmp/buildd/freedink-108.4'
> make[1]: Leaving directory '/tmp/buildd/freedink-108.4'
>    dh_auto_test -O--parallel
> 	make -j14 check
> make[1]: Entering directory '/tmp/buildd/freedink-108.4'
> Making check in gnulib/lib
> make[2]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make  check-recursive
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[4]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[4]: Nothing to be done for 'check-am'.
> make[4]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> make[2]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/lib'
> Making check in gnulib/po
> make[2]: Entering directory '/tmp/buildd/freedink-108.4/gnulib/po'
> make[2]: Leaving directory '/tmp/buildd/freedink-108.4/gnulib/po'
> Making check in nsis
> make[2]: Entering directory '/tmp/buildd/freedink-108.4/nsis'
> make[2]: Nothing to be done for 'check'.
> make[2]: Leaving directory '/tmp/buildd/freedink-108.4/nsis'
> Making check in po
> make[2]: Entering directory '/tmp/buildd/freedink-108.4/po'
> make[2]: Leaving directory '/tmp/buildd/freedink-108.4/po'
> Making check in src
> make[2]: Entering directory '/tmp/buildd/freedink-108.4/src'
> make  check_freedink
> make[3]: Entering directory '/tmp/buildd/freedink-108.4/src'
> gcc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_DATA_DIR=\"/usr/share/games\" -I../gnulib/lib -I../gnulib/lib -DINSTALLDIR=\"/usr/games\" -DLOCALEDIR=\"/usr/share/locale\" -I../intl -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  -c check_freedink.c
> gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -std=c99 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL  -I/usr/include/freetype2 -I/usr/include/libpng12  `"../autotools/reloc-ldflags" "x86_64-pc-linux-gnu" "" /usr/games` -Wl,-z,relro -o check_freedink bgm.o dinkini.o dinkc.o dinkc_bindings.o dinkc_console.o dinkc_sp_custom.o dinkvar.o fastfile.o game_engine.o str_util.o io_util.o sfx.o gfx.o gfx_fade.o gfx_tiles.o gfx_palette.o gfx_fonts.o init.o rect.o input.o binreloc.o freedink_xpm.o paths.o log.o gfx_sprites.o vgasys_fon.o msgbox.o i18n.o meminfo.o screen.o   check_freedink.o ../gnulib/lib/libgnu.a  -lcheck_pic -lrt -lm -lsubunit  -lfontconfig -lfreetype  -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_gfx -lSDL   -lm
> /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck_pic.a(check_pack.o): undefined reference to symbol '__pthread_unregister_cancel@@GLIBC_2.3.3'
> //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
> collect2: error: ld returned 1 exit status
> Makefile:1252: recipe for target 'check_freedink' failed
> make[3]: *** [check_freedink] Error 1
> make[3]: Leaving directory '/tmp/buildd/freedink-108.4/src'
> Makefile:1550: recipe for target 'check-am' failed
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory '/tmp/buildd/freedink-108.4/src'
> Makefile:1109: recipe for target 'check-recursive' failed
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory '/tmp/buildd/freedink-108.4'
> dh_auto_test: make -j14 check returned exit code 2
> debian/rules:25: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> E: Failed autobuilding of package
> I: unmounting /sys filesystem
> I: unmounting /dev/shm filesystem
> I: unmounting dev/pts filesystem
> I: unmounting run/shm filesystem
> I: unmounting proc filesystem
> I: cleaning the build env 
> I: removing directory /var/cache/pbuilder/build//22613 and its subdirectories



More information about the Pkg-games-devel mailing list