Your message dated Thu, 30 May 2013 17:05:06 +0000 with message-id <[email protected]> and subject line Bug#709740: fixed in gettext 0.18.2.1-1 has caused the Debian Bug report #709740, regarding gettext: AM_PROG_MKDIR_P macro is deprecated 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 [email protected] immediately.) -- 709740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709740 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gettext Version: 0.18.1.1-10 Severity: normal File: /usr/share/aclocal/intl.m4 File: /usr/share/aclocal/po.m4 Usertags: autotools From my configure.ac: # gettext for internationalisation AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.18]) Whenever I run autoreconf I get this message: configure.ac:41: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed. configure.ac:41: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:41: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. This appears to be caused by po.m4 and intl.m4 from gettext: $ grep -ri AM_PROG_MKDIR_P m4 m4/po.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake m4/intl.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake $ head -n1 m4/po.m4 m4/intl.m4 ==> m4/po.m4 <== # po.m4 serial 17 (gettext-0.18) ==> m4/intl.m4 <== # intl.m4 serial 17 (gettext-0.18) $ dpkg -L gettext | xargs grep AM_PROG_MKDIR_P 2> /dev/null /usr/share/aclocal/intl.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake /usr/share/aclocal/po.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake I am using automake 1.12 from experimental: $ apt-cache policy automake autoconf automake: Installed: 1:1.12.6-2 Candidate: 1:1.12.6-2 Version table: *** 1:1.12.6-2 0 550 http://http.debian.net/debian/ experimental/main amd64 Packages 100 /var/lib/dpkg/status 1:1.11.6-1 0 700 http://http.debian.net/debian/ testing/main amd64 Packages 600 http://http.debian.net/debian/ unstable/main amd64 Packages autoconf: Installed: 2.69-1 Candidate: 2.69-1 Version table: *** 2.69-1 0 700 http://http.debian.net/debian/ testing/main amd64 Packages 600 http://http.debian.net/debian/ unstable/main amd64 Packages 100 /var/lib/dpkg/status -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gettext depends on: ii dpkg 1.16.10 ii gettext-base 0.18.1.1-10 ii install-info 5.1.dfsg.1-3 ii libasprintf-dev 0.18.1.1-10 ii libc6 2.17-3 ii libcroco3 0.6.6-2 ii libgettextpo-dev 0.18.1.1-10 ii libglib2.0-0 2.36.1-2build1 ii libgomp1 4.8.0-7 ii libncurses5 5.9+20130504-1 ii libtinfo5 5.9+20130504-1 ii libunistring0 0.9.3-5 ii libxml2 2.8.0+dfsg1-7+nmu1 Versions of packages gettext recommends: ii autopoint 0.18.1.1-10 ii curl 7.30.0-2 ii wget 1.14-1 Versions of packages gettext suggests: pn gettext-doc <none> -- bye, pabs http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---Source: gettext Source-Version: 0.18.2.1-1 We believe that the bug you reported is fixed in the latest version of gettext, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Santiago Vila <[email protected]> (supplier of updated gettext 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 30 May 2013 18:37:30 +0200 Source: gettext Binary: gettext-base gettext gettext-el gettext-doc autopoint libgettextpo0 libasprintf0c2 libgettextpo-dev libasprintf-dev Architecture: source all amd64 Version: 0.18.2.1-1 Distribution: unstable Urgency: low Maintainer: Santiago Vila <[email protected]> Changed-By: Santiago Vila <[email protected]> Description: autopoint - The autopoint program from GNU gettext gettext - GNU Internationalization utilities gettext-base - GNU Internationalization utilities for the base system gettext-doc - Documentation for GNU gettext gettext-el - Emacs po-mode for editing gettext .po files libasprintf-dev - GNU Internationalization library development files libasprintf0c2 - GNU library to use fprintf and friends in C++ libgettextpo-dev - GNU Internationalization library development files libgettextpo0 - GNU Internationalization library Closes: 660391 709559 709740 Changes: gettext (0.18.2.1-1) unstable; urgency=low . * New upstream release. * Changed Depends on libasprintf-dev and libgettextpo-dev to Recommends. * Drop libgettextlib.so and libgettextsrc.so, as those libraries are for internal use only and not meant to be used by other packages. * The infrastructure archive now uses xz compression. Closes: #660391. Changed Depends and Build-Depends accordingly. * Modified debian/rules to support bootstrapping. Closes: #709559. * Deprecated macro AM_PROG_MKDIR_P not used anymore. Closes: #709740. * Review of patches in debian/patches: * 01-do-not-use-java-in-urlget. Kept. * 02-no-usr-share-info-dir-gz. Dropped in favour of AM_UPDATE_INFO_DIR. * 03-fix-xgettext-crash. Dropped. Now upstream. * 04-new-scheme-syntax. Dropped. Now upstream. * 05-quotes-around-pwd-in-project-id. Kept. * 06-msgfmt-default-little-endian. Kept. * 07-eglibc-21.6-ftbfs-nogets. Dropped. Obsolete. * 99-config-guess-config-sub. Updated. Checksums-Sha1: f80a193e2aacccb7e9c677ebe3caeb05b86a7b9a 1886 gettext_0.18.2.1-1.dsc 86066950cac2fcc49cc7bd23f5ea16bed522b410 15901092 gettext_0.18.2.1.orig.tar.gz 904f5dc682874b9b3720e27666f550564f2a5f93 42923 gettext_0.18.2.1-1.debian.tar.gz 171f3aec51f193d8393b6a39777caee732a8962b 62220 gettext-el_0.18.2.1-1_all.deb 73e606915972291a73519e5d33a9f03d27f139c8 937264 gettext-doc_0.18.2.1-1_all.deb 4898686aa9795efd59deeb8b4fcd89d96d673ba2 390432 autopoint_0.18.2.1-1_all.deb b989f9127496b05dd82ab89a487655e85c484e1c 156114 gettext-base_0.18.2.1-1_amd64.deb dc0d96a6ea909effd104d8881959685e17873ec1 2018646 gettext_0.18.2.1-1_amd64.deb 4faa5dc54bed066542f5a2062c4e364c2c9e2c93 151518 libgettextpo0_0.18.2.1-1_amd64.deb 4ececa3ba8f9077e0bb860f3f832c4c67daa4d00 28912 libasprintf0c2_0.18.2.1-1_amd64.deb 8b09ddce01866ac7c52048db9dcadee6fba9d70b 193074 libgettextpo-dev_0.18.2.1-1_amd64.deb c8603d0abb546a9133d73b67c675955db32d2468 28662 libasprintf-dev_0.18.2.1-1_amd64.deb Checksums-Sha256: 10f9579679615e700ac4b6c58f35c5a01fa9e85d96ff683f2416151317ea1e97 1886 gettext_0.18.2.1-1.dsc 32fc1b85fc249ab81bfc37b942a992c7a34f2e1101357ce0d4591341b9164a0a 15901092 gettext_0.18.2.1.orig.tar.gz bb1cb512e5c9dac45136c080d7a8b2086d03061699d5490574584953ef548754 42923 gettext_0.18.2.1-1.debian.tar.gz 618b445ceb65a506e0c90a1c06e71aca768544e2d97d4e313ad2544ba25c32bf 62220 gettext-el_0.18.2.1-1_all.deb c6a06ef7b3e82202ab58070dd853aa5c00b3f492e889326f110a0fbd50204e19 937264 gettext-doc_0.18.2.1-1_all.deb 3f6ae7c6ae75efd4240442c2c3d0f82c6ddbef2b793fcfd43720b33fce1dcf63 390432 autopoint_0.18.2.1-1_all.deb 4d6a75c13602822b320659cd5b0312b665cfb004b1e118266384a16893e52f0e 156114 gettext-base_0.18.2.1-1_amd64.deb 482958344e00573c159bb7707974e8cef5dd83850e3a6c0f34efbe5469dd408e 2018646 gettext_0.18.2.1-1_amd64.deb 898c3d7d8bf3993052383006a19516d5f050616d75b5677f0df2fb6e1aa78c4c 151518 libgettextpo0_0.18.2.1-1_amd64.deb 25f2f35a1e0a44d35f8fa8556b434be6f4cf5bd0a217456dddd9b28e14275830 28912 libasprintf0c2_0.18.2.1-1_amd64.deb e8389fc267820b8658194de030ad81cfd323d8aff08a2d7a2077e83f93b568eb 193074 libgettextpo-dev_0.18.2.1-1_amd64.deb e5842109f7bde1ea5d818d8897f8c4970b10bcae618e5988ecd123c17b03dd02 28662 libasprintf-dev_0.18.2.1-1_amd64.deb Files: ab51d26dd9a60e39367acbe897a07353 1886 devel optional gettext_0.18.2.1-1.dsc 034c8103b14654ebd300fadac44d6f14 15901092 devel optional gettext_0.18.2.1.orig.tar.gz a354e2fb8031f788cca319df4ef4a595 42923 devel optional gettext_0.18.2.1-1.debian.tar.gz e67e2ba3d1479eb2c91a662016bd1ae4 62220 lisp optional gettext-el_0.18.2.1-1_all.deb b5fc36e3689fcd1330045eb602878d56 937264 doc optional gettext-doc_0.18.2.1-1_all.deb 9441c71f09b749e127c60342b42fa861 390432 devel optional autopoint_0.18.2.1-1_all.deb 05341c95fd7401b15923783bfb7f95ff 156114 utils standard gettext-base_0.18.2.1-1_amd64.deb c4f227d604bac92289675359fe8a909e 2018646 devel optional gettext_0.18.2.1-1_amd64.deb f578c560c1a82f837fe0eb612db2f5c0 151518 libs optional libgettextpo0_0.18.2.1-1_amd64.deb 7b7d5c5c17a2c50c99275b05d9116ac6 28912 libs standard libasprintf0c2_0.18.2.1-1_amd64.deb 435eee5b4220bac8d67b5fab61980230 193074 libdevel optional libgettextpo-dev_0.18.2.1-1_amd64.deb fe7b92479c133c3feec1cf4ce39b1413 28662 libdevel optional libasprintf-dev_0.18.2.1-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBCAAGBQJRp4MZAAoJEEHOfwufG4sy6ssH/jJEUEvC01KFjeku+wT00Ivp 4mbFqKytDEazlb0vUEqFOfCB5d1YSO3qzwNYDqEJBzizltXYSG/GfO3Ph2abK9mO 7lcbi/AivZ8E94mdjiZ4/7pO0hAqNuEXbTfj712RFNJmWkYOSLBWilU/801oyxzg 93EdqnLfPjSjCh4YxwZV5MC8wl/ehiyu+GoeqTuiuh9veO36cVOeGN3KKydUzo9C PjQJZjosEPjtNuNL21fxc5BMwTK56D1F7j0nSzgx+iLfIvsuF4+SAr1/LdKaTG6H 6HY/ZLBlMXc+g0jmk41WfqKRtQ6lU78/rLsYGr+cTYAKKIFREXq+YmTfb63G674= =gacG -----END PGP SIGNATURE-----
--- End Message ---

