Debian Bug report logs -
#325861
autoconf-doc: Error in AC_COMPILE_IFELSE documentation
Reported by: Vincent Lefevre <vincent@vinc17.org>
Date: Wed, 31 Aug 2005 11:33:04 UTC
Severity: minor
Found in version autoconf-doc/2.59-3
Fixed in version autoconf-nonfree/2.63-1
Done: Russ Allbery <rra@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Henrique de Moraes Holschuh <hmh@debian.org>:
Bug#325861; Package autoconf-doc.
(full text, mbox, link).
Acknowledgement sent to Vincent Lefevre <vincent@vinc17.org>:
New Bug report received and forwarded. Copy sent to Henrique de Moraes Holschuh <hmh@debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: autoconf-doc
Version: 2.59-3
Severity: minor
The info documentation says:
- Macro: AC_COMPILE_IFELSE (INPUT, [ACTION-IF-FOUND],
[ACTION-IF-NOT-FOUND])
Run the compiler and compilation flags of the current language
(*note Language Choice::) on the INPUT, run the shell commands
ACTION-IF-TRUE on success, ACTION-IF-FALSE otherwise. The INPUT
can be made by `AC_LANG_PROGRAM' and friends.
"ACTION-IF-FOUND" should be replaced by "ACTION-IF-TRUE" and
"ACTION-IF-NOT-FOUND" should be replaced by "ACTION-IF-FALSE".
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.10-20050517
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
-- no debconf information
Information forwarded to debian-bugs-dist@lists.debian.org, Henrique de Moraes Holschuh <hmh@debian.org>:
Bug#325861; Package autoconf-doc.
(full text, mbox, link).
Acknowledgement sent to Vincent Lefevre <vincent@vinc17.org>:
Extra info received and forwarded to list. Copy sent to Henrique de Moraes Holschuh <hmh@debian.org>.
(full text, mbox, link).
Message #10 received at 325861@bugs.debian.org (full text, mbox, reply):
On 2005-08-31 13:21:22 +0200, Vincent Lefevre wrote:
> The info documentation says:
>
> - Macro: AC_COMPILE_IFELSE (INPUT, [ACTION-IF-FOUND],
> [ACTION-IF-NOT-FOUND])
> Run the compiler and compilation flags of the current language
> (*note Language Choice::) on the INPUT, run the shell commands
> ACTION-IF-TRUE on success, ACTION-IF-FALSE otherwise. The INPUT
> can be made by `AC_LANG_PROGRAM' and friends.
>
> "ACTION-IF-FOUND" should be replaced by "ACTION-IF-TRUE" and
> "ACTION-IF-NOT-FOUND" should be replaced by "ACTION-IF-FALSE".
Or better: ACTION-IF-SUCCESS and ACTION-IF-FAILURE respectively
everywhere. Same problem with AC_LINK_IFELSE.
--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Information forwarded to debian-bugs-dist@lists.debian.org, Henrique de Moraes Holschuh <hmh@debian.org>:
Bug#325861; Package autoconf-doc.
(full text, mbox, link).
Acknowledgement sent to Paul Eggert <eggert@CS.UCLA.EDU>:
Extra info received and forwarded to list. Copy sent to Henrique de Moraes Holschuh <hmh@debian.org>.
(full text, mbox, link).
Message #15 received at 325861@bugs.debian.org (full text, mbox, reply):
Vincent Lefevre <vincent@vinc17.org> writes:
> I don't know if it has been fixed upstream...
It has.
Reply sent
to Russ Allbery <rra@debian.org>:
You have taken responsibility.
(Fri, 13 Mar 2009 06:15:09 GMT) (full text, mbox, link).
Notification sent
to Vincent Lefevre <vincent@vinc17.org>:
Bug acknowledged by developer.
(Fri, 13 Mar 2009 06:15:09 GMT) (full text, mbox, link).
Message #20 received at 325861-close@bugs.debian.org (full text, mbox, reply):
Source: autoconf-nonfree
Source-Version: 2.63-1
We believe that the bug you reported is fixed in the latest version of
autoconf-nonfree, which is due to be installed in the Debian FTP archive:
autoconf-doc_2.63-1_all.deb
to pool/non-free/a/autoconf-nonfree/autoconf-doc_2.63-1_all.deb
autoconf-nonfree_2.63-1.diff.gz
to pool/non-free/a/autoconf-nonfree/autoconf-nonfree_2.63-1.diff.gz
autoconf-nonfree_2.63-1.dsc
to pool/non-free/a/autoconf-nonfree/autoconf-nonfree_2.63-1.dsc
autoconf-nonfree_2.63.orig.tar.gz
to pool/non-free/a/autoconf-nonfree/autoconf-nonfree_2.63.orig.tar.gz
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 325861@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Russ Allbery <rra@debian.org> (supplier of updated autoconf-nonfree 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 12 Mar 2009 19:42:25 -0700
Source: autoconf-nonfree
Binary: autoconf-doc
Architecture: source all
Version: 2.63-1
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery <rra@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description:
autoconf-doc - automatic configure script builder documentation
Closes: 179086 298504 325861 372179 376838 401648 447861
Changes:
autoconf-nonfree (2.63-1) unstable; urgency=low
.
* New maintainer with the permission of the previous maintainer.
* New upstream release. (Closes: #447861)
- info autoconf now goes to the top of the manual. (Closes: #401648)
- The requirement of special handling of $@ in configure.ac scripts is
now documented. (Closes: #372179)
- AC_PATH_XTRA works differently in current versions of Autoconf and
the documentation now correctly reflects that. (Closes: #298504)
- The AC_COMPILE_IFELSE synopsis uses more accurate argument names.
(Closes: #325861)
- autoheader AC_DEFINE_UNQUOTED limitations with non-literal symbols
are now documented. (Closes: #179086)
* Build PDF and PostScript versions of the Autoconf manual in addition
to info and HTML, and add the required build dependencies.
* Depend on gnu-standards and symlink the standards PDF and HTML files
so that document links work properly. (Closes: #376838)
* Install upstream AUTHORS and THANKS files.
* Update the README.Debian to warn that this manual may not always match
the separately-maintained autoconf package and to strengthen the
pointer to the autotools-dev documentation.
* Rewrite the doc-base configuration file.
- Change the document ID to just autoconf.
- Expand the abstract based on the upstream manual introduction.
- Update the doc-base section.
- Add the info, PDF, and PostScript formats.
* Rewrite the long package description and remove details that are more
appropriate for the main autoconf package.
* Add a Homepage control field.
* Add Vcs-Git and Vcs-Browser control fields.
* Remove suggest of autobook, which is no longer in Debian.
* Remove suggest of autoconf and autoconf-archive. These packages are
related but don't add additional functionality to the documentation
and hence in my opinion don't qualify for Suggests.
* Remove ancient Conflicts.
* Move the source package into the same section as the binary package
and remove the redundant Section and Priority fields from the binary
package.
* Add a watch file.
* Update debhelper compatibility level to V7.
- Use debhelper rule minimization with override targets.
- Use debian/info instead of debian/install to install the info files,
avoiding the need to pass arguments to dh_installinfo.
* Rewrite debian/copyright to use the proposed new format.
- Add an explicit (public domain) license for the packaging.
- Add the required disclaimer for why this package is in non-free.
* Update standards version to 3.8.1 (no changes required).
Checksums-Sha1:
bdf406b2123e278b5f77d1a133c7b3ad057a970d 1244 autoconf-nonfree_2.63-1.dsc
d42eebd3d342925116c3cb942e9320d5803fcb1a 1562665 autoconf-nonfree_2.63.orig.tar.gz
38af63135d2d665b7778134f53eaeaffc2822a9d 4020 autoconf-nonfree_2.63-1.diff.gz
aef4eb2087378f91ffc73347522663e535cb2831 2475930 autoconf-doc_2.63-1_all.deb
Checksums-Sha256:
9fa2f74fd90d86066469e55b00565458defbab48c1b97d3f023f06371666848d 1244 autoconf-nonfree_2.63-1.dsc
b05a6cee81657dd2db86194a6232b895b8b2606a30a399c3a566d9259366744b 1562665 autoconf-nonfree_2.63.orig.tar.gz
923a2d8f315ec2569c6c46c7f5a07dc84a35d1f6fce25dbd4d20fae4febfabfb 4020 autoconf-nonfree_2.63-1.diff.gz
a23a42775b0392b24056d332eb113dc942a9d139ebee6e9fa8d57ee60765a253 2475930 autoconf-doc_2.63-1_all.deb
Files:
069ee5e77a680afefddc45a6db426aa0 1244 non-free/doc optional autoconf-nonfree_2.63-1.dsc
43d76649fb86cd21d64f68c48d5abdcf 1562665 non-free/doc optional autoconf-nonfree_2.63.orig.tar.gz
e7f7ed3d762e5ea9c29f3f81cb87d2d5 4020 non-free/doc optional autoconf-nonfree_2.63-1.diff.gz
6bd9068d3ac1653a145fbcf11444f0a6 2475930 non-free/doc optional autoconf-doc_2.63-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkm59JQACgkQ+YXjQAr8dHaTRgCgnUhbef9abErvR5Wqtyb3St5W
/5YAnA8V1voPfZS8NVaZMq0IdFZeozcj
=mVxK
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 10 Apr 2009 07:31:15 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sat Dec 23 10:16:03 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.