Didier, Thanks for your bug report. You reported two issues. I cannot replicate the first one:
* Didier Raboud <[EMAIL PROTECTED]> [2008-02-28 11:29]: > with latest upload (3.0.0-6), I get very weird behavior for multiple things > in Octave: > > ----------------- > octave:1> jpgread('chess_00.jpg') > error: `jpgread' undefined near line -1 column 1 > octave:2> path > Octave's search path contains the following directories: > (... stripped for bug report ...) > /home/didier/.octave/image-1.0.5/x86_64-pc-linux-gnu-api-v32 > /home/didier/.octave/image-1.0.5 > (...) > ---------------- > $ ls -la /home/didier/.octave/image-1.0.5/x86_64-pc-linux-gnu-api-v32/ | grep > jpgread > -rwxr-xr-x 1 didier didier 31447 2008-02-27 12:26 jpgread.oct > ---------------- > > So jpgread (from package image-1.0.5, from octave.sourceforge.net) exists, is > in path, but > Octave can't find it. On the other hand, the second issue should be fixed in SVN now: > Let's try to uninstall and re-install image-1.0.5 : > --------------- > octave:6> pkg install image-1.0.5.tar.gz > /usr/bin/ld: cannot find -lblas-3 > [snip] It was apparently a problem with the --with-atlas configure option in debian/rules. I think we will release 3.0.0-7 soon with a "closes: #468323" in debian/changelog. If the bug persists, please feel free to reopen this report. -- Rafael