X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; q=dns; s=
	default; b=YemRFwkwX4pVre3WTeUUEHF1MhCbTt6FFXP1KBmNTxbSp+AnfpOo5
	MCb20AT25YBc7FzHbiGs7TIIJhE0R8KZGLYWm2izVWOdHT8NCU+/mQ9pM80+pw2Q
	h10sUpQ0CgWNs09eU+FB0YxPqF0EDxdlrC3fzdyhDWMMXwMx7o7T9U=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; s=default;
	 bh=IoywLmb/7n4SNgkxjMqFPFINmEg=; b=CuTO+7ixJVCbRI83ko7Q+9Uv7qsm
	/f0Zsn1ibf1Q4w4M2kncUbpn9lorUR1RPdkE08dv/cqx3RAHXiQbFFsWcaN79orY
	XnA3/vhvek4YLQy98roXF0H9PPQkDVFZGeu7AIfsaeSFnZGit0hj9knJfb3sTAHD
	5xFpgoP1TBKW+70=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2
X-HELO: calimero.vinschen.de
Date: Fri, 31 Oct 2014 22:04:19 +0100
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Base 64-bit Cygwin now requires Perl?
Message-ID: <20141031210419.GC14051@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <CAAXzdLX=PuGT8N9G19W8ykN7H6zLa5D5psXc+SMmyZfogMg5CA@mail.gmail.com> <CAAXzdLVHrLZ53hxm-=zy=6zPjT1+KDpv60Jc3_-AbnV8vq-9ow@mail.gmail.com> <53A1F336.3030509@breisch.org> <20140618210042.GB27055@calimero.vinschen.de> <CAAXzdLWmUveAeQ-MSN3wN=6URLCNeH_7F2XpwoEYSgQckA153Q@mail.gmail.com> <5453E47D.40308@cornell.edu> <5453E987.2080102@cygwin.com> <5453F570.3060405@cornell.edu>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;	protocol="application/pgp-signature"; boundary="H8ygTp4AXg6deix2"
Content-Disposition: inline
In-Reply-To: <5453F570.3060405@cornell.edu>
User-Agent: Mutt/1.5.23 (2014-03-12)

--H8ygTp4AXg6deix2
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Oct 31 16:47, Ken Brown wrote:
> On 10/31/2014 3:56 PM, Yaakov Selkowitz wrote:
> >On 2014-10-31 14:35, Ken Brown wrote:
> >>On 10/31/2014 12:59 PM, Steven Penny wrote:
> >>>On Fri, Aug 9, 2013 at 12:17 PM, Steven Penny wrote:
> >>>>Because of this dependency line
> >>>
> >>>This issue is back again, now with
> >>>
> >>>bash
> >>>   _update-info-dir
> >>>     texinfo
> >>>       perl
> >>
> >>This is a side effect of the fact that I switched to cygport for
> >>packaging when I took over as texinfo maintainer.  cygport (correctly)
> >>detected perl as a dependency because texinfo provides perl scripts.  In
> >>fact, the most important program in texinfo is /usr/bin/makeinfo, which
> >>is a symlink to a perl script.
> >>
> >>I'll wait for guidance from above before doing anything about this.
> >
> >Fedora splits out texinfo into 3 packages:
> >
> >1) texinfo: makeinfo, texi2any, pod2texi, /usr/share/texinfo,
> >/usr/share/info/texinfo*
> >
> >2) info: info, infokey, install-info, /usr/share/info/info*
> >
> >3) texinfo-tex: texindex, texi2dvi, texi2pdf, pdftexi2dvi,
> >/usr/share/texmf*/tex/texinfo
> >
> >In this setup, only 'info' would be required by _update-info-dir and sho=
uld not
> >have any Perl dependencies.  texinfo would be in 'Devel' and would have =
Perl
> >dependencies, while texinfo-tex would also have texlive dependencies.
>=20
> Sounds good to me.  I'll repackage within a few days.  Thanks.

We need to make sure that the existing dependencies to texinfo
are still correct afterwards.  22 packages are affected:

  _update-info-dir
  a2ps
  autoconf  all of them
  automake  all of them
  cygport
  docbook2X
  indent

Looks rather harmless, but still something to look into.


Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--H8ygTp4AXg6deix2
Content-Type: application/pgp-signature

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

iQIcBAEBAgAGBQJUU/lTAAoJEPU2Bp2uRE+gnA8P/ixW621RVcV5yasdDmL/vtN0
qhl2FI4uCUBvV321GhWt01iVQJ+h88RzppmHBj9H2SCUDBejCIazUcZ+4FGpNIoU
qnKi9gJBCxrUuOh6LxUMHxN8xy3dgSlaOWgO0uHebMBN3cuTP4LjtjQUSbzZgDNr
S14KgcfED1NbxF3y/8qyxy/9E9IscAeqJ2hD9NsNdBIA3plmFfl1KZtAVJQAWtSI
7ImOs39ZMSlVMK01I3By6ZL275jELDeAthGsnxV5KOb41BdvvKBdPLZe+V1j4qhk
DIgulC/+rty/VgmplXDVAZ/SUpGuFLwwr6Uldak2q7Z1/NB6I8mUI1OrjLqDbBQg
gQn4maXrv3iVphtH1/5asTk58fb64ph3t9ZmHuu3z8/RNcfq0GhoptFvx60glc1J
QvsuB/Yxj7Len0EC3FhBVXlt4B+uhgrK2GDmTjbtgx73mpGCKjxtlYj+CYv5t738
5b9trhSDp8sjZ6+7ttjFY3q8sxHbxwYgyz+xJ/R6J4E8kknJ+cKIs5Le84hlowYe
QzxJAluGbwe/UCQ4dB+AKcBsK25/sZEIpoiUnBACBzMaAKG6S7YgSOdnSvavRfrZ
Y8RjIaLLGOcJLKWU6/8T/damPr3jJW19utaixrDLUfbWrq2SZoF1RFiGUs4bbaQt
3k5YsTcayIxR76V7R/7k
=aFZM
-----END PGP SIGNATURE-----

--H8ygTp4AXg6deix2--
