Your message dated Mon, 29 Jun 2015 21:50:26 +0000
with message-id <e1z9gwc-0007r0...@franck.debian.org>
and subject line Bug#790436: fixed in r-base 3.2.1-2
has caused the Debian Bug report #790436,
regarding FTBFS with new texi2any: 'texi2any' v5.1 or later needed
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.)


-- 
790436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: r-base
Version: 3.2.1-1
Severity: serious
Tags: patch

The build system believes that texi2any's version is < 5.1 and will
therefore not build the documentation, and then the package fails
because the docs are missing.

LaTeX was updated recently and now we have:

$ texi2any --version
texi2any (GNU texinfo) 6.0

which ./configure believes is smaller than 5.1.

I've attached a patch against configure, although I wonder whether
configure.ac or some other script needs to be patched.  Do you know if
that MAKEINFO configure code is r-base specific or does it come from
somewhere else?

Martin


> sbuild (Debian sbuild) 0.64.1 (13 Oct 2013) on m400-c2n1.hlinux.usa.hp.com
....
> checking for makeindex... /usr/bin/makeindex
> checking for texi2any... /usr/bin/texi2any
> checking whether texi2any version is at least 5.1... no
...
> make[3]: Entering directory '/«PKGBUILDDIR»/doc/manual'
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-FAQ.html will be missing and linked from CRAN
> creating doc/manual/version.texi
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-admin.html will be missing and linked from CRAN
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-data.html will be missing and linked from CRAN
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-exts.html will be missing and linked from CRAN
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-intro.html will be missing and linked from CRAN
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-ints.html will be missing and linked from CRAN
> 'texi2any' v5.1 or later needed to make HTML docs but missing on your system.
> file R-lang.html will be missing and linked from CRAN
...
> touch install-indep-stamp
> gunzip -9v /«PKGBUILDDIR»/debian/r-base-core/usr/share/info/*.gz
> gzip: /«PKGBUILDDIR»/debian/r-base-core/usr/share/info/*.gz: No such file or 
> directory
> debian/rules:395: recipe for target 'install-arch-stamp' failed
> make: *** [install-arch-stamp] Error 1
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2
> ────────────────────────────────────────────────────────────────────────────────

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard
--- configure~	2015-06-29 14:47:14.497520859 +0000
+++ configure	2015-06-29 14:52:04.313526857 +0000
@@ -5269,6 +5269,8 @@
 if test -z "${texi2any_version_maj}" \
      || test -z "${texi2any_version_min}"; then
   r_cv_prog_texi2any_v5=no
+elif test ${texi2any_version_maj} -gt 5; then
+  r_cv_prog_texi2any_v5=yes
 elif test ${texi2any_version_maj} -lt 5 \
      || test ${texi2any_version_min} -lt 1; then
   r_cv_prog_texi2any_v5=no

--- End Message ---
--- Begin Message ---
Source: r-base
Source-Version: 3.2.1-2

We believe that the bug you reported is fixed in the latest version of
r-base, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 790...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <e...@debian.org> (supplier of updated r-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 29 Jun 2015 12:13:49 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source amd64 all
Version: 3.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <e...@debian.org>
Changed-By: Dirk Eddelbuettel <e...@debian.org>
Description:
 r-base     - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Closes: 790436
Changes:
 r-base (3.2.1-2) unstable; urgency=low
 .
   * configure: Apply patch by Martin Michlmayr to ensure texi2any version
     6 or later is not wrongly rejected as too old      (Closes: #790436)
Checksums-Sha1:
 b039cc1e5c15f32f86fc5c3ff4acda4e359b35aa 2822 r-base_3.2.1-2.dsc
 499709c9cafd2edd6ab26c7a5ed720c9e7da3749 86510 r-base_3.2.1-2.diff.gz
 c9248ac01240a8c39e3c025630fdce2a28400338 3181294 
r-base-core-dbg_3.2.1-2_amd64.deb
 aa0dea56ad5c3b7f751ecaeeaddc7ff6bdc4535e 20438142 r-base-core_3.2.1-2_amd64.deb
 e1f9e4a68f7447a99e4df2f75e876207cb16b3b5 4296 r-base-dev_3.2.1-2_all.deb
 de7e7adc92fcece0cf127dbeca5745eeb22c00dd 83044 r-base-html_3.2.1-2_all.deb
 77456ad6df05bf2924d4de2904b807cc7a3bc40a 38468 r-base_3.2.1-2_all.deb
 d2a6a05ac0ef7409237c9b9974faa04d598b3b97 536776 r-doc-html_3.2.1-2_all.deb
 5458bd06cbf2e82d661cb0e7ef378684ea60cb26 594280 r-doc-info_3.2.1-2_all.deb
 28ec2889bc4ad6c5cfda2ba8b35747e727f2cf64 14430084 r-doc-pdf_3.2.1-2_all.deb
 38d99dfddcf0322f61a826136a05d90e7277d81c 1369958 r-mathlib_3.2.1-2_amd64.deb
 37718e3e69b76e220efdc81e89a9d913889ba877 2726 r-recommended_3.2.1-2_all.deb
Checksums-Sha256:
 59b93795e75abce6eaacb0939cebf45f3301ad64b8820f224bf0afcb5057a65e 2822 
r-base_3.2.1-2.dsc
 397acd82d455efa528e44d9ca0c7c61cf92f65374b5e7d50037b1bc52c2099c7 86510 
r-base_3.2.1-2.diff.gz
 d695f3fa17f03ea77b2c913f54aa31ebcd648eef72c4b03d5e57fbfb16ea0f98 3181294 
r-base-core-dbg_3.2.1-2_amd64.deb
 4395ce2b4cc4377e15f18e25064286f03c73e74ffd912b3f85628c94e7e188b6 20438142 
r-base-core_3.2.1-2_amd64.deb
 342998de8525ef6f0e0e4b97ac14095483554a61c0a083c8564e01b7679626f1 4296 
r-base-dev_3.2.1-2_all.deb
 69713fee687485390496d367a3878387269bfe9a5ee45e4d9c4c699d413d0cf7 83044 
r-base-html_3.2.1-2_all.deb
 6051d8b1f0361b48525b630c22fd44106b000355eb6fe11f0dd860eb285a83a8 38468 
r-base_3.2.1-2_all.deb
 8f8caf0d4121bce39e73e02177d6b1aeb36205aa35efbfe7c765c09a86723192 536776 
r-doc-html_3.2.1-2_all.deb
 b029c201426b8aaf82539a0da27bdbf755a15a6c52d2bf39a18cdf956865a303 594280 
r-doc-info_3.2.1-2_all.deb
 d92a36eb62d851d2b64dafdbbbe437c4cecf096fd2cff858b1df5307e8a594f8 14430084 
r-doc-pdf_3.2.1-2_all.deb
 969bcacdb18b08466bd399302dbee9c41314331e460796191fbd829d1a2a38fc 1369958 
r-mathlib_3.2.1-2_amd64.deb
 6db3dd0329f724afa2d37ab9c48d8f4d64a89a55826c265e013be7ff75bc44f0 2726 
r-recommended_3.2.1-2_all.deb
Files:
 b8885ad938105d7e08316281625ab5f1 2822 gnu-r optional r-base_3.2.1-2.dsc
 c0a72276cdaf7faac106aae57356a131 86510 gnu-r optional r-base_3.2.1-2.diff.gz
 1aad8d016c27087f73e34225bea7f16f 3181294 debug extra 
r-base-core-dbg_3.2.1-2_amd64.deb
 c3cae9a479f38b5b7f936d37fedd5802 20438142 gnu-r optional 
r-base-core_3.2.1-2_amd64.deb
 a2ade42f383bc71cde7117a6786e2255 4296 gnu-r optional r-base-dev_3.2.1-2_all.deb
 b864ec0a6be5405581da6e6b45d111c2 83044 doc extra r-base-html_3.2.1-2_all.deb
 1670eecf7ef13814abab95cc90c01606 38468 gnu-r optional r-base_3.2.1-2_all.deb
 b0e4f1f2eb31300691595bacbb6c7cbd 536776 doc optional r-doc-html_3.2.1-2_all.deb
 f0f3945d359d3f9d73764c05d6d92c4f 594280 doc optional r-doc-info_3.2.1-2_all.deb
 6331e04772ab2b12f60372f529a522d0 14430084 doc optional 
r-doc-pdf_3.2.1-2_all.deb
 fc88782c0186f0687b5a9c0ac15b2fca 1369958 gnu-r optional 
r-mathlib_3.2.1-2_amd64.deb
 8d076cc976379f7b3ea23511b306a5c7 2726 gnu-r optional 
r-recommended_3.2.1-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVZGuWqFIn+KrmaIaAQJIFA/5ARLEV139sVN+1QAYDwLbL/HJ/m9kb3zx
uZOP9lf9aAVTQxWrsz0qa/5j75KIMZOcSP3mKsZ5R/9b1qVNKkGhfNhayx75YWLH
b7zZPqFdsq+q+/xKQMWAxIznmtrNzqEmQIAdaXEwmH6pJuFYsA3d8TjBE18WeHM1
WBnOyWXtzlUpB4E0D6nsyS/OGUcnlOGGgfBZMUtJk7d2AtLQsASMMl95xFE/W0ee
5xf/ylBnXl/Pd74amoWSYg89GPvxoaaV/m/LPtiTsEPL8mcbZlWnZNzi3V2bnzQw
2fH3CpBYaliSFYpzpKoLg2HYyOyMYJxbnkgcLkMetCrHC77Mh2lfV/MTX7SEESd4
DpgQm07x4YSJpWUZLopkP0DCf7j+dZoA5HMDqtT3j+YPZm3uLZaPW0Wh8GQs/r1q
+qT/mGsXQcmsy0Nlyh22gR1GGXSs3fo/9urjWJUtysP72y6T1Se81hqh2E5gi+Hq
dAPJSI3l/zAV+jSB4q8ivCmNHSqibEaFRA8LMS3kYD6QbscpHDpLs07lUpLJFRVI
8eHhRxG5TvU8Gd5OJpkoudVTk5vPzhl8GkazfdEsBN9s6BRV6NnXiyDnaBXPcDYP
MaIlgPRT/hqEH/SKLVKoKJwvg6o/FIRbp0P2D86JgmrGNFzcUJrqRcugrqv26bYF
Xpb7xY+g/zQ=
=unjl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to