Your message dated Sat, 09 Jun 2012 15:47:54 +0000
with message-id <e1sdntk-00018h...@franck.debian.org>
and subject line Bug#676119: fixed in elinks 0.12~pre5-8
has caused the Debian Bug report #676119,
regarding elinks: FTBFS: configure: error: Ruby not found
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
676119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: elinks
Version: 0.12~pre5-7
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120604 qa-ftbfs
User: debian-r...@lists.debian.org
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.
--- End Message ---
--- Begin Message ---
Source: elinks
Source-Version: 0.12~pre5-8
We believe that the bug you reported is fixed in the latest version of
elinks, which is due to be installed in the Debian FTP archive:
elinks-data_0.12~pre5-8_all.deb
to main/e/elinks/elinks-data_0.12~pre5-8_all.deb
elinks-doc_0.12~pre5-8_all.deb
to main/e/elinks/elinks-doc_0.12~pre5-8_all.deb
elinks-lite_0.12~pre5-8_amd64.deb
to main/e/elinks/elinks-lite_0.12~pre5-8_amd64.deb
elinks_0.12~pre5-8.diff.gz
to main/e/elinks/elinks_0.12~pre5-8.diff.gz
elinks_0.12~pre5-8.dsc
to main/e/elinks/elinks_0.12~pre5-8.dsc
elinks_0.12~pre5-8_amd64.deb
to main/e/elinks/elinks_0.12~pre5-8_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Moritz Muehlenhoff <j...@debian.org> (supplier of updated elinks package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 27 May 2012 12:17:42 +0200
Source: elinks
Binary: elinks elinks-data elinks-doc elinks-lite
Architecture: source amd64 all
Version: 0.12~pre5-8
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <app...@debian.org>
Changed-By: Moritz Muehlenhoff <j...@debian.org>
Description:
elinks - advanced text-mode WWW browser
elinks-data - advanced text-mode WWW browser - data files
elinks-doc - advanced text-mode WWW browser - documentation
elinks-lite - advanced text-mode WWW browser - lightweight version
Closes: 674617 676119
Changes:
elinks (0.12~pre5-8) unstable; urgency=low
.
* Apply patch from Guillem Jover to switch to Lua 5.1, thanks!
(Closes: #674617)
* Enable pie and znow
* Disable support for Ruby scripting, which is not yet compatible
with Ruby 1.9. This has always been an esoteric feature anyway
(Closes: #676119)
Checksums-Sha1:
bacb73a6174fa2be9558d8a998bb9923c22f0bc9 1597 elinks_0.12~pre5-8.dsc
262d59eebcfd575308612c465c284da1b0e1ec3f 37649 elinks_0.12~pre5-8.diff.gz
4807e9bc2cef4a1dcca5605f5f13e6b177f0da57 641530 elinks_0.12~pre5-8_amd64.deb
04713e77efa216055f4316a8afe7e44deea3908f 448844
elinks-lite_0.12~pre5-8_amd64.deb
7c0e35b0570814a033841c06be2227655c68ef3c 613560 elinks-data_0.12~pre5-8_all.deb
1a41a44fbd2d141c54c1d34af5dfe14065db9b0e 603880 elinks-doc_0.12~pre5-8_all.deb
Checksums-Sha256:
70b7111c713b5d6f3fb3c6ec6d2d6e8c3991fc553e3f7c6e393b2e123a582cad 1597
elinks_0.12~pre5-8.dsc
baa51fa28047456d8ab04a87238a5d91a48b9f3f66cff69a789d4488d4d3f685 37649
elinks_0.12~pre5-8.diff.gz
a141a2e911b37fee3b12161dc85a84f0ce39c3d72a5727186f2f5bcf1127f505 641530
elinks_0.12~pre5-8_amd64.deb
d25df8d9f5757e8e47341b69baa2dc95e79bf75167b0424f0ff06c47c105a027 448844
elinks-lite_0.12~pre5-8_amd64.deb
4645b099b9d0be5f21ea44a53bd908075d299538ec514e2d33a6a8485c30111b 613560
elinks-data_0.12~pre5-8_all.deb
e8c3aafaaa21c57803ce4b3b428ac355486a18792185f45679104c2b399537e3 603880
elinks-doc_0.12~pre5-8_all.deb
Files:
2078fa580305dc167f55202ab6052df3 1597 web optional elinks_0.12~pre5-8.dsc
66573ee7d35aa8215257c6bece5a6f15 37649 web optional elinks_0.12~pre5-8.diff.gz
acc077d232ffb29f1855dbaded936540 641530 web optional
elinks_0.12~pre5-8_amd64.deb
2e3bff1ec32cbadd64ba31403237efa1 448844 web extra
elinks-lite_0.12~pre5-8_amd64.deb
adee4f70beaf644b19c05ebf90293265 613560 web optional
elinks-data_0.12~pre5-8_all.deb
5a1fc04b83b6f4e2c9cde526e935a097 603880 doc optional
elinks-doc_0.12~pre5-8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk/TbeUACgkQXm3vHE4uylp0MwCgs8bSSMwmzXd3Shr57JDYaFOw
Cp4AnRmNwCwpzNWT9M3c07HBdlKfcZG3
=DmWJ
-----END PGP SIGNATURE-----
--- End Message ---