Source: elinks
Version: 0.12~pre5-7
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120604 qa-ftbfs
User: [email protected]
Usertags: default19
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> mkdir -p debian/patched
> for pfile in debian/patches/*.diff; do \
>               [ -f "$pfile" ] || continue; \
>               pname="$(basename $pfile .diff)"; \
>               [ ! -f "debian/patched/$pname.patched" ] || continue; \
>               echo "### Applying patch $pname"; \
>               patch -p1 -N < $pfile; \
>               cp -f "$pfile" "debian/patched/$pname.patched"; \
>       done
> ### Applying patch 01_setup-bugs-FSSTND
> patching file doc/elinks.1.txt
> patching file doc/html/elinks.conf.5.html
> patching file doc/man/man5/elinks.conf.5
> patching file src/document/html/parser/general.c
> patching file src/setup.h
> ### Applying patch 03_459467_ui.leds.enable_0
> patching file doc/html/elinks.conf.5.html
> patching file doc/man/man5/elinks.conf.5
> patching file src/bfu/leds.c
> ### Applying patch 04_436817_nostrip
> patching file Makefile.lib
> ### Applying patch 05_skip-xmlto-validation
> patching file doc/Makefile
> ### Applying patch 07-big-endian-64-bit
> patching file src/bfu/leds.c
> patching file src/bookmarks/bookmarks.c
> patching file src/config/cmdline.c
> patching file src/config/conf.c
> patching file src/config/dialogs.c
> patching file src/config/options.c
> patching file src/config/options.h
> patching file src/config/opttypes.c
> patching file src/cookies/cookies.c
> patching file src/dialogs/menu.c
> patching file src/dialogs/options.c
> patching file src/globhist/globhist.c
> patching file src/mime/backend/default.c
> patching file src/mime/backend/mailcap.c
> patching file src/mime/backend/mimetypes.c
> patching file src/mime/dialogs.c
> patching file src/mime/mime.c
> patching file src/protocol/nntp/nntp.c
> patching file src/protocol/rewrite/rewrite.c
> patching file src/protocol/user.c
> patching file src/scripting/lua/core.c
> patching file src/session/session.c
> patching file src/terminal/screen.c
> patching file src/viewer/text/search.c
> ### Applying patch 07_617713_cache_control
> patching file src/config/options.inc
> ### Applying patch 08-drop-deprecated-gnutls-functions
> patching file src/network/ssl/socket.c
> patching file src/network/ssl/ssl.c
> touch patch-stamp
> dh_testdir
> rm -f debian/elinks.conf
> cat debian/elinks.config | sed "s/%v/`dpkg-parsechangelog -ldebian/changelog 
> | grep 'Version: ' | sed 's/Version: //g'`/g" > debian/elinks.conf
> rm -f debian/elinks-lite.conf
> cat debian/elinks.config | sed "s/%v/`dpkg-parsechangelog -ldebian/changelog 
> | grep 'Version: ' | sed 's/Version: //g'`-lite/g" > debian/elinks-lite.conf
> # Add here commands to configure the package.
> [ ! -f config/config.sub ] || mv -f config/config.sub config/config.sub.ups
> cp -f /usr/share/misc/config.sub config/config.sub
> [ ! -f config/config.guess ] || mv -f config/config.guess 
> config/config.guess.ups
> cp -f /usr/share/misc/config.guess config/config.guess
> [ ! -f config.h ] || mv -f config.h config.h.ups
> [ ! -f Makefile.config ] || mv -f Makefile.config Makefile.config.ups
> [ ! -f doc/man/man1/elinks.1.in ] || cp -af doc/man/man1/elinks.1.in 
> doc/man/man1/elinks.1.in.ups
> [ ! -f doc/man/man5/elinks.conf.5 ] || cp -af doc/man/man5/elinks.conf.5 
> doc/man/man5/elinks.conf.5.ups
> [ ! -f doc/man/man5/elinkskeys.5 ] || cp -af doc/man/man5/elinkskeys.5 
> doc/man/man5/elinkskeys.5.ups
> touch save-stamp
> mkdir /«PKGBUILDDIR»/build-main && cd /«PKGBUILDDIR»/build-main && \
>               /«PKGBUILDDIR»/configure --host=x86_64-linux-gnu 
> --build=x86_64-linux-gnu \
>               --prefix=/usr --mandir=\${prefix}/share/man 
> --infodir=\${prefix}/share/info --sysconfdir=/etc/elinks --without-lzma 
> --without-openssl --without-x --enable-finger --with-gnutls=/usr 
> --disable-nntp --enable-88-colors --enable-256-colors --enable-leds 
> --enable-html-highlight --enable-fsp --disable-smb --with-perl 
> --without-guile --without-python --with-ruby --with-gssapi --enable-cgi 
> --disable-exmode --disable-bittorrent --disable-debug --without-spidermonkey 
> CPPFLAGS="`dpkg-buildflags --get CPPFLAGS`" CFLAGS="-g `dpkg-buildflags --get 
> CFLAGS` -O2" LDFLAGS=""-Wl,-z,defs" `dpkg-buildflags --get LDFLAGS`"
> checking for aclocal... config/missing aclocal
> checking for autoconf... config/missing autoconf
> checking for autoheader... config/missing autoheader
> checking for gnumake... no
> checking for gmake... no
> checking for make... /usr/bin/make
> checking for "/«PKGBUILDDIR»/features.conf"... yes
> checking for "/«PKGBUILDDIR»/build-main/features.conf"... no
> checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether x86_64-linux-gnu-gcc accepts -g... yes
> checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
> checking for gawk... no
> checking for mawk... mawk
> checking for mawk... /usr/bin/mawk
> checking for x86_64-linux-gnu-ranlib... no
> checking for ranlib... ranlib
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for git... no
> checking for sparse... no
> checking for python... /usr/bin/python
> checking for xmlto... /usr/bin/xmlto
> checking for jw... /usr/bin/jw
> checking for pod2html... /usr/bin/pod2html
> checking for doxygen... no
> checking for BEOS... no
> checking for RISCOS... no
> checking for WIN32... no
> checking for EMX... no
> checking for UNIX... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking whether time.h and sys/time.h may both be included... 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 wctype.h usability... yes
> checking wctype.h presence... yes
> checking for wctype.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking for unistd.h... (cached) yes
> checking sigaction.h usability... no
> checking sigaction.h presence... no
> checking for sigaction.h... no
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking netinet/in_systm.h usability... yes
> checking netinet/in_systm.h presence... yes
> checking for netinet/in_systm.h... yes
> checking netinet/in_system.h usability... no
> checking netinet/in_system.h presence... no
> checking for netinet/in_system.h... no
> checking netinet/ip.h usability... yes
> checking netinet/ip.h presence... yes
> checking for netinet/ip.h... yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking netinet/in6_var.h usability... no
> checking netinet/in6_var.h presence... no
> checking for netinet/in6_var.h... no
> checking ifaddrs.h usability... yes
> checking ifaddrs.h presence... yes
> checking for ifaddrs.h... yes
> checking sys/cygwin.h usability... no
> checking sys/cygwin.h presence... no
> checking for sys/cygwin.h... no
> checking io.h usability... no
> checking io.h presence... no
> checking for io.h... no
> checking sys/fmutex.h usability... no
> checking sys/fmutex.h presence... no
> checking for sys/fmutex.h... no
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/sockio.h usability... no
> checking sys/sockio.h presence... no
> checking for sys/sockio.h... no
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.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 sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/utsname.h usability... yes
> checking sys/utsname.h presence... yes
> checking for sys/utsname.h... yes
> checking for net/if.h... yes
> checking for stdint.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for C99-conforming inline... yes
> checking for typeof... yes
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for size_t... yes
> checking for off_t... yes
> checking for ssize_t... yes
> checking for long long... yes
> checking for off_t... yes
> checking for int32_t... yes
> checking for uint32_t... yes
> checking for uint16_t... yes
> checking for char... yes
> checking size of char... 1
> checking for short... yes
> checking size of short... 2
> checking for int... yes
> checking size of int... 4
> checking for long... yes
> checking size of long... 8
> checking for long long... yes
> checking size of long long... 8
> checking for off_t... (cached) yes
> checking size of off_t... 8
> checking for variadic macros... yes
> checking whether x86_64-linux-gnu-gcc needs -traditional... no
> checking for working memcmp... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for strftime... yes
> checking for atoll... yes
> checking for gethostbyaddr... yes
> checking for herror... yes
> checking for strerror... yes
> checking for popen... yes
> checking for uname... yes
> checking for access... yes
> checking for chmod... yes
> checking for alarm... yes
> checking for timegm... yes
> checking for mremap... yes
> checking for strcasecmp... yes
> checking for strncasecmp... yes
> checking for strcasestr... yes
> checking for strstr... yes
> checking for strchr... yes
> checking for strrchr... yes
> checking for memmove... yes
> checking for bcopy... yes
> checking for stpcpy... yes
> checking for strdup... yes
> checking for index... yes
> checking for isdigit... yes
> checking for mempcpy... yes
> checking for memrchr... yes
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for asprintf... yes
> checking for vasprintf... yes
> checking for getifaddrs... yes
> checking for getpwnam... yes
> checking for inet_pton... yes
> checking for inet_ntop... yes
> checking for fflush... yes
> checking for fsync... yes
> checking for fseeko... yes
> checking for ftello... yes
> checking for sigaction... yes
> checking for gettimeofday... yes
> checking for clock_gettime... no
> checking for cygwin_conv_to_full_win32_path... no
> checking for setenv... yes
> checking for putenv... yes
> checking for getuid... yes
> checking for geteuid... yes
> checking for getpid... yes
> checking for setpgid... yes
> checking for getpgid... yes
> checking for setpgrp... yes
> checking for getpgrp... yes
> checking for raise... yes
> checking for kill... yes
> checking for __va_copy... yes
> checking for sysconf(_SC_PAGE_SIZE)... yes
> checking for C99 vsnprintf... yes
> checking for dlopen in -ldl... yes
> checking for socket... yes
> checking for setsockopt... yes
> checking for gethostbyname... yes
> checking for gpm support... yes
> checking gpm.h usability... yes
> checking gpm.h presence... yes
> checking for gpm.h... yes
> checking for Gpm_Open in -lgpm... yes
> checking for zlib support... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for gzclearerr in -lz... yes
> checking for bzlib support... yes
> checking bzlib.h usability... yes
> checking bzlib.h presence... yes
> checking for bzlib.h... yes
> checking for BZ2_bzReadOpen in -lbz2... yes
> checking for idn support... yes
> checking idna.h usability... yes
> checking idna.h presence... yes
> checking for idna.h... yes
> checking for stringprep_check_version in -lidn... yes
> checking for gc support... yes
> checking gc.h usability... no
> checking gc.h presence... no
> checking for gc.h... no
> checking for lzma support... disabled
> checking for GSSAPI... yes
> checking expat.h usability... yes
> checking expat.h presence... yes
> checking for expat.h... yes
> checking for XML_ParserCreate in -lexpat... yes
> checking sys/consio.h usability... no
> checking sys/consio.h presence... no
> checking for sys/consio.h... no
> checking machine/console.h usability... no
> checking machine/console.h presence... no
> checking for machine/console.h... no
> checking for SpiderMonkey (1.5 RC3a or later)... no
> checking for Guile... no
> checking for Perl... yes
> checking whether POPpx works without an n_a variable... yes
> checking for Python... no
> checking for Lua... yes
> checking lauxlib.h usability... yes
> checking lauxlib.h presence... yes
> checking for lauxlib.h... yes
> checking for TRE in pkg-config... yes
> checking for TRE header and library... yes
> checking for Ruby... yes
> checking for ruby... /usr/bin/ruby
> configure: error: Ruby not found
> checking Ruby version... too old; need Ruby version 1.6.0 or later
> make: *** [build-arch-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/06/04/elinks_0.12~pre5-7_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to