On Mon, Sep 28, 2009 at 10:19 AM, Shahab Arabshahi <[email protected]> wrote: > Hello, > > I want to install odepkg-0.6.7 and whenever I try I receive the > following error: > > > octave:1> pkg install odepkg-0.6.7.tar.gz > warning: creating installation directory /usr/share/octave/packages > /bin/bash: line 2: patch: command not found > /bin/bash: line 2: patch: command not found > /bin/bash: line 2: patch: command not found > make: *** [hairer] Error 127 > error: 'make' returned the following error: make: Entering directory > `/tmp/oct-T07Rwl/odepkg-0.6.7/src' > Unpacking external packages: hairer.tgz > Unpacking external packages: cash.tgz > Unpacking external packages: daskr.tgz > Applying patches from file: hairer.diff > Applying patches from file: cash.diff > Applying patches from file: daskr.diff > make: Leaving directory `/tmp/oct-T07Rwl/odepkg-0.6.7/src' > error: called from `pkg:configure_make' in file > /usr/share/octave/3.0.1/m/pkg/pkg.m near line 1245, column 2 > octave:1> > > > > I would appreciate if you could help me more in this matter. >
You need GNU diffutils installed. -- RNDr. Jaroslav Hajek computing expert & GNU Octave developer Aeronautical Research and Test Institute (VZLU) Prague, Czech Republic url: www.highegg.matfyz.cz ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
