delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/04/08:11:51

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=AzYAOiqioktld7vi
5rICONIz87RVMxjfXED+CErnNDq5GbwP/W21X+HD8uy/PkSqjMD4zlril18+r4Vw
HOJoFG8HzX6BIG3zwGLzAdFP5MkhDRIaAkFpwDWVuxMiwwhyxCK+oKaJkuFkMeb2
1ZuUDe8eVgw/otUvBfEEl8oqGLU=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=ws6HY9uEJ0Q16PqdvzSdnq
sn4wc=; b=Dccss9T4iQDiX4nfDfZcgbaKdzYcs1+nnpjOkPIPhd5nurpTuuRxOr
UGkN0AjhYduvzs54CxaCygA4rUfJRHeGZhnp+i6PPo3eACa0LJSOGJ9IgF2SCyCw
MIZNJDzEtjy+0kjfeqbAEe03dX8sIPFKjIo2w2c78vre5x1V6skXo=
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=-1.4 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*i:sk:loom.20, H*MI:sk:loom.20, H*f:sk:loom.20, apparently
X-HELO: mail-lf0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=i21PHSExQGPXqPRKk2kiHb+WtJL1K23qlM575wT3wms=; b=b03QyFmrr49DR/Ox2YTMfD5bWUfjeMPTfoSniW/KDVC59uK7Pb8+itD+30a0MYh9P8 d52l/2d5w9ib6JhPAAfz6RUNEVECHRv4QiMzDo1zHnngvf9IEudmGPk3bCvQVg4RTTJg QeX58ifss/l2aMvQoEwwYzJBpFHtc0xDOTI7sdTAu7SH8iR7xWqLYitbPiSE/Hee1aHi HkkAL8DsXXYkSz+3T3gziyaip0ybcFAyuH4qggMVdmnRWcf+DXfpbEHTeamRYAmGgkoP yf9gj6gRfj468GW+79Icau0S5ix1Lg3CwOjCDSsubamUM94TkqxRgarU2/EbBMw5Mnnq OupQ==
X-Gm-Message-State: AD7BkJLInuM5ztYOAv1rZPit8e1UDAsDhniSnND4o/zu1d9mkgEUQN1Vm8nDBL8mo1s91g==
X-Received: by 10.194.246.194 with SMTP id xy2mr12911030wjc.65.1459771882549; Mon, 04 Apr 2016 05:11:22 -0700 (PDT)
Subject: Re: [ANNOUNCEMENT] Updated: octave-4.0.1-1
To: cygwin AT cygwin DOT com
References: <announce DOT 56F31454 DOT 8060403 AT gmail DOT com> <loom DOT 20160404T133217-190 AT post DOT gmane DOT org>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <570259E7.40009@gmail.com>
Date: Mon, 4 Apr 2016 14:11:19 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1
MIME-Version: 1.0
In-Reply-To: <loom.20160404T133217-190@post.gmane.org>
X-IsSubscribed: yes

On 04/04/2016 13:40, Achim Gratz wrote:
> Marco Atzeri <marco.atzeri <at> gmail.com> writes:
>> New versions 4.0.1-1 of
>>
>>      octave,
>
> Thís package is apparently missing a dependency on texinfo since it needs
> makeinfo to display help.  If there is a way to instead pre-format the
> documentation, that'd probably be preferrable to requiring texinfo (which in
> turn requires perl).
>
>
> Regards,
> Achim.
>

Never noticed.

However,
http://www.gnu.org/software/octave/doc/v4.0.1/Getting-Help.html#Getting-Help

"The entire text of this manual is available from the Octave prompt via 
the command doc. In addition, the documentation for individual 
user-written functions and variables is also available via the help 
command."


"doc" does not need makeinfo as the documentation is already available
preprocessed in
/usr/share/octave/4.0.1/etc/doc-cache

"help" tries to build the documentation on the fly.
It seems an upstream bug  that does not check that is already available.

Regards
Marco




--
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