Source: libsixel
Version: 1.5.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Tags: patch

Dear Maintainer,

libsixel fails to build from source in unstable/amd64 due
to missing Build-Depends on python:

  [..]

  configure:15220: checking for a Python interpreter with version >= 2.3
  configure:15237: python -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python: command not found
  configure:15240: $? = 127
  configure:15237: python2 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2: command not found
  configure:15240: $? = 127
  configure:15237: python3 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python3: command not found
  configure:15240: $? = 127
  configure:15237: python3.3 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python3.3: command not found
  configure:15240: $? = 127
  configure:15237: python3.2 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python3.2: command not found
  configure:15240: $? = 127
  configure:15237: python3.1 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python3.1: command not found
  configure:15240: $? = 127
  configure:15237: python3.0 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python3.0: command not found
  configure:15240: $? = 127
  configure:15237: python2.7 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.7: command not found
  configure:15240: $? = 127
  configure:15237: python2.6 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.6: command not found
  configure:15240: $? = 127
  configure:15237: python2.5 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.5: command not found
  configure:15240: $? = 127
  configure:15237: python2.4 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.4: command not found
  configure:15240: $? = 127
  configure:15237: python2.3 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.3: command not found
  configure:15240: $? = 127
  configure:15237: python2.2 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.2: command not found
  configure:15240: $? = 127
  configure:15237: python2.1 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.1: command not found
  configure:15240: $? = 127
  configure:15237: python2.0 -c import sys # split strings by '.' and
  convert to numeric. Append some zeros # because we need at least 4
  digits for the hex conversion. # map returns an iterator in Python 3.0
  and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0,
  0] minverhex = 0 # xrange is not present in Python 3.0 and range
  returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
  << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  ./configure: line 15238: python2.0: command not found
  configure:15240: $? = 127
  configure:15246: result: none
  configure:15447: error: python is not available
  
  [..]
  
  configure: exit 1
  dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr
  --includedir=${prefix}/include --mandir=${prefix}/share/man
  --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
  --disable-silent-rules --libexecdir=${prefix}/lib/libsixel
  --disable-maintainer-mode --disable-dependency-tracking
  --with-bashcompletiondir=/etc/bash_completion.d
  --with-zshcompletiondir=/usr/share/zsh/functions/Completion/Unix
  --includedir=/usr/include/sixel returned exit code 1
  debian/rules:21: recipe for target 'override_dh_auto_configure' failed
  make[1]: *** [override_dh_auto_configure] Error 25
  make[1]: Leaving directory '/tmp/buildd/libsixel-1.5.2'
  debian/rules:18: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:

    
https://reproducible.debian.net/logs/unstable/amd64/libsixel_1.5.2-1.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@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  1 15:41:27 GMT+12 2015
I: pbuilder-time-stamp: 1441165287
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-ma...@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 (>= 8.0.0), autotools-dev
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20255 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.

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...
The following NEW packages will be installed:
  autotools-dev{a} 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 70.5 kB of archives. After unpacking 132 kB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main autotools-dev all 
20140911.1 [70.5 kB]
Fetched 70.5 kB in 0s (0 B/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package autotools-dev.
(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 ... 20255 files and directories currently installed.)
Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
Unpacking autotools-dev (20140911.1) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up autotools-dev (20140911.1) ...
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...
disorderfs is already the newest version.
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [libsixel_1.5.2-1.dsc]
I: copying [./libsixel_1.5.2.orig.tar.gz]
I: copying [./libsixel_1.5.2-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Mon Aug 31 17:24:33 2015 GMT+12 using RSA key ID 9C0C1404
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./libsixel_1.5.2-1.dsc
dpkg-source: info: extracting libsixel in libsixel-1.5.2
dpkg-source: info: unpacking libsixel_1.5.2.orig.tar.gz
dpkg-source: info: unpacking libsixel_1.5.2-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 libsixel
dpkg-buildpackage: source version 1.5.2-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by NOKUBI Takatsugu <k...@daionet.gr.jp>
 dpkg-source --before-build libsixel-1.5.2
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean  --with autotools-dev
   dh_testdir
   dh_auto_clean
   dh_autotools-dev_restoreconfig
   dh_clean
 debian/rules build
dh build  --with autotools-dev
   dh_testdir
   dh_autotools-dev_updateconfig
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/buildd/libsixel-1.5.2'
env CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" 
LDFLAGS="-Wl,-z,relro" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" \
dh_auto_configure -- \
--with-bashcompletiondir=/etc/bash_completion.d \
--with-zshcompletiondir=/usr/share/zsh/functions/Completion/Unix \
--includedir=/usr/include/sixel
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libexecdir=\${prefix}/lib/libsixel 
--disable-maintainer-mode --disable-dependency-tracking 
--with-bashcompletiondir=/etc/bash_completion.d 
--with-zshcompletiondir=/usr/share/zsh/functions/Completion/Unix 
--includedir=/usr/include/sixel
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 whether make supports nested variables... yes
checking how to print strings... printf
checking for style of include used by make... 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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for __attribute__((deprecated))... yes
checking for __attribute__((deprecated))... yes
configure: pkgconfig directory is ${exec_prefix}/lib/pkgconfig
configure: bash-completion directory is /etc/bash_completion.d
configure: zsh-completion directory is /usr/share/zsh/functions/Completion/Unix
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for pkg-config... no
checking if gcc supports -Wall... yes
checking if gcc supports -Wextra... yes
checking for md5sum... md5sum
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for memset... yes
checking for getopt_long... yes
checking for memcpy... yes
checking for memmove... yes
checking for setmode... no
checking for _setmode... no
checking for signal... yes
checking for usleep... yes
checking for strdup... yes
checking for strtoul... yes
checking for calloc... yes
checking for clock... yes
checking for clearerr... yes
checking for stat... yes
checking for setjmp... yes
checking for strerror... yes
checking for isatty... yes
checking for strncmp... yes
checking for ldiv... yes
checking for strtol... yes
checking for pow... no
checking whether SIGINT is declared... yes
checking whether SIGTERM is declared... yes
checking whether SIGHUP is declared... yes
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: libcurl is not available
configure: libcurl cflags is 
configure: libcurl libs is 
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: libjpeg is not available
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
configure: libpng is not available
checking for a Python interpreter with version >= 2.3... none
configure: error: python is not available
        "tail -v -n +0 config.log"
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sixel configure 1.5.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libexecdir=${prefix}/lib/libsixel 
--disable-maintainer-mode --disable-dependency-tracking 
--with-bashcompletiondir=/etc/bash_completion.d 
--with-zshcompletiondir=/usr/share/zsh/functions/Completion/Unix 
--includedir=/usr/include/sixel

## --------- ##
## Platform. ##
## --------- ##

hostname = jenkins
uname -m = x86_64
uname -r = 3.16.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2419: checking build system type
configure:2433: result: x86_64-pc-linux-gnu
configure:2453: checking host system type
configure:2466: result: x86_64-pc-linux-gnu
configure:2503: checking for a BSD-compatible install
configure:2571: result: /usr/bin/install -c
configure:2582: checking whether build environment is sane
configure:2637: result: yes
configure:2788: checking for a thread-safe mkdir -p
configure:2827: result: /bin/mkdir -p
configure:2834: checking for gawk
configure:2864: result: no
configure:2834: checking for mawk
configure:2850: found /usr/bin/mawk
configure:2861: result: mawk
configure:2872: checking whether make sets $(MAKE)
configure:2894: result: yes
configure:2923: checking whether make supports nested variables
configure:2940: result: yes
configure:3112: checking how to print strings
configure:3139: result: printf
configure:3172: checking for style of include used by make
configure:3200: result: GNU
configure:3271: checking for gcc
configure:3287: found /usr/bin/gcc
configure:3298: result: gcc
configure:3527: checking for C compiler version
configure:3536: gcc --version >&5
gcc (Debian 5.2.1-15) 5.2.1 20150808
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3547: $? = 0
configure:3536: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-15' 
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20150808 (Debian 5.2.1-15) 
configure:3547: $? = 0
configure:3536: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3547: $? = 1
configure:3536: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3547: $? = 1
configure:3567: checking whether the C compiler works
configure:3589: gcc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:3593: $? = 0
configure:3641: result: yes
configure:3644: checking for C compiler default output file name
configure:3646: result: a.out
configure:3652: checking for suffix of executables
configure:3659: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:3663: $? = 0
configure:3685: result: 
configure:3707: checking whether we are cross compiling
configure:3715: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:3719: $? = 0
configure:3726: ./conftest
configure:3730: $? = 0
configure:3745: result: no
configure:3750: checking for suffix of object files
configure:3772: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3776: $? = 0
configure:3797: result: o
configure:3801: checking whether we are using the GNU C compiler
configure:3820: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3820: $? = 0
configure:3829: result: yes
configure:3838: checking whether gcc accepts -g
configure:3858: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3858: $? = 0
configure:3899: result: yes
configure:3916: checking for gcc option to accept ISO C89
configure:3979: gcc  -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3979: $? = 0
configure:3992: result: none needed
configure:4017: checking whether gcc understands -c and -o together
configure:4039: gcc -c conftest.c -o conftest2.o
configure:4042: $? = 0
configure:4039: gcc -c conftest.c -o conftest2.o
configure:4042: $? = 0
configure:4054: result: yes
configure:4073: checking dependency style of gcc
configure:4184: result: none
configure:4199: checking for a sed that does not truncate output
configure:4263: result: /bin/sed
configure:4281: checking for grep that handles long lines and -e
configure:4339: result: /bin/grep
configure:4344: checking for egrep
configure:4406: result: /bin/grep -E
configure:4411: checking for fgrep
configure:4473: result: /bin/grep -F
configure:4508: checking for ld used by gcc
configure:4575: result: /usr/bin/ld
configure:4582: checking if the linker (/usr/bin/ld) is GNU ld
configure:4597: result: yes
configure:4609: checking for BSD- or MS-compatible name lister (nm)
configure:4663: result: /usr/bin/nm -B
configure:4793: checking the name lister (/usr/bin/nm -B) interface
configure:4800: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4803: /usr/bin/nm -B "conftest.o"
configure:4806: output
0000000000000000 B some_variable
configure:4813: result: BSD nm
configure:4816: checking whether ln -s works
configure:4820: result: yes
configure:4828: checking the maximum length of command line arguments
configure:4959: result: 1572864
configure:5007: checking how to convert x86_64-pc-linux-gnu file names to 
x86_64-pc-linux-gnu format
configure:5047: result: func_convert_file_noop
configure:5054: checking how to convert x86_64-pc-linux-gnu file names to 
toolchain format
configure:5074: result: func_convert_file_noop
configure:5081: checking for /usr/bin/ld option to reload object files
configure:5088: result: -r
configure:5162: checking for objdump
configure:5178: found /usr/bin/objdump
configure:5189: result: objdump
configure:5221: checking how to recognize dependent libraries
configure:5421: result: pass_all
configure:5506: checking for dlltool
configure:5536: result: no
configure:5566: checking how to associate runtime and link libraries
configure:5593: result: printf %s\n
configure:5654: checking for ar
configure:5670: found /usr/bin/ar
configure:5681: result: ar
configure:5718: checking for archiver @FILE support
configure:5735: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5735: $? = 0
configure:5738: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5741: $? = 0
configure:5746: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:5749: $? = 1
configure:5761: result: @
configure:5819: checking for strip
configure:5835: found /usr/bin/strip
configure:5846: result: strip
configure:5918: checking for ranlib
configure:5934: found /usr/bin/ranlib
configure:5945: result: ranlib
configure:6047: checking command to parse /usr/bin/nm -B output from gcc object
configure:6200: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6203: $? = 0
configure:6207: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | 
sed '/ __gnu_lto/d' \> conftest.nm
configure:6210: $? = 0
configure:6276: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
conftstm.o >&5
configure:6279: $? = 0
configure:6317: result: ok
configure:6364: checking for sysroot
configure:6394: result: no
configure:6401: checking for a working dd
configure:6439: result: /bin/dd
configure:6443: checking how to truncate binary pipes
configure:6458: result: /bin/dd bs=4096 count=1
configure:6594: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6597: $? = 0
configure:6787: checking for mt
configure:6817: result: no
configure:6837: checking if : is a manifest tool
configure:6843: : '-?'
configure:6851: result: no
configure:7528: checking how to run the C preprocessor
configure:7559: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:7559: $? = 0
configure:7573: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7598: result: gcc -E
configure:7618: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:7618: $? = 0
configure:7632: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7661: checking for ANSI C header files
configure:7681: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7681: $? = 0
configure:7754: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:7754: $? = 0
configure:7754: ./conftest
configure:7754: $? = 0
configure:7765: result: yes
configure:7778: checking for sys/types.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for sys/stat.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for stdlib.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for string.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for memory.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for strings.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for inttypes.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for stdint.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7778: checking for unistd.h
configure:7778: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7778: $? = 0
configure:7778: result: yes
configure:7792: checking for dlfcn.h
configure:7792: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7792: $? = 0
configure:7792: result: yes
configure:8048: checking for objdir
configure:8063: result: .libs
configure:8327: checking if gcc supports -fno-rtti -fno-exceptions
configure:8345: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-rtti 
-fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not 
for C
configure:8349: $? = 0
configure:8362: result: no
configure:8720: checking for gcc option to produce PIC
configure:8727: result: -fPIC -DPIC
configure:8735: checking if gcc PIC flag -fPIC -DPIC works
configure:8753: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC 
conftest.c >&5
configure:8757: $? = 0
configure:8770: result: yes
configure:8799: checking if gcc static flag -static works
configure:8827: result: yes
configure:8842: checking if gcc supports -c -o file.o
configure:8863: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o out/conftest2.o 
conftest.c >&5
configure:8867: $? = 0
configure:8889: result: yes
configure:8897: checking if gcc supports -c -o file.o
configure:8944: result: yes
configure:8977: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:10236: result: yes
configure:10273: checking whether -lc should be explicitly linked in
configure:10281: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:10284: $? = 0
configure:10299: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname 
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10302: $? = 0
configure:10316: result: no
configure:10476: checking dynamic linker characteristics
configure:11057: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-rpath 
-Wl,/foo conftest.c  >&5
configure:11057: $? = 0
configure:11294: result: GNU/Linux ld.so
configure:11416: checking how to hardcode library paths into programs
configure:11441: result: immediate
configure:11989: checking whether stripping libraries is possible
configure:11994: result: yes
configure:12029: checking if libtool supports shared libraries
configure:12031: result: yes
configure:12034: checking whether to build shared libraries
configure:12059: result: yes
configure:12062: checking whether to build static libraries
configure:12066: result: yes
configure:12111: checking for __attribute__((deprecated))
configure:12134: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:12134: $? = 0
configure:12147: result: yes
configure:12168: checking for __attribute__((deprecated))
configure:12189: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:12189: $? = 0
configure:12202: result: yes
configure:12240: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:28:13: error: unknown option after '#pragma GCC diagnostic' kind 
[-Werror=pragmas]
     #pragma GCC diagnostic ignored "-Wtypedef-redefinition"
             ^
cc1: all warnings being treated as errors
configure:12240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| /* end confdefs.h.  */
| 
|     #pragma GCC diagnostic push
|     #pragma GCC diagnostic pop
|     #pragma GCC diagnostic ignored "-Wtypedef-redefinition"
| 
| int
| main ()
| {
| 
|     typedef int foo;
|     typedef int foo;
| 
|   ;
|   return 0;
| }
configure:12268: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Werror -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12268: $? = 0
configure:12368: pkgconfig directory is ${exec_prefix}/lib/pkgconfig
configure:12380: bash-completion directory is /etc/bash_completion.d
configure:12392: zsh-completion directory is 
/usr/share/zsh/functions/Completion/Unix
configure:12505: checking for gcc
configure:12532: result: gcc
configure:12761: checking for C compiler version
configure:12770: gcc --version >&5
gcc (Debian 5.2.1-15) 5.2.1 20150808
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12781: $? = 0
configure:12770: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-15' 
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-5 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20150808 (Debian 5.2.1-15) 
configure:12781: $? = 0
configure:12770: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:12781: $? = 1
configure:12770: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:12781: $? = 1
configure:12785: checking whether we are using the GNU C compiler
configure:12813: result: yes
configure:12822: checking whether gcc accepts -g
configure:12883: result: yes
configure:12900: checking for gcc option to accept ISO C89
configure:12976: result: none needed
configure:13001: checking whether gcc understands -c and -o together
configure:13038: result: yes
configure:13057: checking dependency style of gcc
configure:13168: result: none
configure:13239: checking for pkg-config
configure:13272: result: no
configure:13310: checking if gcc supports -Wall
configure:13325: gcc -c -Wall -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13325: $? = 0
configure:13326: result: yes
configure:13338: checking if gcc supports -Wextra
configure:13353: gcc -c -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13353: $? = 0
configure:13354: result: yes
configure:13405: checking for md5sum
configure:13421: found /usr/bin/md5sum
configure:13432: result: md5sum
configure:13470: checking for memory.h
configure:13470: result: yes
configure:13470: checking for stdlib.h
configure:13470: result: yes
configure:13470: checking for string.h
configure:13470: result: yes
configure:13470: checking for unistd.h
configure:13470: result: yes
configure:13470: checking for stdint.h
configure:13470: result: yes
configure:13470: checking sys/unistd.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking sys/unistd.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for sys/unistd.h
configure:13470: result: yes
configure:13470: checking getopt.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking getopt.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for getopt.h
configure:13470: result: yes
configure:13470: checking for sys/types.h
configure:13470: result: yes
configure:13470: checking for sys/stat.h
configure:13470: result: yes
configure:13470: checking fcntl.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking fcntl.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for fcntl.h
configure:13470: result: yes
configure:13470: checking io.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:69:16: fatal error: io.h: No such file or directory
compilation terminated.
configure:13470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:13470: result: no
configure:13470: checking io.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:36:16: fatal error: io.h: No such file or directory
compilation terminated.
configure:13470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <io.h>
configure:13470: result: no
configure:13470: checking for io.h
configure:13470: result: no
configure:13470: checking errno.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking errno.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for errno.h
configure:13470: result: yes
configure:13470: checking limits.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking limits.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for limits.h
configure:13470: result: yes
configure:13470: checking sys/time.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking sys/time.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for sys/time.h
configure:13470: result: yes
configure:13470: checking time.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking time.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for time.h
configure:13470: result: yes
configure:13470: checking signal.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking signal.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for signal.h
configure:13470: result: yes
configure:13470: checking sys/select.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking sys/select.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for sys/select.h
configure:13470: result: yes
configure:13470: checking sys/signal.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking sys/signal.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for sys/signal.h
configure:13470: result: yes
configure:13470: checking termios.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking termios.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for termios.h
configure:13470: result: yes
configure:13470: checking sys/ioctl.h usability
configure:13470: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking sys/ioctl.h presence
configure:13470: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:13470: $? = 0
configure:13470: result: yes
configure:13470: checking for sys/ioctl.h
configure:13470: result: yes
configure:13489: checking for stdlib.h
configure:13489: result: yes
configure:13499: checking for GNU libc compatible malloc
configure:13523: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13523: $? = 0
configure:13523: ./conftest
configure:13523: $? = 0
configure:13533: result: yes
configure:13556: checking for stdlib.h
configure:13556: result: yes
configure:13566: checking for GNU libc compatible realloc
configure:13590: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13590: $? = 0
configure:13590: ./conftest
configure:13590: $? = 0
configure:13600: result: yes
configure:13622: checking for memset
configure:13622: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:72:6: warning: conflicting types for built-in function 'memset'
 char memset ();
      ^
configure:13622: $? = 0
configure:13622: result: yes
configure:13630: checking for getopt_long
configure:13630: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13630: $? = 0
configure:13630: result: yes
configure:13676: checking for memcpy
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:73:6: warning: conflicting types for built-in function 'memcpy'
 char memcpy ();
      ^
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for memmove
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:74:6: warning: conflicting types for built-in function 'memmove'
 char memmove ();
      ^
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for setmode
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
/tmp/ccxiY6bc.o: In function `main':
/tmp/buildd/libsixel-1.5.2/conftest.c:86: undefined reference to `setmode'
collect2: error: ld returned 1 exit status
configure:13676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h.  */
| /* Define setmode to an innocuous variant, in case <limits.h> declares 
setmode.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setmode innocuous_setmode
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setmode (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setmode
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setmode ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_setmode || defined __stub___setmode
| choke me
| #endif
| 
| int
| main ()
| {
| return setmode ();
|   ;
|   return 0;
| }
configure:13676: result: no
configure:13676: checking for _setmode
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
/tmp/ccigmrIp.o: In function `main':
/tmp/buildd/libsixel-1.5.2/conftest.c:86: undefined reference to `_setmode'
collect2: error: ld returned 1 exit status
configure:13676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h.  */
| /* Define _setmode to an innocuous variant, in case <limits.h> declares 
_setmode.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _setmode innocuous__setmode
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _setmode (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _setmode
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _setmode ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__setmode || defined __stub____setmode
| choke me
| #endif
| 
| int
| main ()
| {
| return _setmode ();
|   ;
|   return 0;
| }
configure:13676: result: no
configure:13676: checking for signal
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for usleep
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for strdup
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:77:6: warning: conflicting types for built-in function 'strdup'
 char strdup ();
      ^
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for strtoul
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for calloc
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:79:6: warning: conflicting types for built-in function 'calloc'
 char calloc ();
      ^
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for clock
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for clearerr
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for stat
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for setjmp
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for strerror
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for isatty
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for strncmp
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:86:6: warning: conflicting types for built-in function 'strncmp'
 char strncmp ();
      ^
configure:13676: $? = 0
configure:13676: result: yes
configure:13676: checking for ldiv
configure:13676: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13676: $? = 0
configure:13676: result: yes
configure:13690: checking for strtol
configure:13690: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
configure:13690: $? = 0
configure:13690: result: yes
configure:13690: checking for pow
configure:13690: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
 >&5
conftest.c:89:6: warning: conflicting types for built-in function 'pow'
 char pow ();
      ^
/tmp/ccbDQQuA.o: In function `main':
/tmp/buildd/libsixel-1.5.2/conftest.c:100: undefined reference to `pow'
collect2: error: ld returned 1 exit status
configure:13690: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| /* end confdefs.h.  */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pow innocuous_pow
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pow
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pow ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pow || defined __stub___pow
| choke me
| #endif
| 
| int
| main ()
| {
| return pow ();
|   ;
|   return 0;
| }
configure:13690: result: no
configure:13700: checking whether SIGINT is declared
configure:13700: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13700: $? = 0
configure:13700: result: yes
configure:13717: checking whether SIGTERM is declared
configure:13717: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13717: $? = 0
configure:13717: result: yes
configure:13734: checking whether SIGHUP is declared
configure:13734: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13734: $? = 0
configure:13734: result: yes
configure:14672: checking curl/curl.h usability
configure:14672: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 
conftest.c >&5
conftest.c:102:23: fatal error: curl/curl.h: No such file or directory
compilation terminated.
configure:14672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_DECL_SIGHUP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <curl/curl.h>
configure:14672: result: no
configure:14672: checking curl/curl.h presence
configure:14672: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:69:23: fatal error: curl/curl.h: No such file or directory
compilation terminated.
configure:14672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_DECL_SIGHUP 1
| /* end confdefs.h.  */
| #include <curl/curl.h>
configure:14672: result: no
configure:14672: checking for curl/curl.h
configure:14672: result: no
configure:14807: libcurl is not available
configure:14810: libcurl cflags is 
configure:14812: libcurl libs is 
configure:14839: checking jpeglib.h usability
configure:14839: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 
conftest.c >&5
conftest.c:102:21: fatal error: jpeglib.h: No such file or directory
compilation terminated.
configure:14839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_DECL_SIGHUP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <jpeglib.h>
configure:14839: result: no
configure:14839: checking jpeglib.h presence
configure:14839: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:69:21: fatal error: jpeglib.h: No such file or directory
compilation terminated.
configure:14839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_DECL_SIGHUP 1
| /* end confdefs.h.  */
| #include <jpeglib.h>
configure:14839: result: no
configure:14839: checking for jpeglib.h
configure:14839: result: no
configure:14981: libjpeg is not available
configure:15009: checking png.h usability
configure:15009: gcc -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 
conftest.c >&5
conftest.c:102:17: fatal error: png.h: No such file or directory
compilation terminated.
configure:15009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_DECL_SIGHUP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <png.h>
configure:15009: result: no
configure:15009: checking png.h presence
configure:15009: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:69:17: fatal error: png.h: No such file or directory
compilation terminated.
configure:15009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sixel"
| #define PACKAGE_TARNAME "sixel"
| #define PACKAGE_VERSION "1.5.0"
| #define PACKAGE_STRING "sixel 1.5.0"
| #define PACKAGE_BUGREPORT "sait...@me.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sixel"
| #define VERSION "1.5.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
| #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
| #define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_SIGNAL 1
| #define HAVE_USLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_CLEARERR 1
| #define HAVE_STAT 1
| #define HAVE_SETJMP 1
| #define HAVE_STRERROR 1
| #define HAVE_ISATTY 1
| #define HAVE_STRNCMP 1
| #define HAVE_LDIV 1
| #define HAVE_STRTOL 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_DECL_SIGHUP 1
| /* end confdefs.h.  */
| #include <png.h>
configure:15009: result: no
configure:15009: checking for png.h
configure:15009: result: no
configure:15176: libpng is not available
configure:15220: checking for a Python interpreter with version >= 2.3
configure:15237: python -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python: command not found
configure:15240: $? = 127
configure:15237: python2 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2: command not found
configure:15240: $? = 127
configure:15237: python3 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python3: command not found
configure:15240: $? = 127
configure:15237: python3.3 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python3.3: command not found
configure:15240: $? = 127
configure:15237: python3.2 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python3.2: command not found
configure:15240: $? = 127
configure:15237: python3.1 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python3.1: command not found
configure:15240: $? = 127
configure:15237: python3.0 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python3.0: command not found
configure:15240: $? = 127
configure:15237: python2.7 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.7: command not found
configure:15240: $? = 127
configure:15237: python2.6 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.6: command not found
configure:15240: $? = 127
configure:15237: python2.5 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.5: command not found
configure:15240: $? = 127
configure:15237: python2.4 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.4: command not found
configure:15240: $? = 127
configure:15237: python2.3 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.3: command not found
configure:15240: $? = 127
configure:15237: python2.2 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.2: command not found
configure:15240: $? = 127
configure:15237: python2.1 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.1: command not found
configure:15240: $? = 127
configure:15237: python2.0 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 15238: python2.0: command not found
configure:15240: $? = 127
configure:15246: result: none
configure:15447: error: python is not available

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GDK_PIXBUF_CFLAGS_set=
ac_cv_env_GDK_PIXBUF_CFLAGS_value=
ac_cv_env_GDK_PIXBUF_LIBS_set=
ac_cv_env_GDK_PIXBUF_LIBS_value=
ac_cv_env_GD_CFLAGS_set=
ac_cv_env_GD_CFLAGS_value=
ac_cv_env_GD_LIBS_set=
ac_cv_env_GD_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-z,relro
ac_cv_env_LIBCURL_CFLAGS_set=
ac_cv_env_LIBCURL_CFLAGS_value=
ac_cv_env_LIBCURL_LIBS_set=
ac_cv_env_LIBCURL_LIBS_value=
ac_cv_env_LIBJPEG_CFLAGS_set=
ac_cv_env_LIBJPEG_CFLAGS_value=
ac_cv_env_LIBJPEG_LIBS_set=
ac_cv_env_LIBJPEG_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__setmode=no
ac_cv_func_calloc=yes
ac_cv_func_clearerr=yes
ac_cv_func_clock=yes
ac_cv_func_getopt_long=yes
ac_cv_func_isatty=yes
ac_cv_func_ldiv=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_pow=no
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_setjmp=yes
ac_cv_func_setmode=no
ac_cv_func_signal=yes
ac_cv_func_stat=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strncmp=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_usleep=yes
ac_cv_have_decl_SIGHUP=yes
ac_cv_have_decl_SIGINT=yes
ac_cv_have_decl_SIGTERM=yes
ac_cv_header_curl_curl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_jpeglib_h=no
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_png_h=no
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_MD5SUM=md5sum
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_pathless_PYTHON=none
am_cv_prog_cc_c_o=yes
ax_cv_have_func_attribute_deprecated=yes
ax_cv_have_var_attribute_deprecated=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  
{"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) 
.*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* 
\(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* 
.* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char 
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/buildd/libsixel-1.5.2/missing aclocal-1.15'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CFLAGS=' -Wall -Wextra'
AM_CPPFLAGS=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /tmp/buildd/libsixel-1.5.2/missing autoconf'
AUTOHEADER='${SHELL} /tmp/buildd/libsixel-1.5.2/missing autoheader'
AUTOMAKE='${SHELL} /tmp/buildd/libsixel-1.5.2/missing automake-1.15'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
COND_DEBUG_FALSE=''
COND_DEBUG_TRUE='#'
COND_GCOV_FALSE=''
COND_GCOV_TRUE='#'
COND_TESTS_FALSE=''
COND_TESTS_TRUE='#'
CPP='gcc -E'
CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GDK_PIXBUF_CFLAGS=''
GDK_PIXBUF_LIBS=''
GD_CFLAGS=''
GD_LIBS=''
GREP='/bin/grep'
HAVE_CURL_FALSE=''
HAVE_CURL_TRUE=''
HAVE_GETOPT_LONG_FALSE=''
HAVE_GETOPT_LONG_TRUE='#'
HAVE_JPEG_FALSE=''
HAVE_JPEG_TRUE=''
HAVE_PNG_FALSE=''
HAVE_PNG_TRUE=''
HAVE_PYTHON_FALSE=''
HAVE_PYTHON_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-z,relro'
LIBCURL_CFLAGS=''
LIBCURL_LIBS=''
LIBJPEG_CFLAGS=''
LIBJPEG_LIBS=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_LIBS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LS_LTVERSION='1:4:0'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /tmp/buildd/libsixel-1.5.2/missing makeinfo'
MANIFEST_TOOL=':'
MD5SUM='md5sum'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='sixel'
PACKAGE_BUGREPORT='sait...@me.com'
PACKAGE_DESCRIPTION='A lightweight, fast implementation of DEC SIXEL graphics 
codec'
PACKAGE_NAME='sixel'
PACKAGE_STRING='sixel 1.5.0'
PACKAGE_TARNAME='sixel'
PACKAGE_URL=''
PACKAGE_VERSION='1.5.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON=':'
PYTHON_EXEC_PREFIX=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='1.5.0'
WANT_IMG2SIXEL_FALSE='#'
WANT_IMG2SIXEL_TRUE=''
WANT_SIXEL2PNG_FALSE='#'
WANT_SIXEL2PNG_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
attr_func_deprecated='__attribute__((deprecated))'
attr_var_deprecated=''
bashcompletiondir='/etc/bash_completion.d'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/usr/include/sixel'
infodir='${prefix}/share/info'
install_sh='${SHELL} /tmp/buildd/libsixel-1.5.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${prefix}/lib/libsixel'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir='${exec_prefix}/lib/pkgconfig'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
zshcompletiondir='/usr/share/zsh/functions/Completion/Unix'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "sixel"
#define PACKAGE_TARNAME "sixel"
#define PACKAGE_VERSION "1.5.0"
#define PACKAGE_STRING "sixel 1.5.0"
#define PACKAGE_BUGREPORT "sait...@me.com"
#define PACKAGE_URL ""
#define PACKAGE "sixel"
#define VERSION "1.5.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_VAR_ATTRIBUTE_DEPRECATED 1
#define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
#define HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_UNISTD_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_GETOPT_LONG 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_SIGNAL 1
#define HAVE_USLEEP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_CALLOC 1
#define HAVE_CLOCK 1
#define HAVE_CLEARERR 1
#define HAVE_STAT 1
#define HAVE_SETJMP 1
#define HAVE_STRERROR 1
#define HAVE_ISATTY 1
#define HAVE_STRNCMP 1
#define HAVE_LDIV 1
#define HAVE_STRTOL 1
#define HAVE_DECL_SIGINT 1
#define HAVE_DECL_SIGTERM 1
#define HAVE_DECL_SIGHUP 1

configure: exit 1
dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libexecdir=${prefix}/lib/libsixel 
--disable-maintainer-mode --disable-dependency-tracking 
--with-bashcompletiondir=/etc/bash_completion.d 
--with-zshcompletiondir=/usr/share/zsh/functions/Completion/Unix 
--includedir=/usr/include/sixel returned exit code 1
debian/rules:21: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 25
make[1]: Leaving directory '/tmp/buildd/libsixel-1.5.2'
debian/rules:18: 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//14591 and its subdirectories

Reply via email to