From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 09 17:27:36 2014 Received: (at submit) by debbugs.gnu.org; 9 Jan 2014 22:27:36 +0000 Received: from localhost ([127.0.0.1]:44409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1O4d-0004F8-7R for submit@debbugs.gnu.org; Thu, 09 Jan 2014 17:27:36 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52358) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1Nzx-000473-LE for submit@debbugs.gnu.org; Thu, 09 Jan 2014 17:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1Nzt-0005Nw-MZ for submit@debbugs.gnu.org; Thu, 09 Jan 2014 17:22:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Nzt-0005Nr-KC for submit@debbugs.gnu.org; Thu, 09 Jan 2014 17:22:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Nzk-0000rA-3f for bug-libtool@gnu.org; Thu, 09 Jan 2014 17:22:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1NzC-00058O-Kz for bug-libtool@gnu.org; Thu, 09 Jan 2014 17:22:32 -0500 Received: from courtesan.com ([64.85.164.38]:44122 helo=core.courtesan.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1NzC-00057G-En for bug-libtool@gnu.org; Thu, 09 Jan 2014 17:21:58 -0500 Received: from core.courtesan.com (localhost.courtesan.com [IPv6:::1]) by core.courtesan.com (8.14.7/8.14.3) with ESMTP id s09MLsxP024108 for ; Thu, 9 Jan 2014 15:21:55 -0700 (MST) Message-Id: <201401092221.s09MLsxP024108@core.courtesan.com> From: "Todd C. Miller" To: bug-libtool@gnu.org Subject: libtoolize removes install-sh in 2.4.2.418 Date: Thu, 09 Jan 2014 15:21:54 -0700 X-detected-operating-system: by eggs.gnu.org: OpenBSD 4.x-5.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 09 Jan 2014 17:27:32 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) If you are not using automake, libtoolize will remove install-sh. It needs the same treatment as config.guess and config.sub. See attached patch. - todd Usage: /usr/local/libtool-2.4.2.418/bin/libtoolize [OPTION]... Prepare a package to use libtool. Options: -c, --copy copy files rather than symlinking them --debug enable verbose shell tracing -n, --dry-run print commands rather than running them -f, --force replace existing files -i, --install copy missing auxiliary files --ltdl[=DIR] install libltdl sources [default: libltdl] --no-warnings equivalent to '-Wnone' --nonrecursive prepare ltdl for non-recursive make -q, --quiet work silently --recursive prepare ltdl for recursive make --subproject prepare ltdl to configure and build independently -v, --verbose verbosely report processing --version print version information and exit -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -h, --help print short or long help message Warning categories include: 'all' show all warnings 'none' turn off all the warnings 'error' warnings are treated as fatal errors 'environment' show warnings about LIBTOOLIZE_OPTIONS content 'file' show warnings about file copying and linking The following space or comma delimited options can be passed to libtoolize via the environment variable LIBTOOLIZE_OPTIONS, unknown environment options are ignored: --debug enable verbose shell tracing --no-warnings don't display warning messages --quiet work silently --verbose verbosely report processing You must 'cd' to the top directory of your package before you run 'libtoolize'. When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: x86_64-unknown-openbsd5.4 version: libtoolize (GNU libtool) 2.4.2.418 automake: autoconf: autoconf (GNU Autoconf) 2.69 Report bugs to . GNU libtool home page: . General help using GNU software: . --- libtoolize.in.orig Thu Aug 22 23:06:01 2013 +++ libtoolize.in Thu Jan 9 15:11:31 2014 @@ -1894,9 +1894,9 @@ # Lists of all files libtoolize has ever installed. These are removed # before installing the latest files when --force was passed to help # ensure a clean upgrade. - # Do not remove config.guess nor config.sub, we don't install them - # without --install, and the project may not be using Automake. - all_pkgaux_files="compile install-sh depcomp missing ltmain.sh snippet/_Noreturn.h snippet/arg-nonnull.h snippet/c++defs.h snippet/warn-on-use.h" + # Do not remove config.guess, config.sub or install-sh, we don't install + # them without --install, and the project may not be using Automake. + all_pkgaux_files="compile depcomp missing ltmain.sh snippet/_Noreturn.h snippet/arg-nonnull.h snippet/c++defs.h snippet/warn-on-use.h" all_pkgmacro_files="argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.in ltversion.m4 lt~obsolete.m4" all_pkgltdl_files="COPYING.LIB Makefile Makefile.in Makefile.inc Makefile.am README acinclude.m4 aclocal.m4 argz_.h argz.c config.h.in config-h.in configure configure.ac configure.in libltdl/lt__alloc.h libltdl/lt__dirent.h libltdl/lt__glibc.h libltdl/lt__private.h libltdl/lt__strl.h libltdl/lt_dlloader.h libltdl/lt_error.h libltdl/lt_system.h libltdl/slist.h loaders/dld_link.c loaders/dlopen.c loaders/dyld.c loaders/load_add_on.c loaders/loadlibrary.c loaders/preopen.c loaders/shl_load.c lt__alloc.c lt__dirent.c lt__strl.c lt_dlloader.c lt_error.c ltdl.c ltdl.h ltdl.mk slist.c" From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 10 19:36:41 2014 Received: (at 16404) by debbugs.gnu.org; 11 Jan 2014 00:36:41 +0000 Received: from localhost ([127.0.0.1]:45740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1mZ6-0003tA-IQ for submit@debbugs.gnu.org; Fri, 10 Jan 2014 19:36:40 -0500 Received: from caiajhbdccac.dreamhost.com ([208.97.132.202]:41032 helo=homiemail-a22.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1mZ3-0003sz-WF for 16404@debbugs.gnu.org; Fri, 10 Jan 2014 19:36:39 -0500 Received: from homiemail-a22.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTP id 32DFA1A8063; Fri, 10 Jan 2014 16:36:37 -0800 (PST) Received: from [10.119.73.10] (unknown [172.241.151.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gary@vaughan.pe) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPSA id 2B1AB1A8061; Fri, 10 Jan 2014 16:36:33 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_CDD33F54-D083-4584-B021-C62B12E1C2AF"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: bug#16404: libtoolize removes install-sh in 2.4.2.418 From: "Gary V. Vaughan" In-Reply-To: <201401092221.s09MLsxP024108@core.courtesan.com> Date: Sat, 11 Jan 2014 13:36:25 +1300 Message-Id: <7F9B69EF-8636-46B8-BFE9-696782896D72@gnu.org> References: <201401092221.s09MLsxP024108@core.courtesan.com> To: "Todd C. Miller" X-Mailer: Apple Mail (2.1827) X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 16404 Cc: 16404@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --Apple-Mail=_CDD33F54-D083-4584-B021-C62B12E1C2AF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi Todd, On Jan 10, 2014, at 11:21 AM, Todd C. Miller = wrote: > If you are not using automake, libtoolize will remove install-sh. > It needs the same treatment as config.guess and config.sub. > See attached patch. Thanks, applied. I took the liberty of writing a ChangeLog entry for you based on the text above. > --- libtoolize.in.orig Thu Aug 22 23:06:01 2013 > +++ libtoolize.in Thu Jan 9 15:11:31 2014 > @@ -1894,9 +1894,9 @@ > # Lists of all files libtoolize has ever installed. These are = removed > # before installing the latest files when --force was passed to help > # ensure a clean upgrade. > - # Do not remove config.guess nor config.sub, we don't install them > - # without --install, and the project may not be using Automake. > - all_pkgaux_files=3D"compile install-sh depcomp missing ltmain.sh = snippet/_Noreturn.h snippet/arg-nonnull.h snippet/c++defs.h = snippet/warn-on-use.h" > + # Do not remove config.guess, config.sub or install-sh, we don't = install > + # them without --install, and the project may not be using = Automake. > + all_pkgaux_files=3D"compile depcomp missing ltmain.sh = snippet/_Noreturn.h snippet/arg-nonnull.h snippet/c++defs.h = snippet/warn-on-use.h" > all_pkgmacro_files=3D"argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 = ltsugar.m4 ltversion.in ltversion.m4 lt~obsolete.m4" > all_pkgltdl_files=3D"COPYING.LIB Makefile Makefile.in Makefile.inc = Makefile.am README acinclude.m4 aclocal.m4 argz_.h argz.c config.h.in = config-h.in configure configure.ac configure.in libltdl/lt__alloc.h = libltdl/lt__dirent.h libltdl/lt__glibc.h libltdl/lt__private.h = libltdl/lt__strl.h libltdl/lt_dlloader.h libltdl/lt_error.h = libltdl/lt_system.h libltdl/slist.h loaders/dld_link.c loaders/dlopen.c = loaders/dyld.c loaders/load_add_on.c loaders/loadlibrary.c = loaders/preopen.c loaders/shl_load.c lt__alloc.c lt__dirent.c lt__strl.c = lt_dlloader.c lt_error.c ltdl.c ltdl.h ltdl.mk slist.c" Cheers, --=20 Gary V. Vaughan (gary AT gnu DOT org) --Apple-Mail=_CDD33F54-D083-4584-B021-C62B12E1C2AF Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlLQkgkACgkQFRMICSmD1gbnMwCgjEPp46rgva6CaTGwgrTe7nL1 FvMAoJJc+2mluyV5QrzsnqxjO7ZELrwo =p3aq -----END PGP SIGNATURE----- --Apple-Mail=_CDD33F54-D083-4584-B021-C62B12E1C2AF-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 10 19:39:52 2014 Received: (at 16404-done) by debbugs.gnu.org; 11 Jan 2014 00:39:52 +0000 Received: from localhost ([127.0.0.1]:45745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1mcC-0003yx-9U for submit@debbugs.gnu.org; Fri, 10 Jan 2014 19:39:52 -0500 Received: from caiajhbdccah.dreamhost.com ([208.97.132.207]:33474 helo=homiemail-a18.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1mcA-0003ym-Kb for 16404-done@debbugs.gnu.org; Fri, 10 Jan 2014 19:39:51 -0500 Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id BC58B25006C; Fri, 10 Jan 2014 16:39:49 -0800 (PST) Received: from [10.119.73.10] (unknown [172.241.151.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gary@vaughan.pe) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPSA id 6C37925006B; Fri, 10 Jan 2014 16:39:46 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_8390B010-0BCA-49D0-A5F5-3906091D45BB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: bug#16404: libtoolize removes install-sh in 2.4.2.418 From: "Gary V. Vaughan" In-Reply-To: <7F9B69EF-8636-46B8-BFE9-696782896D72@gnu.org> Date: Sat, 11 Jan 2014 13:39:39 +1300 Message-Id: <3415FFD4-9170-4487-88F4-EBDB36A5659B@gnu.org> References: <201401092221.s09MLsxP024108@core.courtesan.com> <7F9B69EF-8636-46B8-BFE9-696782896D72@gnu.org> To: "Todd C. Miller" X-Mailer: Apple Mail (2.1827) X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 16404-done Cc: 16404-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --Apple-Mail=_8390B010-0BCA-49D0-A5F5-3906091D45BB Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii close --Apple-Mail=_8390B010-0BCA-49D0-A5F5-3906091D45BB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlLQkssACgkQFRMICSmD1gaGpACZAZIwpP7BYi3la9hEc6nw5p3r Y9IAn3s+H+5mvNhXrUXtVN+iwEvpDUIQ =0/JG -----END PGP SIGNATURE----- --Apple-Mail=_8390B010-0BCA-49D0-A5F5-3906091D45BB-- From unknown Thu Aug 14 18:40:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Feb 2014 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator