Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283315 - sci-mathematics/octave-3.2.0: typo in help function (dlmwrite)
Summary: sci-mathematics/octave-3.2.0: typo in help function (dlmwrite)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 11:01 UTC by Tolga Dalman
Modified: 2009-09-09 03:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tolga Dalman 2009-08-31 11:01:05 UTC
I got this case:

octave:62> dlmwrite
error: `ptint_usage' undefined near line 88 column 5
error: called from:
error:   /usr/share/octave/3.2.0/m/io/dlmwrite.m at line 88, column 5

Note the typo above in the error message.
help dlmwrite works properly. This should be fixed in octave itself.


Reproducible: Always

Steps to Reproduce:
1. start octave
2. type dlmwrite
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2009-09-09 03:07:48 UTC
Thanks much for the note. I've added
a patch to the current ebuild to fix this 
and also send it upstream.

Best,
Markus