delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/11/01/12:07:34

X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=bave0UFRvWpJm5yAb4p84XU0SMqWq5Ug11wXIfRgfPB
EUsUpzASI/6DsWmVlMrmSaECaMokufSjnsLIXHVIvklizDSUR78fGeKQiFZYE3Mx
F1IbNAgR8x0rVjv5YEnAtWf88eE8ZLSVo/wm4DKuAlbgevgtmd43iiVm4+qERaWE
=
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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=vM2E7sbw8yj3tzqwG3wlGaj/LEk=; b=wpCOi+B5pvaR65CU/
8JvYOjs9F2UA1B8vbwCREZAEj7Ur0zjjQto4fcI7XFuCcAghUv35h7DtofsW23eS
wbnp53e8YowthYQ1mKzpTo3Hv9Z/9UnoTN7/5ica/bag5e/qQn0Px2lOCorfBoQt
N7psDqouI4j0t/Knv/P9xNb6ss=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2
X-HELO: limerock04.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Message-ID: <5455052A.70309@cornell.edu>
Date: Sat, 01 Nov 2014 12:07:06 -0400
From: Ken Brown <kbrown AT cornell DOT edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Base 64-bit Cygwin now requires Perl?
References: <CAAXzdLX=PuGT8N9G19W8ykN7H6zLa5D5psXc+SMmyZfogMg5CA AT mail DOT gmail DOT com> <CAAXzdLVHrLZ53hxm-=zy=6zPjT1+KDpv60Jc3_-AbnV8vq-9ow AT mail DOT gmail DOT com> <53A1F336 DOT 3030509 AT breisch DOT org> <20140618210042 DOT GB27055 AT calimero DOT vinschen DOT de> <CAAXzdLWmUveAeQ-MSN3wN=6URLCNeH_7F2XpwoEYSgQckA153Q AT mail DOT gmail DOT com> <5453E47D DOT 40308 AT cornell DOT edu> <5453E987 DOT 2080102 AT cygwin DOT com> <5453F570 DOT 3060405 AT cornell DOT edu> <20141031210419 DOT GC14051 AT calimero DOT vinschen DOT de> <5453FE19 DOT 7060206 AT cygwin DOT com> <20141101155113 DOT GF14051 AT calimero DOT vinschen DOT de>
In-Reply-To: <20141101155113.GF14051@calimero.vinschen.de>
X-IsSubscribed: yes

On 11/1/2014 11:51 AM, Corinna Vinschen wrote:
> On Oct 31 16:24, Yaakov Selkowitz wrote:
>> On 2014-10-31 16:04, Corinna Vinschen wrote:
>>> On Oct 31 16:47, Ken Brown wrote:
>>>> On 10/31/2014 3:56 PM, Yaakov Selkowitz wrote:
>>>>> 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 should not
>>>>> have any Perl dependencies.  texinfo would be in 'Devel' and would have Perl
>>>>> dependencies, while texinfo-tex would also have texlive dependencies.
>>>>
>>>> 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
>>
>> info
>>
>>>    a2ps
>>
>> texinfo-tex
>>
>>>    autoconf  all of them
>>
>> Not sure this is needed.
>>
>>>    automake  all of them
>>
>> texinfo, although this is a soft dependency.
>>
>>>    cygport
>>
>> info (minimal build environment)
>>
>>>    docbook2X
>>
>> texinfo
>>
>>>    indent
>>
>> Not sure this is needed either.
>
> The only reason I can think of  is that indent comes with an info file
> /usr/share/info/indent.info.  But that would mean we'd have to add
> dependencies to the info package for all packages coming with an info
> page.  Analog for packages containing man pages a depedeny to man-db.
>
> This might go a bit far, I guess...

Packages with an info file don't automatically get a dependency on texinfo (in 
the current setup).  So this must have been done manually by Jari for some 
reason.  But I think packages with an info file do get an automatic dependency 
on _update-info-dir, so that will bring in the new info package.

In any case, I was thinking the new info package ought to be in the Base 
category anyway, for the same reason that man-db is in Base.  But I don't have 
strong feelings about this.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019