Mail Archives: cygwin/2011/05/13/14:34:33
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL
|
X-Spam-Check-By: | sourceware.org
|
MIME-Version: | 1.0
|
In-Reply-To: | <7D3007CC2DAF25499C28D1C0DDE693DA0A516265@newexchange.guidewire.com>
|
References: | <7D3007CC2DAF25499C28D1C0DDE693DA0A516265 AT newexchange DOT guidewire DOT com>
|
Date: | Fri, 13 May 2011 20:34:10 +0200
|
Message-ID: | <BANLkTik93igfpmH-P7h6_dNPE-_btw=qZw@mail.gmail.com>
|
Subject: | Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)
|
From: | marco atzeri <marco DOT atzeri AT gmail DOT com>
|
To: | cygwin AT cygwin DOT com
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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
|
On Fri, May 13, 2011 at 6:46 PM, Jeffrey Kletsky wrote:
> This is a problem on Windows 7 Enterprise, 64-bit; cygwin 1.7.9-1; octave=
3.4.0-3
>
> Reinstalling Octave does not resolve
> rebaseall does not resolve
>
> Any suggestions on how to resolve?
>
try downgrading cygwin to 1.7.8-1.
On windows XP , it is the current workaround; but W7-64 is more weird
and some people reported other faults.
> TIA,
>
> Jeff
Marco
>
>
>
> $ uname -a
> CYGWIN_NT-6.1-WOW64 JKLETSKY-T41 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 C=
ygwin
>
> $ octave
> GNU Octave, version 3.4.0
> Copyright (C) 2011 John W. Eaton and others.
> This is free software; see the source code for copying conditions.
> There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE.=A0 For details, type `warranty'.
>
> Octave was configured for "i686-pc-cygwin".
>
> Additional information about Octave is available at http://www.octave.org.
>
> Please contribute if you find this software useful.
> For more information, visit http://www.octave.org/help-wanted.html
>
> Read http://www.octave.org/bugs.html to learn how to submit bug reports.
>
> For information about changes from previous versions, type `news'.
>
> octave:1> plot([1 2 3], [1 2 3])
> error: Invalid call to strcat.=A0 Correct usage is:
>
> -- Function File:=A0 strcat (S1, S2, ...)
>
> error: called from:
> error:=A0=A0 /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, col=
umn 5
> error:=A0=A0 /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, colum=
n 5
> error:=A0=A0 /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line=
113, column 11
> error:=A0=A0 /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40=
, column 18
> error:=A0=A0 /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line =
167, column 19
> error:=A0=A0 /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line=
86, column 5
> octave:2> quit
> terminate called after throwing an instance of 'octave_interrupt_exceptio=
n'
> panic: Aborted -- stopping myself...
> attempting to save variables to `octave-core'...
> save to `octave-core' complete
> Aborted (core dumped)
>
>
> On Fri, Apr 8, 2011 at 5:51 AM, Christopher Faylor=A0 wrote:
>> On Thu, Apr 07, 2011 at 06:24:31PM -0400, Stan wrote:
>>>On Wed, Apr 06, 2011 at 10:05:24AM -0400, Christopher Faylor wrote:
>>>> On Wed, Apr 06, 2011 at 03:54:05PM +0900, Tatsuro MATSUOKA wrote:
>>>> >Hello
>>>> >
>>>> >I have confirmed that octave-3.4.0-3 fails to plot on cygwin 1.7.9-1 =
but not 1.7.8-1.
>>>>
>>>> We don't need confirmation that octave doesn't work. ?We need to know =
if
>>>> rebasing works around the problem.
>>>
>>>Here on Win 7 64bit I have:
>>>$ uname -a
>>>CYGWIN_NT-6.1-WOW64 darkstar 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygw=
in
>>>
>>>Cygwin Package Information
>>>Package ? ? ? ? ? ? ?Version ? ? ? ?Status
>>>cygwin ? ? ? ? ? ? ? 1.7.9-1 ? ? ? ?OK
>>>octave ? ? ? ? ? ? ? 3.4.0-3 ? ? ? ?OK
>>>gnuplot ? ? ? ? ? ? ?4.4.0-1 ? ? ? ?OK
>>>
>>>
>>>I did rebaseall and I still get the error:
>>>
>>>octave:1> t =3D 0:2*pi/100:2*pi;
>>>octave:2> plot(t,sin(t))
>>>error: Invalid call to strcat. ?Correct usage is:
>>>
>>> -- Function File: ?strcat (S1, S2, ...)
>
>
>
>
> --
> Problem reports: =A0 =A0 =A0 http://cygwin.com/problems.html
> FAQ: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://cygwin.com/faq/
> Documentation: =A0 =A0 =A0 =A0 http://cygwin.com/docs.html
> Unsubscribe info: =A0 =A0 =A0http://cygwin.com/ml/#unsubscribe-simple
>
>
--
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 -