From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16827 invoked by alias); 31 Mar 2011 21:23:01 -0000 Received: (qmail 16819 invoked by uid 22791); 31 Mar 2011 21:23:01 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_BOGUSMX,RCVD_IN_DNSWL_NONE,TW_BG,TW_BQ,TW_IB,TW_QR,TW_YG X-Spam-Check-By: sourceware.org Received: from smtpq2.gn.mail.iss.as9143.net (HELO smtpq2.gn.mail.iss.as9143.net) (212.54.34.165) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Mar 2011 21:22:49 +0000 Received: from [212.54.34.149] (helo=smtp17.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Q5PKJ-00029z-NM; Thu, 31 Mar 2011 23:22:47 +0200 Received: from d979cf08.cm-3-2d.dynamic.ziggo.nl ([217.121.207.8] helo=[192.168.1.101]) by smtp17.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Q5PKI-0000hv-Td; Thu, 31 Mar 2011 23:22:46 +0200 Message-ID: <4D94F0A6.9040504@quicknet.nl> Date: Thu, 31 Mar 2011 21:33:00 -0000 From: "A.R. Burgers" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: marco atzeri CC: cygwin@cygwin.com Subject: Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error) References: <4D94E230.9010806@quicknet.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Q5PKI-0000hv-Td X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-2.565, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, DNS_FROM_RFC_BOGUSMX 1.67, HK_MUCHMONEY 0.30, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98, TW_BG 0.08, TW_BQ 0.08, TW_IB 0.08, TW_QR 0.08, TW_YG 0.08) X-ZiggoSMTP-MailScanner-From: a.rburgers@quicknet.nl Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-03/txt/msg00873.txt.bz2 Op 31-3-2011 22:44, marco atzeri schreef: > On Thu, Mar 31, 2011 at 10:21 PM, A.R. Burgers wrote: >> LS, >> >> with the current octave, I get this octave strcat >> error on plot, both with xterm and the dumb terminal. >> Same error on two different windows XP systems. >> Same error with libstdc++6 and libgfortran3 from cygwin-ports gcc 4.5.2-2 >> >> Teun >> >> $ octave >> GNU Octave, version 3.4.0 >> Copyright (C) 2011 John W. Eaton and others. >> >> [snip] >> >> octave:1> t=(0:0.1:2*pi); >> octave:2> plot(t,sin(t)) >> error: Invalid call to strcat. Correct usage is: >> >> -- Function File: strcat (S1, S2, ...) >> >> error: called from: >> error: /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column 5 >> error: /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5 >> error: /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113, >> column 11 >> error: /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40, >> column 18 >> error: /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167, >> column 19 >> error: /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86, >> column 5 >> octave:3> quit >> >> BURGERS@P4949 ~ >> $ echo $TERM $DISPLAY >> xterm :0 >> >> BURGERS@P4949 ~ >> $ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3 libstdc++ >> gnuplot >> Cygwin Package Information >> Package Version Status >> cygwin 1.7.9-1 OK >> gnuplot 4.4.0-1 OK >> libgfortran3 4.3.4-4 OK >> liblapack0 3.2.2-2 OK >> libqrupdate0 1.1.1-1 OK >> octave 3.4.0-3 OK >> > could you just check if reversing to cygwin 1.7.8-1 solve the problem ? > > I also noted the same problem this morning, but it was puzzling and > NOT really repetitive. Your hunch was right, downgrading to 1.7.8-1 solves it Teun -- 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