[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2008-03-04 Thread Tormod Volden
** Changed in: octave2.9-forge (Ubuntu)
   Status: New = Confirmed

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2008-03-04 Thread Tormod Volden
I tried to use the textread function. After manually adding the path,
I get:

octave:1 addpath 
(genpath('/usr/lib/octave/site/oct/api-v22/i486-pc-linux-gnu/octave2.9-forge'));
octave:2 textread
error: API version api-v22 found in .oct file function `textread'
   does not match the running Octave (API version api-v24)
   this can lead to incorrect results or other failures
   you can fix this problem by recompiling this .oct file
octave: symbol lookup error: 
/usr/lib/octave/site/oct/api-v22/i486-pc-linux-gnu/octave2.9-forge/textread.oct:
 undefined symbol: 
_Z20install_dld_functionPF17octave_value_listRKS_iERKSsRK12octave_shlibS5_b


** Summary changed:

- octave2.9-forge don't works in Gutsy!
+ octave2.9-forge doesn't work in Gutsy!

-- 
octave2.9-forge doesn't work in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2008-02-07 Thread David Baird
I have a temporary workaround for this bug.

Entering these two commands before running any scripts acts as a
workaround for me:

   addpath (genpath('/usr/share/octave/site/api-v22/m/octave2.9-forge/'));
   addpath (genpath('/usr/share/octave/2.9.12/'));

I tested imread, imagesc, and some other functions.  The reason for the
second addpath is because the first addpath obscures some functions
provided by the second addpath.  For example, drawnow exists in two
locations:

/usr/share/octave/site/api-v22/m/octave2.9-forge/plot/drawnow.m
(this drawnow is really an empty file and therefore bad)
/usr/share/octave/2.9.12/m/plot/drawnow.m
(this is the drawnow that we actually want)

I was unable to reproduce the imread('3x3.png') error mentioned above,
and I was able to successfully use imread to read an image and imagesc
to then display the image.

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-12-07 Thread Nicolas Gruel
same here the package must be update it's not possible to use most of
the function for octave.

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-11-03 Thread Matthew Dailey
Same problem for me.  I installed octave2.9-forge from source and now it
works OK (with an addpath in my .octaverc) but would love to see it
updated in the repo.

Best,
Matt

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-30 Thread Marcos Eduardo Valle
Hi,

I instaled the candidate version 2006.07.09+dfsg1-5 using apt-get install.
As I stated before, it didn't work.
I solved the problem manually installing the desired pkgs using the tar.gz's
available at octave-forge's page.
However, I think it would be interesting to have the new version at the
repositories!

Sincerely,
Marcos Eduardo Valle


On 10/29/07, Peter Clifton [EMAIL PROTECTED] wrote:

 Missing build-dep on some latex package? (It looked to be the latex
 stuff which it failed on). It built OK for me, but I have some latex
 stuff installed for the sake of some software development I do.

 --
 octave2.9-forge don't works in Gutsy!
 https://bugs.launchpad.net/bugs/157050
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-30 Thread Ben P
I tried to install 2006.07.09+dfsg1-5 today, it didn't work in quite the
way I'd expect.

The package installed files but the location of new packages is not
within Octave's (internal) path. I had to do

octave:1addpath(/usr/share/octave/site/api-v22/m/octave2.9-forge/statistics/)

for example and then the packages were found.

I believe in previous installs octave could find octave-forge packages
after install without my doing this? I'm not sure if this is why the
original bug filer had problems, or whether this is a problem, or if
this is indeed a bug, but I would expect when installing octave-forge
for the octave path to be modified?

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-30 Thread cellstije
Hi there,

after adding 
addpath (genpath('/usr/share/octave/site/api-v22/m/octave2.9-forge/'))

and getting a lot of warnings:
[...]
warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name
[...]

i tried to load an image, but it fails:

octave:9 im = imread('3x3.png');
warning: implicit conversion from matrix to string
error: imread: invalid image depth
error: evaluating if command near line 76, column 5
error: called from `imread' in file 
`/usr/share/octave/site/api-v22/m/octave2.9-forge//image/imread.m'
error: evaluating assignment expression near line 9, column 4
octave:9

i can read and show the same image with the older version 2.1

kubuntu gutsy uptodated

Best
m.

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-30 Thread Ben P
The first error you got shows that octave could not find the function.

Could the second be unrelated- the function runs, but provides a more
helpful error message- I would think the first error is an ubuntu
package problem, the second perhaps something particular to that
function or image?

Ben

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-30 Thread cellstije
could be, but the same image gets loaded with branch 2.1 of imread
(octave2.1-forge) as in the repos

m.


On 10/30/07, Ben P [EMAIL PROTECTED] wrote:
 The first error you got shows that octave could not find the function.

 Could the second be unrelated- the function runs, but provides a more
 helpful error message- I would think the first error is an ubuntu
 package problem, the second perhaps something particular to that
 function or image?

 Ben

 --
 octave2.9-forge don't works in Gutsy!
 https://bugs.launchpad.net/bugs/157050
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-29 Thread Ming Hua
The 2006.07.09+dfsg1-8 version failed to build in gutsy.  See
https://launchpad.net/ubuntu/+source/octave2.9-forge/2006.07.09+dfsg1-8
for more information.

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-29 Thread Peter Clifton
Missing build-dep on some latex package? (It looked to be the latex
stuff which it failed on). It built OK for me, but I have some latex
stuff installed for the sake of some software development I do.

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157050] Re: octave2.9-forge don't works in Gutsy!

2007-10-29 Thread Peter Clifton
On the sources page, there are two recent versions:


2006.07.09+dfsg1-8
Published in hardy-release on 2007-10-18
Published in gutsy-release on 2007-04-27

(which I get the source for with apt-get source)

2006.07.09+dfsg1-5
Superseded in gutsy-release on 2007-04-20
Published in feisty-release on 2006-12-20

(Which installs in Gutsy with apt-get install).

Did the build fail for the 2006.07.09+dfsg1-8 release, or has it just
not completed and been uploaded? (I had to manually install grace for
the build to complete, which wasn't in the build-deps).

Anyhow... fetching the above -8 sources, building locally and installing
fixes the issue for me, with the caveat that upon startup I get the
following warnings:

warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name
warning: autoload: `' is not an absolute file name

-- 
octave2.9-forge don't works in Gutsy!
https://bugs.launchpad.net/bugs/157050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs