[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#241415: marked as done (Improve documentation regarding octave usage and scilab support)



Your message dated Wed, 22 Mar 2006 15:23:59 +0100
with message-id <87y7z2mubk.fsf@diziet.irb.hr>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: kmatplot
Version: 0.4-5

The interface to octave (version in testing: octave 2.1.57-1,
octave2.1 2.1.57-1) seems busted: it gives a horrible error message
upon invocation:

    $ octave
    GNU Octave, version 2.1.57 (i386-pc-linux-gnu).

    octave:1> kplot([1:100],sin([1:100]/10))
    error: API version api-v3 found in .oct file function `kplot'
	   does not match the running Octave (API version api-v8)
	   this can lead to incorrect results or other failures
	   you can fix this problem by recompiling this .oct file
    error: failed to install dld function `kplot'
    error: `kplot' undefined near line 1 column 1

    [[ at this point, nothing pops up on the screen; try again! ]]

    octave:1> kplot([1:100],sin([1:100]/10))
    error: octave_base_value::cell_value(): wrong type argument `matrix'
    error: octave_base_value::cell_value(): wrong type argument `matrix'
    free(): invalid pointer 0x8a3a254!
    free(): invalid pointer 0x8a3a494!
    QFont::setRawMode(): Invalid XLFD: "6x13"

    [[ at this point, a kmatplot window pops up, but without data ]]

This is consistent with the hardwired octave version recommendation in
the debian/control file.  I then recompiled kmatplot on an up-to-date
testing system with the above version of octave installed.  It still
doesn't work, but doesn't give any gruesome error messages.

    octave:1> kplot([1:100],sin([1:100]/10))
    QFont::setRawMode(): Invalid XLFD: "6x13"
    ans = -1
    octave:1> 

    [[ kmatplot window pops up, but without data ]]

Sure would be nice if octave (and scilab but that's another kettle of
fish) integration worked with recent versions of octave.
--
Barak A. Pearlmutter <barak@cs.may.ie>
 Hamilton Institute, NUI Maynooth, Co. Kildare, Ireland
 http://www-bcl.cs.may.ie/~barak/


--- End Message ---
--- Begin Message ---
kmatplot has been removed from Debian.  For more information, please
see <http://bugs.debian.org/285735>.  kmplot and labplot look like
reasonable alternatives.

--- End Message ---

Reply to: